html {
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

.under-text {
    color: #fff;
    font-size: 17px;
    line-height: 0;
}

.under-text1-1 {
    color: #fff;
    font-size: 16px;
    line-height: 0;
    font-weight: 600;
    padding-top: 40px;
}

@media (max-width:768px) {
    .under-text {
        font-size: 15px !important;
    }
}


/*-- //Reset Code --*/


/*-- header --*/


/*-- navigation --*/

.navbar-light .navbar-brand img {
    width: 180px;
}

a.navbar-brand span,
.w3l-footer h1 a span {
    color: #000
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        background: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.12);
}

.bg-light {
    background-color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #666;
    font-weight: 600;
    /*padding: 10px 16px;*/
    font-size: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #666;
    background: none;
    border-radius: 50px;
    border: 1px solid #0c4d88;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #666;
    border: 1px solid #0c4d88;
    border-radius: 50px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


/*-- //navigation --*/


/*-- //header --*/


/*-- banner --*/

.banner-w3l {
    background: url(../images/bg1.png) no-repeat right;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 100vh;
}

.img-about img {
    width: 550px;
    padding-top: 40px;
}

@media(max-width:768px) {
    .img-about img {
        width: 550px;
        padding-top: 0px !important;
    }
}

.about-text1 {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    padding-top: 33px;
}

.about-text2 {
    color: #666;
    font-size: 15px;
    padding-top: 10px;
    line-height: 30px;
}

.banner-left-wthree {
    bottom: 11em;
    position: absolute;
}

h4.sec-text-w3ls {
    font-size: 40px;
    color: #fff !important;
    font-weight: 700;
}

a.btn {
    background: #0c4d88;
    color: #fff;
    padding: 10px 23px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
}

a.btn:hover {
    background: #fff;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    color: #666;
}


/*-- //banner --*/


/* banner text effect */

.banner-left-wthree h1 {
    font-size: 70px;
}

.under-text1 {
    color: #fff;
    font-size: 17px;
}


/* Non essential CSS - Just for example centering */

.center-outer {
    display: table;
    width: 100%;
    height: 100%;
}

.center-inner {
    display: table-cell;
    vertical-align: middle;
}


/* Essential CSS - Makes the effect work */

.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #000;
    z-index: 1;
}


/*//banner text effect */


/*-- treatments --*/

.particles {
    position: absolute;
    top: 0px;
    left: 0px;
}

.how-it {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    padding-top: 80px;
    text-align: center;
}


/*-- //bg effect --*/


/*-- title --*/

h3.title {
    color: #fc3d6a;
    font-size: 42px;
    letter-spacing: 3px;
}


/*-- //title --*/

ul.list-unstyled li {
    letter-spacing: 1px;
    font-size: 17px;
}

.left-treat-w3l {
    padding-left: 14em;
}


/*-- //treatments --*/


/*-- gallery --*/


/*
.gallerie-imagebox img {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}

.gallerie-imagebox .loading {
  opacity: 0.3;
}

.w3layouts_news_grid {
  overflow: hidden;
  position: relative;
}

.w3layouts_news_grid_pos {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  right: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}

.w3layouts_news_grid_pos {
  -webkit-transform: scale3d(0, 0, 1);
  -moz-transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
}

.w3layouts_gallery_grid:hover .w3layouts_news_grid .w3layouts_news_grid_pos {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.w3layouts_gallery_grid:hover .wthree_text {
  opacity: 1;
  -webkit-transform: translateY(0) scale3d(1, 1, 1);
  -moz-transform: translateY(0) scale3d(1, 1, 1);
  -ms-transform: translateY(0) scale3d(1, 1, 1);
  transform: translateY(0) scale3d(1, 1, 1);
  -webkit-transition: transform 400ms ease 380ms;
  -moz-transition: transform 400ms ease 380ms;
  transition: transform 400ms ease 380ms;
}

.wthree_text {
  text-align: center;
  padding-top: 6.5em;
  opacity: 0;
  -webkit-transform: translateY(0) scale3d(0, 0, 1);
  -moz-transform: translateY(0) scale3d(0, 0, 1);
  -ms-transform: translateY(0) scale3d(0, 0, 1);
  transform: translateY(0) scale3d(0, 0, 1);
  -webkit-transition: transform 400ms ease 280ms;
  -moz-transition: transform 400ms ease 280ms;
  transition: transform 400ms ease 280ms;
}

.wthree_text h3 {
  font-size: 40px;
  letter-spacing: 2px;
}
*/


/*-- //gallery --*/


/*-- contact --*/

.agileinfo_mail_grid_right input[type="text"],
.agileinfo_mail_grid_right input[type="email"],
.agileinfo_mail_grid_right textarea {
    outline: none;
    padding: 11px;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0;
    color: #555;
    background: #f5f5f5 !important;
    width: 100%;
    border: 1px solid #E6E6E6 !important;
}

.agileinfo_mail_grid_right textarea {
    min-height: 200px;
    width: 100%;
    resize: none;
}

.submit-buttons {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.agileinfo_mail_grid_right input[type="submit"],
.agileinfo_mail_grid_right input[type="reset"] {
    outline: none;
    padding: 11px 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: #4ecdc4;
    border: none;
    cursor: pointer;
    flex-basis: 48%;
    -webkit-flex-basis: 48%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.agileinfo_mail_grid_right input[type="submit"]:hover,
.agileinfo_mail_grid_right input[type="reset"]:hover {
    background: #212121;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

h4.heading-con-w3ls {
    font-size: 30px;
    letter-spacing: 1px;
}

.contact-grid-agiles {
    background: rgba(252, 61, 106, 0.78);
    position: absolute;
    top: -64%;
    right: 3%;
    width: 500px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
}


/*-- map --*/

.map iframe {
    width: 100%;
    min-height: 400px;
    position: relative;
    display: inherit;
}

.map {
    position: relative;
}


/*-- //map --*/


/*-- //contact --*/


/*-- footer --*/

footer {
    background: #fff;
    position: relative;
    min-height: 228px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}


/*-- footer logo --*/

h2.logo-2 a {
    font-size: 48px;
    letter-spacing: 2px;
}

h2.logo-2 a span {
    color: #fc3d6a;
}


/*-- //footer logo --*/


/*-- social-icons --*/


/* .social {
  transform: translateY(-50%);
} */

.social li {
    display: inline-block;
}

.social .link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px dashed #777;
    background-clip: content-box;
    padding: 4px;
    transition: .5s;
    color: #D7D0BE;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 13px;
}

.social .link i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social .link:hover {
    color: #fff;
    transform: translateX(0px) rotate(360deg);
}

.social .link.instagrame {
    background-color: #E4405F;
    color: #fff;
}

.social .link.linked-in {
    background-color: #0077B5;
    color: #fff;
}

.social .link.twitter {
    background-color: #00ACEE;
    color: #fff;
}

.social .link.facebook {
    background-color: #3B5998;
    color: #fff;
}

.social .link.youtube {
    background-color: #E3122A;
    color: #fff;
}


/* .footer-posi-agileinfo {
  position: absolute;
  left: 0;
  right: 0;
} */


/*-- //social-icons --*/


/*-- copyright --*/

p.copy-right-grids {
    font-size: 14px;
}

p.copy-right-grids a {
    color: #000;
}

p.copy-right-grids a:hover {
    color: #4ecdc4;
}


/*-- //copyright --*/


/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}


/*-- //bottom-to-top --*/


/*--responsive--*/

@media(max-width: 1440px) {
    .wthree_text {
        padding-top: 6em;
    }
    .contact-grid-agiles {
        top: -68%;
        right: 1%;
    }
    .left-treat-w3l {
        padding-left: 9em;
    }
}

@media(max-width: 1366px) {
    .banner-w3l {
        min-height: 730px;
    }
    .banner-left-wthree {
        padding-top: 14em;
    }
    .about-top h3 {
        font-size: 110px;
    }
    .top-head-abagile h3 {
        font-size: 30px;
    }
    .wthree_text h3 {
        font-size: 38px;
    }
    .wthree_text {
        padding-top: 5.2em;
    }
    .contact-grid-agiles {
        top: -68%;
        right: 2.5%;
        width: 410px;
    }
    .left-treat-w3l {
        padding-left: 6em;
    }
}

@media(max-width: 1280px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 26px 16px;
    }
    .banner-w3l {
        min-height: 660px;
    }
    .banner-left-wthree {
        padding-top: 13em;
    }
    .contact-grid-agiles {
        right: 2%;
    }
    .left-treat-w3l {
        padding-left: 3em;
    }
    .right-treat-w3l {
        padding-top: 0.5em;
    }
}

@media(max-width: 1080px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 26px 12px;
        font-size: 14px;
    }
    .navbar-light .navbar-brand {
        font-size: 46px;
        letter-spacing: 1px;
    }
    .banner-w3l {
        min-height: 620px;
    }
    .banner-left-wthree {
        padding-top: 12em;
    }
    .about-top h3 {
        font-size: 100px;
    }
    ul.list-unstyled li {
        font-size: 16px;
    }
    .right-treat-w3l {
        padding-top: 1em;
    }
    .banner-w3l {
        min-height: 600px;
    }
    .prices-top h3 {
        width: 270px;
        height: 140px;
    }
    .wthree_text h3 {
        font-size: 35px;
    }
    .wthree_text {
        padding-top: 4em;
    }
    .contact-grid-agiles {
        right: 1.5%;
        width: 350px;
        top: -48%;
    }
    .contact-grid-agiles {
        right: 1.5%;
        width: 320px;
    }
}

@media(max-width: 1050px) {
    .contact-grid-agiles {
        right: 1%;
    }
    .right-treat-w3l {
        padding-top: 2.8em;
    }
}

@media(max-width: 1024px) {
    .about-top h3 {
        font-size: 96px;
    }
}

@media(max-width: 991px) {
    .navbar-toggler {
        padding: 0.0rem 0.0rem;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        border-radius: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 0;
        font-size: 16px;
    }
    ul.navbar-nav.ml-auto.text-center.mr-xl-5 {
        background: rgba(255, 255, 255, 0.99);
        margin-right: 0px;
    }
    .banner-w3l {
        min-height: 560px;
    }
    .banner-left-wthree {
        padding-top: 10em;
    }
    .about-top h3 {
        font-size: 82px;
    }
    .top-head-abagile h3 {
        font-size: 27px;
    }
    .grids-w3lsm p {
        font-size: 14px;
    }
    .left-treat-w3l {
        padding-left: 8em;
    }
    .right-treat-w3l {
        padding-top: 0;
    }
    .price-info {
        width: 420px;
        margin: 0 auto;
    }
    .prices-top h3 {
        width: 320px;
        height: 152px;
    }
    .w3ls_team_grid {
        padding: 0 .5em;
    }
    .map {
        position: relative;
        margin-top: 12em;
    }
    .contact-grid-agiles {
        right: 29%;
        width: 400px;
    }
    h4.sec-text-w3ls span {
        color: #fff;
    }
}

@media(max-width: 900px) {
    .wthree_text {
        padding-top: 3em;
    }
    .left-treat-w3l {
        padding-left: 6em;
    }
}

@media(max-width: 800px) {
    .banner-left-wthree h1 {
        font-size: 64px;
    }
    .banner-w3l {
        min-height: 530px;
    }
    .banner-w3l {
        min-height: 540px;
    }
    .about-top h3 {
        font-size: 74px;
    }
    .top-head-abagile h3 {
        font-size: 25px;
        line-height: 1.5;
    }
    h3.title {
        font-size: 38px;
    }
    .left-treat-w3l {
        padding-left: 3em;
    }
    .middle-sec h4 {
        font-size: 36px;
    }
    .agileits_modal_body2 iframe {
        width: 700px;
        height: 408px;
    }
    .video-agileits {
        padding-top: 13em !important;
        margin-top: 17em;
    }
    .wthree_text h3 {
        font-size: 30px;
    }
    .contact-grid-agiles {
        right: 24%;
        top: -54%;
    }
    .map iframe {
        min-height: 340px;
    }
    .wthree_text {
        padding-top: 2.5em;
    }
    footer {
        min-height: 210px;
    }
}

@media(max-width: 768px) {
    .top-head-abagile h3 {
        font-size: 23px;
    }
}

@media(max-width: 736px) {
    .banner-left-wthree h1 {
        font-size: 51px;
    }
    h4.sec-text-w3ls {
        font-size: 34px;
        color: #fff !important;
    }
    .banner-left-wthree {
        padding-top: 9em;
    }
    a.btn {
        padding: 11px 20px;
        font-size: 15px;
    }
    .banner-w3l {
        min-height: 520px;
    }
    .about-top h3 {
        font-size: 60px;
    }
    p {
        font-size: 14px;
    }
    .top-head-abagile h3 {
        font-size: 25px;
    }
    .middle-sec h4 {
        font-size: 32px;
    }
    .w3ls_team_grid {
        padding: 0 1em;
    }
    .wthree_text {
        padding-top: 5.5em;
    }
    .wthree_text h3 {
        font-size: 34px;
    }
}

@media(max-width: 667px) {
    .agileits_modal_body2 iframe {
        width: 600px;
        height: 352px;
    }
    .video-agileits {
        padding-top: 11em !important;
        margin-top: 15em;
    }
    .contact-grid-agiles {
        right: 18%;
    }
}

@media(max-width: 640px) {
    .banner-left-wthree p {
        color: #fff;
    }
    .contact-grid-agiles {
        right: 16%;
    }
}

@media(max-width: 600px) {
    .agileits_modal_body2 iframe {
        width: 100%;
        height: 306px;
    }
    .agileits_modal_body2 {
        padding: 0 2em;
    }
    .video-agileits {
        padding-top: 9em !important;
        margin-top: 13em;
    }
    .wthree_text {
        padding-top: 4.5em;
    }
}

@media(max-width: 568px) {
    .banner-w3l {
        min-height: 490px;
    }
    .banner-left-wthree h1 {
        font-size: 48px;
    }
    h4.sec-text-w3ls {
        font-size: 30px;
    }
    .banner-left-wthree {
        padding-top: 8em;
    }
    h3.title {
        font-size: 34px;
    }
    ul.list-unstyled li {
        font-size: 15px;
    }
    .left-treat-w3l {
        padding-left: 2em;
    }
    .middle-sec h4 {
        font-size: 29px;
    }
    .agileits_modal_body2 iframe {
        height: 289px;
    }
    .video-agileits {
        padding-top: 8em !important;
        margin-top: 12em;
    }
    .wthree_text h3 {
        font-size: 44px;
    }
    .wthree_text {
        padding-top: 8.5em;
    }
    .map iframe {
        min-height: 301px;
    }
}

@media(max-width: 480px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 11px 0;
        font-size: 15px;
    }
    .navbar-light .navbar-brand {
        font-size: 42px;
    }
    .navbar-toggler {
        padding: 0.40rem 0.8rem;
    }
    .banner-left-wthree h1 {
        font-size: 44px;
    }
    h4.sec-text-w3ls {
        font-size: 28px;
    }
    p {
        font-size: 13px;
    }
    a.btn {
        padding: 12px 20px;
        font-size: 13px;
    }
    .banner-w3l {
        min-height: 470px;
    }
    .about-top h3 {
        font-size: 56px;
    }
    ul.list-unstyled li {
        font-size: 14px;
    }
    .left-treat-w3l {
        padding-left: 1.5em;
    }
    .middle-sec h4 {
        font-size: 26px;
    }
    .agileits_modal_body2 iframe {
        height: 238px;
    }
    .video-agileits {
        padding-top: 6em !important;
        margin-top: 10em;
    }
    .card-body {
        padding: 1rem;
        font-size: 15px;
        line-height: 1.8;
    }
    .card .btn {
        padding: 0rem;
        font-size: .9rem;
    }
    .wthree_text {
        padding-top: 7em;
    }
    .contact-grid-agiles {
        right: 7%;
    }
    h2.logo-2 a {
        font-size: 42px;
    }
    .book-form input[type="text"],
    .book-form input[type="email"],
    .book-form input[type="password"] {
        font-size: 13px;
    }
    .modal-header h5 {
        font-size: 26px;
    }
    .modal-open .modal {
        padding: 0 !important;
    }
}

@media(max-width: 440px) {
    .banner-left-wthree h1 {
        font-size: 40px;
    }
    h4.sec-text-w3ls {
        font-size: 26px;
    }
    .banner-w3l {
        min-height: 450px;
    }
    .banner-left-wthree {
        padding-top: 7.5em;
    }
    ul.list-unstyled li {
        font-size: 13px;
    }
    .agileits_modal_body2 iframe {
        height: 216px;
    }
    .video-agileits {
        padding-top: 4.5em !important;
    }
    .contact-grid-agiles {
        right: 3%;
    }
}

@media(max-width: 414px) {
    .banner-left-wthree h1 {
        font-size: 38px;
    }
    .banner-w3l {
        min-height: 440px;
    }
    .about-top h3 {
        font-size: 50px;
    }
    .about-top p {
        font-size: 12px;
    }
    .middle-sec h4 {
        font-size: 24px;
    }
    .agileits_modal_body2 iframe {
        height: 202px;
    }
    .prices-top h3 {
        width: 310px;
        height: 149px;
    }
    .prices-bottom ul li {
        font-size: 15px;
    }
    .wthree_text h3 {
        font-size: 40px;
    }
    .wthree_text {
        padding-top: 6em;
    }
    .contact-grid-agiles {
        right: 5%;
        width: 350px;
    }
    .right-treat-w3l {
        padding-top: 2.5em;
    }
}

@media(max-width: 384px) {
    .banner-left-wthree h1 {
        font-size: 35px;
    }
    .banner-left-wthree h1 {
        font-size: 35px;
    }
    .banner-left-wthree p {
        font-size: 12px;
        color: #fff;
    }
    .banner-w3l {
        min-height: 410px;
    }
    .agileits_modal_body2 iframe {
        height: 188px;
    }
    .video-agileits {
        padding-top: 3.5em !important;
        margin-top: 9em;
    }
    .contact-grid-agiles {
        right: 9%;
        width: 300px;
    }
    p.copy-right-grids {
        font-size: 13px;
    }
    .banner-left-wthree {
        padding-top: 7em;
    }
    .top-head-abagile h3 {
        font-size: 23px;
    }
    .w3ls_team_grid h4 {
        font-size: 20px;
    }
}

@media(max-width: 375px) {
    .video-agileits {
        padding-top: 3em !important;
        margin-top: 10em;
    }
    .agileits_modal_body2 {
        padding: 0 1em;
    }
    .agileits_modal_body2 iframe {
        height: 199px;
    }
    .w3ls_team_grid {
        padding: 0 .5em;
    }
    .wthree_text {
        padding-top: 5em;
    }
    .agileinfo_mail_grid_right input[type="text"],
    .agileinfo_mail_grid_right input[type="email"],
    .agileinfo_mail_grid_right textarea {
        font-size: 14px;
    }
    .agileinfo_mail_grid_right input[type="submit"],
    .agileinfo_mail_grid_right input[type="reset"] {
        font-size: 15px;
    }
    .agileinfo_mail_grid_right textarea {
        min-height: 180px;
    }
    .contact-grid-agiles {
        right: 8%;
    }
}

@media(max-width: 320px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .navbar-light .navbar-brand {
        font-size: 40px;
    }
    .banner-left-wthree h1 {
        font-size: 29px;
    }
    h4.sec-text-w3ls {
        font-size: 21px;
    }
    .banner-left-wthree p {
        font-size: 11.5px;
        color: #fff;
    }
    .banner-w3l {
        min-height: 380px;
    }
    .banner-left-wthree {
        padding-top: 6.2em;
    }
    .about-top h3 {
        font-size: 44px;
    }
    .about-top p {
        font-size: 11.5px;
    }
    .grids-w3lsm p {
        font-size: 13px;
    }
    h3.title {
        font-size: 32px;
    }
    .middle-sec h4 {
        font-size: 20px;
    }
    .agileits_modal_body2 iframe {
        height: 167px;
    }
    .video-agileits {
        padding-top: 2em !important;
        margin-top: 9em;
    }
    .prices-top h3 {
        width: 245px;
        height: 132px;
    }
    .prices-top h3 {
        font-size: 40px;
    }
    .prices-bottom h4 {
        font-size: 24px;
    }
    .prices-h p {
        font-size: 22px;
    }
    .prices-top h3 span {
        font-size: 18px;
    }
    .card-body {
        font-size: 14px;
    }
    .w3ls_team_grid h4 {
        font-size: 19px;
    }
    .wthree_text h3 {
        font-size: 36px;
    }
    .wthree_text {
        padding-top: 4.5em;
    }
    h4.heading-con-w3ls {
        font-size: 26px;
    }
    .map {
        margin-top: 14em;
    }
    .contact-grid-agiles {
        right: 5%;
        width: 270px;
        top: -66%;
    }
    h2.logo-2 a {
        font-size: 38px;
    }
    .card-header {
        padding: 0.75rem 1rem;
    }
    .modal-content {
        padding: .5em !important;
    }
    a.button,
    .book-form input[type=submit] {
        font-size: 15px;
    }
}


/*--//responsive--*/


/*new style*/


/*-- feattuers --*/

.team {
    background: rgb(226, 34, 140);
    background-image: linear-gradient(to right, #1c496c, #173C59);
    min-height: 770px;
    margin-top: 70px;
}

.features-top {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: 70px;
}

.features-top2 {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #333;
    font-weight: 600;
    padding-top: 70px;
}

.features-top::before {
    background-color: #fff;
    height: 1px;
    width: 30px;
    position: absolute;
    float: left;
    content: "";
    margin-left: -50px;
    margin-top: 9px;
}

.features-top2::before {
    background-color: #333;
    height: 1px;
    width: 30px;
    position: absolute;
    float: left;
    content: "";
    margin-left: -50px;
    margin-top: 9px;
}

.features-top::after {
    background-color: #fff;
    height: 1px;
    width: 30px;
    position: absolute;
    float: left;
    content: "";
    margin-left: 18px;
    margin-top: 9px;
}

.features-top2::after {
    background-color: #333;
    height: 1px;
    width: 30px;
    position: absolute;
    float: left;
    content: "";
    margin-left: 18px;
    margin-top: 9px;
}

.features-top-contant {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
    color: #fff;
    padding-top: 0px;
}

.border-colr {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #666;
    border-radius: 100%;
}

.icon-round {
    font-size: 17px;
    text-align: center;
    padding-top: 13px;
}

.heading-featuers {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-top: 0px;
}

.featuers-cntnt {
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    padding-top: 10px;
}

.contant-col-pad {
    padding-right: 0;
}

.featers-col-aligns-1 {
    padding: 0 !important;
    margin-top: 20px;
}

.featers-col-aligns-2 {
    padding: 0 !important;
    margin-top: 20px;
}

.featers-col-aligns-3 {
    padding: 0 !important;
    margin-top: 20px;
}

.featers-col-aligns-4 {
    padding: 0 !important;
    margin-top: 60px;
}

.col-pad-01 {
    padding-right: 0 !important;
}


/*-- //featers --*/


/*contact section*/

.map-bg {
    background: #f5f5f5;
    min-height: 650px;
    background-size: cover;
    margin-top: 90px;
}

.feedback-form-bg {
    background-color: #333;
    background-size: cover;
    min-height: 630px;
    position: relative;
    width: 100%;
}

.feedback-text {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Maven Pro', sans-serif;
    text-align: center !important;
    color: #fff;
    padding-top: 60px;
    z-index: 999 !important;
}

.input-col-bg {
    margin-top: 20px;
}

.inp1 {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #fff;
    border-radius: 23px;
    padding-left: 20px;
    outline: none !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 600;
}

.inp1:hover {
    border: none;
}

.inp1:active {
    border: none;
}

.inp2 {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #fff;
    border-radius: 23px;
    padding-left: 20px;
    outline: none !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
}

.inp2:hover {
    border: none;
}

.inp2:active {
    border: none;
}

.inp3 {
    width: 100%;
    height: 80px;
    border: none;
    background-color: #fff;
    border-radius: 23px;
    padding-left: 20px;
    outline: none !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
    padding-top: 20px;
}

.inp3:hover {
    border: none;
}

.inp3:active {
    border: none;
}

.btn-contact-form {
    color: #fff !important;
    width: 150px;
    height: 45px;
    border-radius: 23px;
    background: #333;
    outline: none !important;
    margin-top: 20px;
    font-size: 15px;
}

.btn-contact-form:hover {}

.btn-contact-form:active {}

.btn-contact-form:focus {}

.img-col-footer img {
    width: 40px;
    margin-top: 20px;
}

.contac-name1 {
    color: #dcdcdc(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    padding-top: 13px;
    text-transform: uppercase;
}

.contac-name2 {
    color: #dcdcdc;
    font-size: 15px;
    font-weight: 500;
    padding-top: 0px;
}

.contac-name2 a {
    color: #dcdcdc;
}

.contac-name2 a:hover {
    color: #fff;
    text-decoration: none;
}

.contac-name2 a:active {
    color: #dcdcdc;
    text-decoration: none;
}

.contac-name2 a:focus {
    color: #dcdcdc;
    text-decoration: none;
}


/*close*/


/*whatsapp icon*/

.float {
    position: fixed;
    width: 42px;
    height: 42px;
    bottom: 140px;
    right: 30px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 27px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.my-float {
    margin-top: 7px;
    color: #dcdcdc !important;
}


/*//whatsapp icon*/


/*phone icon*/

.float2 {
    position: fixed;
    width: 42px;
    height: 42px;
    bottom: 82px;
    right: 30px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.my-float2 {
    margin-top: 12px;
    color: #dcdcdc !important;
}


/*//phone icon*/


/*popup*/

.overly-back {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4999;
    display: none;
}

.popup-box-get-demo {
    background-color: #fff;
    height: 400px;
    width: 500px;
    z-index: 5999;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 30px 25px;
    display: none;
}

.demo-head {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.get-inp1 {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    font-size: 12px;
    border: none;
    border: 1px solid #ebebeb;
   
    font-weight: 600;
    color: #666;
    margin-top: 10px;
}

.get-inp2 {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    font-size: 12px;
    border: none;
    border: 1px solid #ebebeb;
   
    font-weight: 600;
    color: #666;
    margin-top: 10px;
}

.get-inp3 {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    font-size: 12px;
    border: none;
    border: 1px solid #ebebeb;
   
    font-weight: 600;
    color: #666;
    margin-top: 15px;
}

.get-inp4 {
    width: 100%;
    height: 75px;
    padding-left: 10px;
    font-size: 12px;
    border: none;
    border: 1px solid #ebebeb;
 
    font-weight: 600;
    color: #666;
    margin-top: 15px;
    padding-top: 20px;
}

.submit-col-btn {
    width: 150px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    background-color: #0c4d88;
    border: none;
    border-radius: 50px;
    margin-top: 20px;
    outline: none !important;
}


/* how it works section */

.process-steps {
    color: #8d97ad;
}

.process-steps h1,
.process-steps h2,
.process-steps h3,
.process-steps h4,
.process-steps h5,
.process-steps h6 {
    color: #3e4555;
}

.process-steps .font-weight-medium {
    color: #333;
    font-size: 25px;
    font-weight: 600;
}

.process-steps .bg-light {
    background-color: #f4f8fa !important;
}

.process-steps .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.process-steps .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.process-steps .process-box {
    margin-top: 60px;
}

.process-steps .process-box .icon-space {
    margin: -70px 0 20px;
}

.process-steps .process-box .icon-space .icon-round {
    font-size: 45px;
    color: #ffffff;
}

.process-steps .bg-success-gradiant {
    background: #0c4d88;
}

.process-steps .icon-round {
    width: 80px;
    /* line-height: 80px; */
}

.process-steps .btn-success-gradiant {
    background: #2cdd9b;
}

.process-steps .btn-success-gradiant:hover {
    background: #1dc8cc;
}

.process-steps .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.process-steps-para {
    margin-top: 20px;
    color: #666;
    font-size: 15px;
    padding-top: 10px;
    line-height: 30px;
    text-align: justify;
    font-weight: 500;
}

.Process-box-inside {
    margin-bottom: 20px;
}

.Process-box-details {
    padding: 30px;
}

.process-main-section-head {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
    color: #333;
    padding-top: 0px;
}


/***feature-section****/

.mt-40 {
    margin-top: 40px;
}

.mt-70 {
    margin-top: 70px;
}

.m .mt-150 {
    margin-top: 150px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-18 {
    margin-bottom: 18px;
}

.gate-pass-features .gatepass-feature-top-head {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
}

.feature-para p {
    padding: 20px 0;
    text-align: center;
    color: #666;
    font-size: 15px;
    padding-top: 10px;
    line-height: 30px;
}

section.feature .feature-list {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 50px 30px;
    height: 317px;
    margin-top: 30px;
}

.feature-list .icon img {
    padding: 20px 0;
}

.feature-list h4 {
    font-weight: 600;
}

.feature-list p {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 24px;
    left: 0.25px;
}


/*importance*/

.site-section p {
    color: #666;
    font-size: 15px;
    padding-top: 10px;
    line-height: 30px;
}

.importance-point li {
    font-size: 15px !important;
    color: #212121;
    padding-top: 10px;
    line-height: 30px;
}

.importance-point li i {
    color: #0c4d88;
    font-size: 20px;
    padding: 0px 20px;
}


/* faq-section */

.faq-section {
    background: #fdfdfd;
    min-height: 80vh;
    padding: 15vh 0 0;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    font-size: 30px;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    /* background: #0c4d88;; */
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: #f2f9ff;
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #0c4d88;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

.faq-click-button {
    /*border: 1px solid #0c4d88;*/
    color: #0c4d88;
    padding-top: 10px;
    font-weight: 700;
    font-size: 14px;
}

.faq-click-button :hover {
    border: 1px solid #0c4d88;
    color: #ffff;
    background-color: #0c4d88;
    padding: 10px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}


/*Other Products Section*/

.appear-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: transform, filter, opacity
}

.other-products-top2 {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #333;
    font-weight: 600;
    padding-top: 30px;
}

.other-products-top2::before {
    background-color: #333;
    height: 1px;
    width: 30px;
    position: absolute;
    float: left;
    content: "";
    margin-left: -50px;
    margin-top: 9px;
}

.other-products-top2::after {
    background-color: #333;
    height: 1px;
    width: 30px;
    position: absolute;
    float: left;
    content: "";
    margin-left: 18px;
    margin-top: 9px;
}

.product-top-contant {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
    color: #444;
    padding-top: 0px;
}

.main-heads {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 52px;
    color: var(--main-black);
}

.category {
    position: relative;
    font-size: 1rem
}

.category.category-circle figure {
    overflow: hidden;
    border-radius: 50%;
}

.category.category-circle .category-content {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 25%;
    background-color: #fff
}

.category.category-circle .category-name {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 19.2px;
    letter-spacing: -0.4px;
    margin-bottom: 3px
}

.category.category-circle .category-name:hover {
    color: #eb5b50
}

.overlay-zoom {
    overflow: hidden
}

.overlay-zoom img {
    transition: transform .3s
}

.overlay-zoom:hover img {
    transform: scale(1.08)
}

.category-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: background .3s
}

.category .category-name {
    margin-bottom: .3rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    text-transform: capitalize
}

.category .category-name a {
    color: inherit
}

.category img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: .3rem
}

.importance-point li {
    list-style-type: disc;
}

.imp-list-content {
    margin-left: 20px;
}


/******Video Popup*******/

.ind-about-video i {
    width: 60px;
    height: 60px;
    font-size: 28px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    color: #f7f7f7;
    background-color: #e52d33;
    cursor: pointer;
}

.ind-about-video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background: red;
    border-radius: 50%;
}

.ind-about-video {
    position: relative;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.video-ppp {
    width: 600px;
    height: 470px;
    background-color: #000;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: fixed;
    display: none;
    z-index: 999;
}

.close-thish {
    color: #fff;
    font-size: 17px;
    float: right;
    padding-top: 10px;
    cursor: pointer;
    transition: transform .2s;
}

.close-thish:hover {
    transform: scale(1.5);
}

.min-h-100 {
    min-height: 80px;
}

.img-fix {
    height: 250px;
    object-fit: cover;
}

.card-title a {
    color: #333;
}

.service-section .service-main-heading {
    color: #0c4d88;
}

.service-section .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background-color: #f8fbfd9e;
}

.service-section .icon-box:hover .service-title a {
    color: #0c4d88;
}

.service-section .icon-box .service-icon {
    float: left;
    color: #0c4d88;
    font-size: 40px;
}

.service-section .icon-box .service-title {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2;
}

.service-section .icon-box .service-title a {
    color: #0c4d88;
    transition: 0.3s;
    text-decoration: none;
}

.service-section .icon-box .service-para {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.service-section .service-main-heading {
    color: #556270;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 60px;
    font-weight: 600;
}


/* features end */


/* 
.box{
  display: flex;
  justify-content: space-between;
} */

.feature-list-card {
    transition: .4s;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.feature-list-card:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.feature-list-card img {
    width: 2rem;
    height: 2rem;
}

.feature-list-card h5 {
    font-size: 16px;
}

.box-featurers {
    padding-top: 30px;
    padding-bottom: 40px;
}

.abt-list-card {
    transition: .4s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.abt-list-card:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.abt-list-card img {
    width: 2rem;
    height: 2rem;
}

.abt-list-card h5 {
    font-size: 13px;
}

.box-abt {
    padding-top: 30px;
    padding-bottom: 40px;
}

.feature-list img {
    width: 55px;
    height: 92px;
}

.feature-list p {
    padding-bottom: 2px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-20 {
    padding-top: 20px !important;
}


/* tab */

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0c4d88 !important;
}

.nav {
    justify-content: center;
    padding: 10px;
}

.jst {
    padding: 40px;
}

.jst-clnt {
    padding: 10px;
    background-color: #f2f9ff;
}


/* new */

.site-section ul li {
    list-style: none;
}

.site-section .access-list li {
    list-style: circle;
    color: #666;
    font-size: 15px;
    padding-top: 10px;
    line-height: 30px;
}

.ft2-2 {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #333;
    font-weight: 600;
    padding-top: 0px;
}


/* choose us */

section {
    padding: 60px 0;
    /*min-height: 100vh;*/
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.site-heading h2 span {
    color: #0c4d88;
}

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.site-heading h4::before {
    background: #0c4d88 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #0c4d88 none repeat scroll 0 0;
    border-color: #0c4d88;
}

.we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #0c4d88;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
    background: #0c4d88 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
    border: 2px solid #0c4d88;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #0c4d88 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
}

.we-offer-area .item i {
    color: #0c4d88;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.we-offer-area .item p {
    margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
    background: #0c4d88 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #0c4d88 !important;
}

.we-offer-area.text-left .item i {
    background: #0c4d88 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

.we-offer-area.text-left .item i::after {
    border: 2px solid #0c4d88;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
}


/* //choose us */

.about-text2-2 {
    color: #666;
    font-size: 15px;
    padding-top: 10px;
    line-height: 30px;
    padding: 10px;
}

.main-head {
    font-size: 46px !important;
    color: #fff !important;
    font-weight: 700;
}

@media(max-width:768px) {
    .main-head {
        font-size: 32px !important;
        color: #fff !important;
        font-weight: 700;
        /* margin-top: 55px !important;
        margin-left: 0 !important; */
    }
}

.parag {
    text-align: left;
    /* margin-left: 120px; */
}

.icoons {
    /* margin-left: -1130px; */
}

@media (max-width:768px) {
    .icoons {
        margin-left: 0px !important;
    }
}


/* contact */

.getin-touch {
    margin-bottom: 100px;
}

@media(max-width:767px) {
    .getin-touch {
        margin-top: 80px
    }
}

.getin-touch .contact-form h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #17161a;
    margin-bottom: 50px
}

@media(max-width:767px) {
    .getin-touch .contact-form h3 {
        font-size: 24px
    }
}

.getin-touch .contact-form form input,
.getin-touch .contact-form form textarea {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

.getin-touch .contact-form form input[type=submit],
.getin-touch .contact-form form textarea[type=submit] {
    background-color: #0c4d88;
    border-radius: 30px;
    max-width: 180px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: none;
    border: none;
    margin: 0
}

.getin-touch .contact-form form textarea {
    height: 150px;
    padding: 15px;
    resize: none
}

@media(max-width:767px) {
    .getin-touch .call-banner {
        display: none
    }
}

.getin-touch .call-banner img {
    width: 100%
}

.mob-min-height-0 {
    min-height: 0 !important;
}


/* contact-end */


/* footer */

* {
    box-sizing: border-box;
}

* {
    list-style: none;
    text-decoration: none;
    margin: 0;
}


/* force scrollbar */

ul {
    padding: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack \*/

.clearfix {
    display: block;
}


/* close commented backslash hack */

.layout {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
}

.grid-3 {
    width: 25%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

footer {
    background-color: #2b2c2c;
}

.footer-wrapper {
    padding: 100px 0 0 0;
}

.footer-text {
    color: #dcdcdc;
    font-size: 14px;
    margin: 40px 0 0;
}

footer .footer-heading {
    color: #e1e1e1;
    font: 18px/19px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-wrapper ul.footermenu,
.footer-contact,
.footerblog {
    margin-top: 32px;
}

.footermenu>li {
    line-height: 25px;
}

.footer-wrapper ul.footermenu li a::before {
    content: "-";
    margin: 0 5px 0 0;
}

.footermenu li a {
    color: #dcdcdc;
    font-size: 14px;
    line-height: 34px;
    text-transform: capitalize;
}

.footer-contact li i {
    font-size: 14px;
    margin: 0 8px 0 0;
    color: #fff;
}

.footer-contact li span {
    color: #fff;
    font-size: 14px;
}

.footer-contact li,
.footer-contact li a {
    color: #c7c7c7;
    font: 13px/28px "Open Sans", sans-serif;
    letter-spacing: 1.2px;
}

.footerblog li,
.footerblog li a {
    color: #b4b4b4;
    font: 13px/18px "Open Sans", sans-serif;
    letter-spacing: 1.2px;
    padding-bottom: 10px;
}

.footerblog li p {
    color: #c7c7c7;
    font: italic 12px/18px "Open Sans", sans-serif;
}

footer a:hover {
    color: #0c4d88;
}

@media (max-width:980px) {
    .layout {
        width: 767px;
    }
    .grid-3 {
        width: 50%;
    }
    .footer-heading {
        margin-top: 18px;
    }
}

@media (max-width:640px) {
    .layout {
        width: 300px;
    }
    .grid-3 {
        width: 100%;
    }
    .footermenu>li {
        display: inline-block;
        float: none;
        line-height: 25px;
    }
}

.footer-bottom {
    margin-top: 80px;
    padding: 30px 0;
    border-top: 2px solid #ffffff
}

@media(max-width:767px) {
    .footer-bottom {
        margin-top: 30px !important
    }
}

@media(max-width:767px) {
    .footer-bottom .copy-txt {
        text-align: center
    }
}

.footer-bottom .copy-txt span {
    font-size: 14px;
    color: #e4e4e4
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-bottom .copy-txt span {
        font-size: 13px
    }
}

@media(max-width:767px) {
    .footer-bottom .copy-txt span {
        font-size: 13px
    }
}

.footer-bottom .copy-txt span a {
    font-weight: 700;
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.footer-bottom .copy-txt span a:hover {
    color: #0c4d88
}

.footer-bottom .footer-bottom-menu {
    list-style: none;
    text-align: right
}

@media(max-width:767px) {
    .footer-bottom .footer-bottom-menu {
        margin-top: 30px;
        text-align: center
    }
}

.footer-bottom .footer-bottom-menu li {
    display: inline-block
}

.footer-bottom .footer-bottom-menu li a {
    position: relative;
    font-size: 14px;
    text-align: right;
    letter-spacing: .01em;
    color: #e4e4e4;
    padding: 0 20px;
    line-height: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width:767px) {
    .footer-bottom .footer-bottom-menu li a {
        padding: 0;
        padding-right: 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-bottom .footer-bottom-menu li a {
        padding: 0 20px
    }
}

.footer-bottom .footer-bottom-menu li a:before {
    border-right: 1px solid #fff;
    position: absolute;
    content: "";
    height: 60%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .footer-bottom .footer-bottom-menu li a:before {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-bottom .footer-bottom-menu li a:before {
        display: block
    }
}

.footer-bottom .footer-bottom-menu li a:hover {
    color: #0c4d88;
}

.footer-bottom .footer-bottom-menu li:last-child a:before {
    display: none
}


/* footer end */


/* btn */

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #eb2055; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #eb2055;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #eb2055;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/* btn-end */

.under-text img {
    width: 40px
}

.under-text {
    font-weight: 500;
    margin-top: 10px;
}


/* .typing-demo {
  width: 38ch;
  animation: typing 3s steps(38), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

@keyframes typing {
  from {
    width: 0
  }
}

@keyframes blink {
  50% {
    border-color: transparent
  }
} */

.btn-dmo {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}


/* .btn-demo{
  background-color: #0c4d88;
  color: #fff;
  border: none;
  border-radius: 20px;
  
} */

.btn-outline-primary {
    color: #fff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0c4d88;
    border-color: #0c4d88;
}

@media (min-width:768px) {
    .mqt-20 {
        margin-top: 23px !important;
    }
}

.point-icon {
    width: 20px;
}

.point-ul li {
    margin-top: 10px;
}

.point h4 {
    font-weight: 600;
}

@media (min-width:768px) {
    .visitor-reg {
        margin: 60px 0 0 60px;
    }
}


/* card */

.course-card {
    background: #ffffff;
    border-radius: 25px;
    width: 100%;
    height: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin: 10px;
    transition: 0.25s ease-in-out;
}

.course-card-img {
    width: 100%;
    height: 225px;
    border-radius: 25px 25px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-card-img .main {
    height: 120px;
    width: 130px;
    object-fit: cover;
    z-index: 1;
    transition: 0.25s ease-in-out;
}

.course-card-img .layered {
    height: 120px;
    width: 130px;
    position: absolute;
    filter: blur(19px);
    transition: 0.25s ease-in-out;
}

.course-card-content {
    padding: 16px;
}

.course-card-content h4 {
    /* font-family: Ubuntu; */
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.74);
}

.course-card-content h6 {
    /* font-family: Ubuntu; */
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;
    color: #1c0fd7;
}

.course-card:hover {
    transform: scale(1.05);
}

.course-card:hover .course-card-img .main {
    transform: scale(1.1);
}

.course-card:hover .course-card-img .layered {
    filter: blur(1);
    transform: scale(1);
}


/* steps */


/**
* Timeline styling
*/

.timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.timeline:before {
    content: "";
    position: absolute;
    top: -3em;
    left: 2em;
    width: 0.25em;
    height: calc(100% + 6em);
    background: linear-gradient(to bottom, #151515 0%, #3b3b3b 2%, #3b3b3b 98%, #151515 100%);
}

@media screen and (min-width: 45em) {
    .timeline:before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.timeline__entry {
    position: relative;
    margin-bottom: 4em;
    color: #fff;
}

.timeline__entry:after {
    content: "";
    display: table;
    clear: both;
}

.timeline__id {
    position: absolute;
    top: 1em;
    left: 2em;
    padding: 0.5em 1em;
    background: #0c4d88;
    transform: translateX(-50%);
}

@media screen and (min-width: 45em) {
    .timeline__id {
        left: 50%;
        transform: translateX(-50%);
    }
}

.timeline__content {
    position: relative;
    display: block;
    margin-left: 6em;
    padding: 1em;
    background: #0c4d88;
}

@media screen and (min-width: 45em) {
    .timeline__content {
        margin-left: 0;
        width: calc(50% - 4em);
    }
}

.timeline__content:before {
    content: "";
    position: absolute;
    display: block;
    top: 1em;
    left: -1em;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-right: 1em solid #0c4d88;
}

@media screen and (min-width: 45em) {
    .timeline__content:before {
        left: auto;
        right: -1em;
        border-left: 1em solid #0c4d88;
        border-right: none;
    }
}

@media screen and (min-width: 45em) {
    .timeline__content--flipped {
        float: right;
    }
    .timeline__content--flipped:before {
        left: -1em;
        right: auto;
        border-left: none;
        border-right: 1em solid #0c4d88;
    }
}

.timeline__heading {
    margin-bottom: 0.25em;
    font-size: 1.2rem;
}

.timeline__text {
    color: #ccc;
}

.timeline__text:last-child {
    margin-bottom: 0;
}

.step-head {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


/* end */


/* logo */


/* .slider {
  width: auto;
  margin: 30px 50px 50px;
}
.slider .slick-slide {
  background: #292e3e;
  color: white;
  padding: 40px 0;
  font-size: 30px;
  font-family: "Arial", "Helvetica";
  text-align: center;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  color: #292e3e;
}
.slider .slick-dots {
  bottom: -30px;
}
.slider .slick-slide:nth-child(odd) {
  background: #57C09F;
} */


/* logo-end */

.radius-10 {
    border-radius: 10px !important;
}

.border-info {
    border-left: 5px solid #0c4d88 !important;
}

.card-place {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    margin-bottom: 80px;
}

.bg-gradient-scooter {
    background: #17ead9;
    background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
    background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}

.widgets-icons-2 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 27px;
    border-radius: 10px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.text-white {
    color: #fff !important;
}

.ms-auto {
    margin-left: auto !important;
}

.bg-gradient-bloody {
    background: #f54ea2;
    background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
    background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
}

.bg-gradient-ohhappiness {
    background: #00b09b;
    background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
    background: linear-gradient(45deg, #00b09b, #96c93d) !important;
}

.bg-gradient-blooker {
    background: #ffdf40;
    background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
    background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
}

.text-info-place {
    color: #0c4d88
}

/* @media(max-width:768px) {
    .innerbanner .text-area {
        position: absolute;
        top: 0px !important;
        left: 10px !important;
        right: 0;
        bottom: 0 !important;
        margin: auto;
        /* width: 300px; 
        height: 150px !important;
        color: #fff;
        /* background: rgba(255, 255, 255, 0.8);
        text-align: center;
        
    }
    #js-banner-particle {
        visibility: none !important;
    }
} */
@media(max-width:768px) {
.inner-main{
    display: flex;
    flex-direction: column;
}
}
/* ===============================================================
    [ * services Section ] 
================================================================*/


/* --------------- services styles --------------- */

.services.style-1 {
    position: relative;
}

.services.style-1 .ser_shap_l {
    position: absolute;
    left: 0;
    bottom: 30%;
    z-index: -1;
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.services.style-1 .ser_shap_r {
    position: absolute;
    right: 0;
    top: 25%;
}

.services.style-1 .service-box {
    position: relative;
    z-index: 5;
    padding: 30px;
    border: 1px solid #9993;
    border-radius: 8px;
    display: block;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 446px;
}

.services.style-1 .service-box h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

.services.style-1 .service-box h5 a {
    color: #000;
    font-weight: bold;
}

.services.style-1 .service-box h5 .num {
    color: var(--color-main);
    font-size: 12px;
}

.services.style-1 .service-box .icon {
    margin-bottom: 35px;
}

.services.style-1 .service-box .icon img {
    width: 270px;
    height: 162px;
    margin-bottom: -50px;
    margin-top: -25px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: -20px;
}

.services.style-1 .service-box .info .text {
    color: #666;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
}

.services.style-1 .service-box .info .tags a {
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 4px;
    background-color: #eef4f8;
    margin-top: 10px;
}

.services.style-1 .service-box:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 54px 115px 0px rgba(52, 60, 66, 0.25);
    box-shadow: 0px 54px 115px 0px rgba(52, 60, 66, 0.25);
}

.services.style-1 .service-box:hover h5 a {
    color: var(--color-main);
}

.tags.style-2 a {
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 4px;
    background-color: #131172;
    margin: 3px;
}

.services_projects {
    background-image: url(../img/services_work.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.services_projects .swiper-button-next,
.services_projects .swiper-button-prev {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services_projects .swiper-button-next:hover,
.services_projects .swiper-button-prev:hover {
    background: var(--color-lightBlue) !important;
}

.swiper-slide-duplicate-prev .service-box {
    border: 0 !important;
}

.services.style-3 {
    background-color: #f0eff5;
}

.services.style-3 .service-card.style-3 {
    padding: 30px;
    background-color: #fff;
    border-radius: 12px;
    height: 100%;
}

.services.style-3 .service-card.style-3 .icon {
    margin-bottom: 60px;
}

.services.style-3 .service-card.style-3 .icon img {
    width: 125px;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
}

.services.style-3 .service-card.style-3 .info .title {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: bold;
}

.services.style-3 .service-card.style-3 .info .text {
    font-size: 13px;
    color: #666;
}

.services.style-3 .service-card.style-3 .info a {
    margin-top: 30px;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

.services.style-3 .service-card.style-3 .info a:hover {
    color: var(--color-blue2);
}

.services-slider.style-6 .swiper-container {
    padding-bottom: 100px;
}

.services-slider.style-6 .swiper-slide {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0;
}

.services-slider.style-6 .swiper-slide.swiper-slide-nth-next-2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 100px;
    padding: 0 9px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-next {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 50px;
    padding: 0 12px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0 20px;
    -webkit-filter: drop-shadow(5px 50px 30px #07397211);
    filter: drop-shadow(5px 50px 30px #07397211);
}

.services-slider.style-6 .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 50px;
    padding: 0 12px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-nth-prev-2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 100px;
    padding: 0 9px;
}

.service-card.style-6 {
    text-align: center;
    padding: 30px 8%;
    background-color: #f1f2fa;
    border-radius: 30px;
    overflow: hidden;
    margin: 20px 0;
    display: block;
    color: #000;
}

.service-card.style-6 .icon {
    -webkit-filter: drop-shadow(5px 15px 20px #07397255);
    filter: drop-shadow(5px 15px 20px #07397255);
    margin-bottom: 25px;
}

.service-card.style-6 .icon img {
    max-height: 100px;
    max-width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.service-card.style-6 .info h5 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}

.service-card.style-6 .info .text {
    font-size: 11px;
    color: #666;
}

.services.style-7 {
    position: relative;
    background-color: #f0eff5;
}

.services.style-7 .services-content {
    position: relative;
}

.services.style-7 .services-content::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-image: url(../img/ser_wh_line.png);
    background-repeat: repeat-x;
}

.services.style-7 .service-item-style7 {
    text-align: center;
    margin-top: 30px;
    padding: 0 15px;
}

.services.style-7 .service-item-style7 .img {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 40px;
}

.services.style-7 .service-item-style7 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.services.style-7 .service-item-style7 .img .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    color: var(--color-blue7);
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
}

.services.style-7 .service-item-style7 .info h6 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.services.style-7 .service-item-style7 .info .text {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.services.style-7 .service-item-style7 .info a {
    color: #000;
}

.services.style-7 .service-item-style7 .info a i {
    position: relative;
    top: 2px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services.style-7 .service-item-style7 .info a i:first-of-type {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.services.style-7 .service-item-style7 .info a i:last-of-type {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.services.style-7 .service-item-style7 .info a:hover {
    color: var(--color-blue7);
    padding-left: 10px;
}

.services.style-7 .service-item-style7 .info a:hover i:first-of-type {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.services.style-7 .service-item-style7 .info a:hover i:last-of-type {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.services.style-8 {
    background-image: url(../img/services/serv8_back.png);
    background-size: cover;
}

.services.style-8 .services-slider8 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.services.style-8 .service-card.style-8 {
    text-align: center;
    padding: 50px;
    -webkit-box-shadow: 0px 16px 32px 0px #0000000a;
    box-shadow: 0px 16px 32px 0px #0000000a;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.services.style-8 .service-card.style-8:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--color-main);
}

.services.style-8 .service-card.style-8:hover .info a {
    color: var(--color-main);
}

.services.style-8 .service-card.style-8 .icon {
    margin-bottom: 10px;
}

.services.style-8 .service-card.style-8 .info h5 {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}

.services.style-8 .service-card.style-8 .info p {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.services.style-8 .service-card.style-8 .info a {
    text-transform: uppercase;
    color: #c3c3c3;
    margin-top: 35px;
}

@media screen and (min-width: 991px) {
    .services-slider8 {
        position: relative;
    }
    .services-slider8 .swiper-slide {
        width: 370px !important;
    }
}

.services.style-9 .services-content {
    position: relative;
}

.services.style-9 .services-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
}

.services.style-9 .services-content .service-card {
    padding: 35px;
    -webkit-box-shadow: 0px -16px 32px 0px #00000008;
    box-shadow: 0px -16px 32px 0px #00000008;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.services.style-9 .services-content .service-card .img-icon {
    margin-bottom: 25px;
}

.services.style-9 .services-content .service-card .img-icon img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.services.style-9 .services-content .service-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: var(--color-darkBlue2);
    margin-bottom: 15px;
}

.services.style-9 .services-content .service-card p {
    color: #666;
    margin-bottom: 30px;
}

.services.style-9 .services-content .service-card .icon {
    font-size: 18px;
    color: #999;
}

.services.style-9 .con-info {
    padding: 30px;
    color: #fff;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, right top, from(#25146f), color-stop(#3680fc), to(#25146f));
    background-image: -webkit-linear-gradient(left, #25146f, #3680fc, #25146f);
    background-image: -o-linear-gradient(left, #25146f, #3680fc, #25146f);
    background-image: linear-gradient(to right, #25146f, #3680fc, #25146f);
    text-align: center;
    margin-top: 60px;
}

.services.style-9 .con-info h5 {
    font-size: 18px;
    font-weight: 300px;
}

.services.style-10 {
    position: relative;
}

.services.style-10::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50%;
    background-color: #f8f9fa;
}

.services.style-10 .content {
    position: relative;
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -16px 32px 0px #0000000a;
    box-shadow: 0px -16px 32px 0px #0000000a;
    padding: 50px;
}

.services.style-10 .content .section-title {
    font-size: calc(8vw + 40px);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: bold;
    line-height: 0.75;
    color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fafafa2f));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #fafafa2f);
    background-image: -o-linear-gradient(top, #f6f6f6, #fafafa2f);
    background-image: linear-gradient(to bottom, #f6f6f6, #fafafa2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services.style-10 .services-card {
    position: relative;
    z-index: 10;
}

.services.style-10 .services-card h6 {
    font-size: 14px;
    color: #8169f1;
    margin-bottom: 15px;
}

.services.style-10 .services-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.services.style-10 .services-card p {
    color: #666;
}

.services.style-10 .services-card .icon {
    margin-top: 40px;
}

.services.style-10 .services-card .icon img {
    width: 75px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

.services.style-13 .item {
    position: relative;
    margin-top: 30px;
}

.services.style-13 .item .circle {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--color-orange3);
    top: 20px;
    right: 40px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -2;
}

.services.style-13 .item .pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -2;
}

.services.style-13 .item:hover .circle {
    top: -20px;
    opacity: 1;
}

.services.style-13 .item:hover .pattern {
    bottom: -30px;
    left: -20px;
    opacity: 1;
}

.services.style-13 .item .cont {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px #0000000f;
    box-shadow: 0px 16px 32px 0px #0000000f;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.services.style-13 .item .cont:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.services.style-13 .item .cont:hover a {
    color: #fff;
    font-weight: 500;
}

.services.style-13 .item .cont:hover a::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.services.style-13 .item .cont .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.services.style-13 .item .cont .title img {
    height: 60px;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
}

.services.style-13 .item .cont p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.services.style-13 .item .cont a {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    padding: 9px 15px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 10;
}

.services.style-13 .item .cont a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: var(--color-orange3);
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}

@media (max-width:768px) {
    .services.style-1 .service-box .icon img {
        /*width: 150px;*/
        height: 162px;
        margin-bottom: -50px;
        margin-top: -25px;
        -o-object-fit: cover;
        object-fit: cover;
        /*margin-left: -7px;*/
    }
}

.swp {
    margin-bottom: 0rem;
}


/* points-list-out */

.list-ic a {
    color: #000;
    text-decoration: none;
}

.list-ic li {
    position: relative;
}

.list-ic li span {
    display: inline-block;
    font-weight: 800;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    background: #0c4d88;
    color: white;
    position: relative;
}

.list-ic li::before {
    content: '';
    position: absolute;
    background: #0c4d88;
    z-index: -1;
}

.list-ic.horizontal li {
    display: inline-block;
}

.list-ic.horizontal li span {
    margin: 0 1em;
}

.list-ic.horizontal li::before {
    top: 0.9em;
    left: -25px;
    width: 4em;
    height: 0.2em;
}

.list-ic.vertical {
    padding: 0;
    margin: 0;
}

.list-ic.vertical li {
    list-style-type: none;
    text-align: left;
}

.list-ic.vertical li span {
    margin: 1.4em 0;
}

.list-ic.vertical li::before {
    top: -35px;
    left: 13px;
    width: 0.2em;
    height: 4em;
}

.list-ic li:first-child::before {
    display: none;
}

.list-ic .active {
    background: #0c4d88;
}

.list-ic .active~li {
    background: #0c4d88;
}

.list-ic .active~li::before {
    background: l#0c4d88;
}


/* large solid bullet */

.large-disc li:before {
    content: '\25CF';
    top: -2px;
}


/* icons cards style */


/*DEMO ONLY*/

.service-categoriess {
    padding-top: 3em;
    padding-bottom: 3em;
    background-size: cover;
}


/*DEMO ONLY*/

.service-categoriess .card {
    transition: all 0.3s;
}

.service-categoriess .card-title {
    padding-top: 0.5em;
    margin-left: 6px;
}

.service-categoriess a:hover {
    text-decoration: none;
}

.service-cardd {
    background: #eaf0f4;
    border: 0;
}

.service-cardd:hover {
    background: #6985a5;
    box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2)
}


/* .fa {
  color: white;
} */

.service-categoriess .card-title:hover {
    color: #fff;
}

.service-categoriess .card-title a:hover {
    color: #fff;
}

.iccnss {
    color: #fff;
}

.iccnssblc:hover {
    color: #fff;
}


/* types of facility management system */

.wrapper {
    width: 100vw;
    margin: 0 auto;
    height: 400px;
    background-color: #161616;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .wrapper {
        height: 700px;
    }
}

.content {
    max-width: 1024px;
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .content {
        flex-direction: column;
    }
}

.cardz {
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    height: 250px;
    background-color: #ffffff;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    border: 2px solid rgba(7, 7, 7, 0.12);
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media (max-width:768px) {
    .cardz {
        min-width: 300px !important;
    }
}

.iconz {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    max-width: 80px;
    background: linear-gradient(90deg, #7eadd7 0%, #0c4d88 40%, rgba(0, 0, 0, 0.28) 60%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all 0.8s ease;
    background-position: 0px;
    background-size: 200px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.cardz .title {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 30px;
    color: #787878;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.cardz .text {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    color: white;
    font-weight: 200;
    letter-spacing: 2px;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease;
}

.cardz:hover {
    height: 270px;
}

.cardz:hover .info {
    height: 90%;
}

.cardz:hover .text {
    transition: all 0.3s ease;
    opacity: 1;
    max-height: 40px;
}

.cardz:hover .icon {
    background-position: -120px;
    transition: all 0.3s ease;
}

.cardz:hover .icon i {
    background: linear-gradient(90deg, #7eadd7, #0c4d88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    transition: all 0.3s ease;
}


/* header-form */

/* .cs_header_form {
    position: absolute;
    bottom: 680px;
    right: 10%;
    height: 100%;
    z-index: 1;
    width: 80%;
} */

/* @media (max-width:768px) {
    .cs_header_form {
        top:326px !important;
        right: 0;
        top: 114px !important;
        width: 100% !important;
    }
} */

.cs_header_form .who_we_tab .nav {
    position: relative;
    margin: 16px 0 15px;
}

div#pills-tabContent1 {
    padding: 26px 0px 43px;
    border-top: none;
    background: #0000004f;
    text-align: center;
    border-radius: 10px;
    /*margin-top: 115px;*/
}

@media(max-width:768px) {
    div#pills-tabContent1 {
        padding: 43px 0px 43px!important;
        margin-top: 86px!important;
    }
    div#header_tab input[type="text"] {
        margin-top: 20px !important;
    }
    .who_we_tab {
        margin-top: 29px !important;
    }
}

div#header_tab input[type="text"] {
    padding: 10px 0px;
    width: 80%;
    background: transparent;
    border: none;
    margin-top: 20px;
    border-bottom: 1px solid white;
    color: #fff;
}

div#header_tab p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}

div#header_tab h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.cs_tab_form_btn {
    margin-top: 20px;
}

.subbt {
    background-color: #0c4d88;
    color: #fff;
    border: solid 2px #0c4d88;
    padding: 10px 40px;
    height: 50px;
    width: auto;
    text-align: center;
    transition: all 0.5s;
    font-weight: 500;
    display: inline-block;
    width: 80% !important;
}

div#header_tab textarea {
    padding: 10px 0px;
    width: 80%;
    background: transparent;
    border: none;
    margin-top: 20px;
    height: 100px;
    border-bottom: 1px solid white;
    color: #fff;
}

.subbt:hover {
    background-color: #fff !important;
    color: #0c4d88 !important;
    border: solid 2px #0c4d88;
}

.txtt::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
}

.txtt {
    color: #fff !important;
}


/* @media (max-width:768px){
  .innerbanner .text-area{
    margin-bottom: 0px !important;
  }
  .under-text{
    margin-top: 0px !important;
  }
} */


/* thank-you-page */

.thankyou {
    padding-top: 200px !important;
}

.thank-you-content h1 {
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: 700;
    margin-top: 20px;
}

.thank-you-content h3 {
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 10px;
}

.thank-you-content p {
    margin-top: 20px;
    line-height: 28px;
}

@media (max-width:768px) {
    .thankyou {
        padding-top: 110px !important;
    }
    .form-btn {
        text-align: left !important;
    }
}

.main-head-facilityblog {
    font-size: 36px !important;
    color: #fff !important;
    font-weight: 700;
}

@media(max-width:768px) {
    .main-head-facilityblog {
        font-size: 25px !important;
        color: #fff !important;
        font-weight: 700;
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
}

section.feature .feature-list2 {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 30px;
    height: 624px;
    margin-top: 30px;
}

.feature-list2 .icon img {
    padding: 20px 0;
}

.feature-list2 h4 {
    font-weight: 600;
}

.feature-list2 p {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 24px;
    left: 0.25px;
    display: inline-block;
    text-align: justify;
}

.blogbanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlayblogbanner {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 46%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    /* display: none; */
}
 .blogbox {
        padding: .75rem .75rem 0.1rem!important;
    }
    
    .blogbox p {
        color: rgb(12 77 136);
        font-size: 15px;
        /* padding: 10px; */
        line-height: 30px;
        float: right;
        font-weight: 600;
    }
    
    .blogbox p a {
        color: rgb(31, 85, 135)!important;
        
    }
    
    .bshadow {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    }
    
    .blogcardp {
        color: rgb(159 159 159)!important;
        font-size: 14px;
        /* padding: 10px; */
        line-height: 30px;
        float: left;
        font-weight: 400;
    }
    
    .table-title h3 {
        color: #000000;
        font-size: 30px;
        font-weight: 400;
        font-style: normal;
        font-family: "Roboto", helvetica, arial, sans-serif;
        text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    /*** Table Styles **/
    
    .table-fill {
            background: white;
            border-radius: 8px;
            border-collapse: collapse;
            height: 420px;
            margin: auto;
            max-width: 767px;
            padding: 5px;
            width: 100%;
        }
        
        th {
            color: #ffffff;
            ;
            background: #0c4d88;
            border-bottom: 4px solid #002b52;
            border-right: 1px solid #343a45;
            font-size: 23px;
            font-weight: 100;
            padding: 24px;
            text-align: left;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            vertical-align: middle;
        }
        
        th:first-child {
            border-top-left-radius: 3px;
        }
        
        th:last-child {
            border-top-right-radius: 3px;
            border-right: none;
        }
        
        tr {
            border-top: 1px solid #C1C3D1;
            border-bottom-: 1px solid #C1C3D1;
            color: #0a0f29;
            font-size: 16px;
            font-weight: normal;
            text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
        }
        
        tr:first-child {
            border-top: none;
        }
        
        tr:last-child {
            border-bottom: none;
        }
        
        tr:nth-child(odd) td {
            background: #f1f0ff;
        }
        
        tr:last-child td:first-child {
            border-bottom-left-radius: 3px;
        }
        
        tr:last-child td:last-child {
            border-bottom-right-radius: 3px;
        }
        
        td {
            background: #FFFFFF;
            padding: 20px;
            text-align: left;
            vertical-align: middle;
            font-weight: 300;
            font-size: 18px;
            text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
            border-right: 1px solid #C1C3D1;
        }
        
        td:last-child {
            border-right: 0px;
        }
        
        th.text-left {
            text-align: left;
        }
        
        th.text-center {
            text-align: center;
        }
        
        th.text-right {
            text-align: right;
        }
        
        td.text-left {
            text-align: left;
        }
        
        td.text-center {
            text-align: center;
        }
        
        td.text-right {
            text-align: right;
        }
        
        .blogimg {
            margin-left: auto;
            padding-top: 48px;
            margin-right: auto;
            width: 80%;
        }
        
        @media (max-width:980px) {
            .blogimg {
                width: 100%;
            }
        }
        
        .psquare {
            text-align: justify;
            display: inline-block;
        }