@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrapper {
    height: 100%;
    width: 100%;
}

.container {
    max-width: 1350px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

/*header .container{
    max-width: 1670px;
}*/
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

.navbar-brand img {
    max-width: 100%;
    height: 50px;
}

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar-light .navbar-nav {
    margin-left: auto;
    position: relative;
}

.navbar-light .navbar-nav li {
    margin-right: 70px;
}

.navbar-light .navbar-nav li.mega-dropdown {
    position: static;
}

.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    padding: 35px 0;
    color: #333;
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    border-bottom: 2px solid transparent;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle {
    padding: 35px 20px 35px 0;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #3296CA;
    border-color: #3296CA;
}

.navbar .navbar-nav a.active,
.navbar .navbar-nav a.active:focus,
.navbar .navbar-nav a.active:hover {
    color: #3296CA;
    border-color: #3296CA;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3296CA;
    border-color: #3296CA;
}

.navbar-light .navbar-nav li .dropdown-menu {
    padding: 25px;
    background: #fff;
    border-top: none;
    display: block;
    margin: 0;
    border-radius: 0 0 6px 6px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    opacity: 0;
    visibility: hidden;
}

.navbar-light .navbar-nav li.mega-dropdown .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

.navbar-light .navbar-nav li .dropdown-menu li {
    margin: 0;
}

.navbar-light .navbar-nav li .dropdown-menu li a {
    padding: 5px 10px 5px 15px;
    color: #333;
    font-family: Quicksand;
    font-size: 14px;
    font-style: normal;
    border: none;
    font-weight: 500;
    position: relative;
    text-align: left;
}

.navbar-light .navbar-nav li .dropdown-menu li a strong {
    font-weight: bold;
    font-size: 16px;
}

.navbar-light .navbar-nav li .dropdown-menu li a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #3296CA;
    top: 15px;
    left: -3px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.navbar-light .navbar-nav li .dropdown-menu li a.active:after,
.navbar-light .navbar-nav li .dropdown-menu li a:hover:after {
    width: 10px;
}

.navbar-light .navbar-nav li .dropdown-menu li a.active,
.navbar-light .navbar-nav li .dropdown-menu li a:hover {
    background: transparent;
    color: #3296CA;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-nav li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-light .navbar-nav li .dropdown-menu .col-md-4 .mega-menubox {
    display: flex;
    flex-flow: column;
    height: 100%;
    border-right: 1px solid #e0e0e0;
}

.navbar-light .navbar-nav li .dropdown-menu .col-md-4:last-child .mega-menubox {
    border: none;
}

.mega-menubox h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin: 0 0 10px;
}

header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*background: #fff;*/
    background: #E5F6FF;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

header.nav-new .topbar {
    display: block;
}

/* **** End Header **** */


/* **** topbar **** */
.topbar {
    background: #3296CA;
    padding: 15px 0;
}

.topbar .row {
    align-items: center;
}

.blog-content .social-icon ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-content .social-icon ul,
.topbar .social-icon ul {
    display: flex;
    align-items: center;
}

.blog-content .social-icon ul li:before {
    display: none;
}

.blog-content .social-icon ul li,
.topbar .social-icon ul li {
    margin-right: 20px;
}

.blog-content .social-icon ul li:last-child,
.topbar .social-icon ul li:last-child {
    margin: 0;
}

.blog-content .social-icon ul li a,
.topbar .social-icon ul li a {
    display: block;
}

.blog-content .social-icon ul li a img,
.topbar .social-icon ul li a img {
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 18px;
}

.blog-content .social-icon ul li a:hover img,
.topbar .social-icon ul li a:hover img {
    filter: brightness(1) invert(0);
}

.topbar .topbar-info ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.topbar .topbar-info ul li {
    margin-right: 20px;
}

.topbar .topbar-info ul li:last-child {
    margin: 0;
}

.topbar .topbar-info ul li a {
    color: #FFF;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;

    display: flex;
    align-items: center;
}
.topbar .topbar-info ul li a  i{
    margin: 0 10px 0 0;
    font-size: 16px;
}

.topbar .topbar-info ul li a img {
    max-width: 20px;
    margin-right: 10px;
}

.blog-content .social-icon {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.blog-content .social-icon p {
    display: block;
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #111;
}

.blog-content .social-icon ul {
    margin: 0 0 0px;
}

.blog-content .social-icon ul li {
    margin: 0 5px 0 0;
    padding: 0;
}

.blog-content .social-icon ul li a {
    width: 40px;
    height: 40px;
    background: #3296CA;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* **** End topbar **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: auto;
    padding: 0;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/* **** End toggler **** */


/* **** Home **** */
.hero-wrap {
    position: relative;
}

.hero-wrap .slider-box {
    position: relative;
}

.hero-wrap .slider-box .slider-img {
    width: 100%;
}

.hero-wrap .slider-box img.slider-img {
   
}

.hero-wrap .slider-box img.mobile-img {
    display: none;
}

.hero-wrap .slider-box .description {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.hero-wrap .slider-box .description .detail {
    max-width: 750px;
}

.hero-wrap .slider-box .description .detail .slide-banner-text {
    color: #092D40;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px;
}

.hero-wrap .slider-box .description .detail p {
    color: #707070;
    font-family: Quicksand;
    font-size: 24px;
    /*
	font-style: normal;
	font-weight: 600;
	*/
    line-height: 36px;
    max-width: 600px;
    margin: 0 0 30px;
}

.hero-wrap .slider-box .description .detail ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero-wrap .slider-box .description .detail ul li {
    margin-right: 15px;
}

.hero-wrap .slider-box .description .detail ul li:last-child {
    margin-right: 0;
}

.hero-wrap .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9;
    max-width: 1325px;
    width: 100%;
    display: flex;
    align-items: center;
}

.hero-wrap .slick-dots li {
    margin-right: 12px;
}

.hero-wrap .slick-dots li:last-child {
    margin-right: 0;
}

.hero-wrap .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #333333;
    font-size: 0;
    border: none;
    opacity: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hero-wrap .slick-dots li.slick-active button {
    background: #3296CA;
    height: 15px;
    width: 15px;
    opacity: 1;
}

.btn-primary {
    color: #FFF;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    background: #3296CA;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 18px 35px;
    display: table;
}

.btn-primary:hover {
    background: #65C932;
    color: #fff;
}

.btn-secondary {
    color: #3296CA;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 18px 35px;
    display: table;
}

.btn-secondary:hover {
    background: #3296CA;
    color: #fff;
}


.billing-wrap {
    padding: 80px 0;
}

.billing-wrap .row {
    margin: 0 -30px;
}

.billing-wrap .col-md-6 {
    padding: 0 30px;
}

.billing-wrap .billing-title h1 {
    color: #092D40;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;

    margin: 0 0 25px;
}

.billing-wrap .billing-title p {
    color: #707070;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 40px;
}

.billing-wrap .billing-description ul {
    padding-left: 30px;
    position: relative;
}

.billing-wrap .billing-description ul:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 6.638px;
    height: 45.254px;
    background: #3296CA;
}

.billing-wrap .billing-description ul li {
    margin: 0 0 40px;
}

.billing-wrap .billing-description ul li:last-child {
    margin: 0;
}

.billing-wrap .billing-description ul li h2 {
    color: #333;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}

.billing-wrap .billing-description ul li p {
    color: #707070;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.video-frame {
    max-width: 900px;
    margin: 0 auto;
}

.video-frame iframe {
    width: 100%;
    height: 500px;
}


.counter-wrap {
    padding: 50px 0;
    background: #E5F6FF;
}

.counter-wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
}

.counter-wrap ul li {
    padding: 0 10px;
}

.counter-wrap .count-box img {
    margin: 0 auto 30px;
    height: 50px;
}

.counter-wrap .count-box div {
    color: #707070;
    text-align: center;
    font-family: Quicksand;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px;
}

.counter-wrap .count-box p {
    color: #333;
    text-align: center;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}


.titlebar h2 {
    color: #092D40;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;

    margin: 0 0 15px;
}

.titlebar p {
    color: #707070;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.services-wrap {
    padding: 80px 0 50px;
}

.services-wrap .titlebar {
    max-width: 100%;
    margin: 0 0 50px;
}

.service-box {
    padding: 0 0 15px;
    margin: 0 0 35px;
    border-bottom: 1px solid #707070;
}

.service-box img {
    width: 100%;
    margin: 0 0 30px;
}

.service-box h3 {
    color: #333;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 22px;
}

.service-box h3:hover {
    color: #3296CA;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.service-box p {
    color: #707070;
    font-family: Quicksand;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    max-width: 463px;
}

.service-box .btn-more {
    color: #3296CA;
    text-align: center;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.service-box .btn-more:hover {
    color: #65C932;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.collaborate-wrap {
    padding: 50px 0;
    background: #E5F6FF;
}

.collaborate-wrap .slick-slide {
    margin: 0 15px;
}

.collaborate-wrap .slick-list {
    margin: 0 -15px;
}

.collaborate-wrap .titlebar {
    max-width: 100%;
    margin: 0 0 45px;
}

.collaborate-wrap .sliderboxaseen img {
    max-width: 80%;
    margin: 0 auto;
}

.collaborate-wrap .slick-prev,
.collaborate-wrap .slick-next {
    position: absolute;
    right: -30px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.collaborate-wrap .slick-prev:before,
.collaborate-wrap .slick-next:before {
    width: 40px;
    height: 40px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: #3296CA;
    font-weight: 400;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.collaborate-wrap .slick-prev {
    left: -30px;
    right: auto;
}

.collaborate-wrap .slick-prev:before {
    content: "\f053";
}

.collaborate-wrap .slick-prev:hover:before,
.collaborate-wrap .slick-next:hover:before {
    color: #fff;
    background: #092D40;
}


.testimonials-wrap {
    padding: 80px 0 0;
}

.testimonials-wrap .titlebar {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 45px;
}

.testimonial-slider {
    padding: 0 99px;
}

.testimonial-slider .row {
    align-items: center;
}

.testimonial-slider .testimonial-image img {
    max-width: 100%;
}

.testimonial-slider .testimonial-description {
    padding: 100px 0 0;
}

.testimonial-slider .testimonial-description h3 {
    color: #333;
    font-family: Montserrat;
    font-size: 36px;
    line-height: 46px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 30px;
    padding-left: 35px;
    border-left: 6px solid #3296CA;
}

.testimonial-slider .testimonial-description p {
    color: #707070;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 35px;
}

.testimonial-slider .testimonial-description .reviews-box {
    border-radius: 25px;
    background: #E7F7FF;
    max-width: 606px;
    display: flex;
    align-items: center;
    padding: 25px;
}

.testimonial-slider .testimonial-description .reviews-box div {
    border-radius: 25px;
    background: #FFF;
    width: 100px;
    min-width: 100px;
    height: 100px;
    color: #3296CA;
    font-family: Quicksand;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.testimonial-slider .testimonial-description .reviews-box p {
    color: #333;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.testimonial-slider .testimonial-description .reviews-box p span {
    color: #707070;
    font-weight: 500;
    display: block;
    font-size: 18px;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    position: absolute;
    left: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.testimonial-slider .slick-next {
    left: auto;
    right: 0;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
    position: absolute;
    content: "";
    height: 53px;
    width: 53px;
    background-image: url("../images/angle-right.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.testimonial-slider .slick-next:before {
    left: auto;
    right: 0;
    background-image: url("../images/angle-left.svg");
}


.our-clients-wrap {
    padding: 60px 0;
    background: #092D40;
}

.our-clients-wrap .clients-block ul {
    display: flex;
    align-items: center;
}

.our-clients-wrap .clients-block ul li {}

.our-clients-wrap .clients-block ul li:nth-child(2) {
    margin-left: auto;
    margin-right: 40px;
}

.our-clients-wrap .clients-block h2 {
    color: #FFF;
    font-family: Quicksand;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}

.our-clients-wrap .clients-block a {
    display: flex;
    align-items: center;
}

.our-clients-wrap .clients-block a .cnt-icon {
    font-size: 24px;
    color: #3296CA;
    margin-right: 18px;
    height: 70px;
    width: 70px;
    min-width: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.our-clients-wrap .clients-block a h3 {
    color: #FFF;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.our-clients-wrap .clients-block a h3 span {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin: 8px 0 0;
}

.our-clients-wrap .clients-block a:hover h4 span {
    color: #3296CA;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.blog-wrap {
    padding: 80px 0;
}

.blog-wrap .titlebar {
    max-width: 100%;
    margin: 0 0 45px;
}

.blog-box {
    padding: 0 0 15px;
    border-bottom: 1px solid #707070;
}

.blog-box .box-image {
    margin: 0 0 35px;
    position: relative;
}

.blog-box .box-image img {
    width: 100%;
}

.blog-box .box-image span {
    color: #FFF;
    text-align: center;
    font-family: Quicksand;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    display: table;
    padding: 10px 25px;
    background: #666;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.blog-box h3 {
    color: #333;
    font-family: Quicksand;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px;
}

.blog-box h3:hover {
    color: #3296CA;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-box p {
    color: #707070;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    max-width: 463px;
}

.blog-box .btn-more {
    color: #3296CA;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 42px;
    display: block;
}

.blog-box .btn-more:hover {
    color: #65C932;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-box ul {
    display: flex;
    align-items: center;
}

.blog-box ul li {
    margin-right: 18px;
    color: #707070;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.blog-box ul li i {
    margin-right: 8px;
    font-size: 16px;
}

.blog-box ul li:last-child {
    margin: 0;
}


.newsletter-wrap {
    padding: 50px 0;
    background: #082736;
}

.newsletter-wrap .row {
    align-items: center;
}

.newsletter-wrap h2 {
    color: #FFF;
    font-family: Quicksand;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;

    margin: 0 0 15px;
}

.newsletter-wrap p {
    color: #FFF;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 550px;
    margin: 0;
}

.newsletter-wrap .form-group {
    position: relative;
}

.newsletter-wrap .form-group .form-control {
    color: #B1B1B1;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 25px 160px 25px 35px;
    box-shadow: none;
    outline: none;
    /*border-radius: 100px;*/
    border-radius: 10px;
    border: 1px solid #757575;
    background-color: transparent;
}

.newsletter-wrap .form-group .form-control::placeholder {
    color: #fff;
}

.newsletter-wrap .form-group .btn-primary {
    position: absolute;
    border: none;
    padding: 16px 35px;
    right: 10px;
    top: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

footer {
    padding: 0;
    background: #092D40;
}

footer .row {
    margin: 0 -40px;
}

footer .row .col-md-5 {
    padding: 0 40px;
    width: 35%;
}

footer .row .col-md-2 {
    padding: 0 40px;
    border-left: 1px solid #7E7E7E;
    border-right: 1px solid #7E7E7E;
    width: 30%;
}

footer .copyright {
    padding: 20px 0;
    border-top: 1px solid #7E7E7E;
}

footer .copyright p {
    color: #FFF;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

footer .footer-logo {
    padding: 57px 0 0;
}

footer .footer-logo img {
    max-width: 180px;
    margin: 0 0 30px;
}

footer .footer-logo p {
    color: #FFF;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 488.687px;
    margin: 0 0 33px;
}

footer .social-icon ul {
    display: flex;
    align-items: center;
}

footer .social-icon ul li {
    margin-right: 10px;
}

footer .social-icon ul li:last-child {
    margin: 0;
}

footer .social-icon ul li a {
    background: #0D3C54;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social-icon ul li a:hover {
    background: #111;
}

footer .social-icon ul li a img {
    max-width: 100%;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: .4s linear;
    -webkit-transition: .4s linear;
    margin: 0;
    width: 18px;
}

footer .social-icon ul li a:hover img {
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}

.copyright ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copyright ul li {
    margin-right: 30px;
}

.copyright ul li:last-child {
    margin: 0;
}

.copyright ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #F8F4FF;
    position: relative;
}

.copyright ul li a:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F8F4FF;
    right: -18px;
    top: 10px;
}

.copyright ul li:last-child a:after {
    display: none;
}

.copyright ul li a:hover {
    color: #3296CA;
}

footer h2 {
    color: #FFF;
    font-family: Quicksand;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    margin: 0 0 35px;
}

footer .quicklinks {
    padding: 57px 0 0;
}

footer .quicklinks ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

footer .quicklinks ul li {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
}

footer .quicklinks ul li:last-child {
    margin: 0;
}

footer .quicklinks ul li a {
    color: #C7C7C7;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .quicklinks ul li a:hover {
    color: #3296CA;
}

footer .footer-contact {
    padding: 57px 0 60px;
}

footer .footer-contact ul li {
    margin: 0 0 20px;
}

footer .footer-contact ul li:last-child {
    margin: 0;
}

footer .footer-contact ul li a {
    display: flex;
    align-items: center;
    color: #C7C7C7;
    font-family: Quicksand;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .footer-contact ul li a:hover {
    color: #3296CA;
}

footer .footer-contact ul li a img {
    max-width: 20px;
    margin-right: 15px;
}

#scroll-to-top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #3296CA;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: fixed;
    bottom: 44px;
    right: 30px;
    z-index: 999;
    opacity: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.10);
    font-size: 24px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

#scroll-to-top.show {
    opacity: 1;
}

#scroll-to-top:hover {
    background: #092D40;
    color: #fff;
}

/* **** ENd Home **** */

/* **** Billing Service Page ***** */
.billing-service-wrap {
    padding: 80px 0;
    background: #E7F7FF;
}

.billing-data h1 {
    font-size: 42px;
    font-weight: 600;

    color: #092D40;
    line-height: 52px;
    margin: 0 0 30px;
}

.billing-data p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: Quicksand;
    color: #757575;
    line-height: 28px;
    max-width: 550px;
}

.billing-data a {
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    margin: 80px 0 0;
    display: flex;
    align-items: center;
}

.billing-data a i {
    margin-left: 5px;
}

.billing-data a:hover {
    color: #3296CA;
}

.billing-form .form-group {
    margin: 0 0 15px;
}

.billing-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    margin: 0 0 5px;
}

.billing-form .form-group .form-control {
    padding: 12px 20px;
    background: #fff;
    /*border-radius: 30px;*/
    border-radius: 6px;
    height: auto;
    border: 1px solid rgba(117, 117, 117, 0.20);
    font-size: 14px;
    font-weight: 500;
    color: #757575;
    box-shadow: none;
    resize: none;
}

.billing-form .form-group .form-control::placeholder {
    color: #757575;
}

.billing-form .btn-primary {
    border: none;
    max-width: 180px;
    text-align: center;
    width: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.medical-solution-wrap {
    padding: 80px 0;
}

.medical-solution-wrap .titlebar {
    max-width: 100%;
    margin: 0 0 45px;
}

.medical-solution-wrap .titlebar h2 {
    margin: 0;
}

.medical-solution-box {
    padding: 15px 0 25px;
    border-bottom: 1px solid #707070;
    margin: 0 0 25px;
    max-width: 400px;
    height: calc(100% - 25px);
}

.medical-solution-box img {
    margin: 0 0 15px;
    height: 70px;
}

.medical-solution-box h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 15px;
}

.medical-solution-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 24px;
}

.what-make-wrap {
    background: #E5F6FF;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.what-makebox {
    max-width: 750px;
    position: relative;
    z-index: 5;
}

.what-makebox h2 {
    font-size: 36px;
    font-weight: 600;

    color: #092D40;
    line-height: 46px;
    margin: 0 0 30px;
}

.what-makebox h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000;

    margin: 0 0 30px;
    font-family: Quicksand;
}

.what-makebox p {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    margin: 0 0 30px;
    font-family: Quicksand;
    max-width: 600px;
}

.what-makebox ul {
    display: flex;
    flex-wrap: wrap;
}

.what-makebox ul li {
    width: 50%;
    margin: 0 0 15px;
    font-size: 18px;
    font-family: Quicksand;
    font-weight: 600;
    color: #333333;
    padding: 0 0 0 30px;
    position: relative;
}

.what-makebox ul li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/bullet-ic1.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 5px;
    left: 0;
}

img.docimgbx {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}

.medical-code-sol-wrap {
    padding: 80px 0;
}

.medical-code-sol-wrap .titlebar {
    max-width: 100%;
    margin: 0 auto 45px;
}

.medical-code-sol-wrap .titlebar h2 {
    text-align: center;
    margin: 0 auto;
}

.code-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.code-data,
.code-img {
    width: 50%;
}

.code-img img {
    width: 100%;
}

.code-data {
    padding: 30px 40px;
}

.code-data:nth-child(odd) {
    padding: 30px 40px 30px 0px;
}

.code-data:nth-child(even) {
    padding: 30px 0px 30px 40px;
}

.code-row:nth-child(2) {
    align-items: flex-start;
}

.code-row:nth-child(2) .code-data {
    padding: 0 40px 30px;
}

.code-data h3 {
    font-size: 20px;
    font-weight: 600;
    color: #092D40;
    margin: 0 0 15px;
}

.code-data h4 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e0e0e0;
}

.code-data p {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 26px;
    margin: 0 0 15px;
}

.code-data p:last-child {
    margin: 0;
}

.code-data h6 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Quicksand';
    line-height: 25px;
    color: #111;
    margin: 0 0 15px;
}

.everything-need-wrap {
    padding: 80px 0;
    background: #E5F6FF;
}

.everything-need-wrap .titlebar {
    max-width: 100%;
    margin: 0 auto 45px;
}

.everything-need-wrap .titlebar h2 {
    text-align: center;
    margin: 0 auto;
}

.expedite-box {
    max-width: 380px;
}

.expedite-box img {
    margin: 0 0 25px;
    height: 75px;
}

.expedite-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    margin: 0 0 15px;
}

.expedite-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 26px;
}

/* **** End Billing Service Page ***** */

/* **** Dental Solution Page **** */
.inner-banner {
    padding: 60px 0;
    background: url('../images/dental-banner.png') 0 0 no-repeat;
    background-size: cover;
    position: relative;
}

.inner-banner:before {
    position: absolute;
    content: '';
    background: #092D40;
    opacity: 0.86;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner-banner .container {
    position: relative;
    z-index: 1;
}

.inner-banner h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;

    margin: 0 0 15px;
}

.inner-banner a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #C7C7C7;
    font-family: Quicksand;
}

.inner-banner a i {
    margin: 0 0 0 5px;
}

.inner-banner a:hover {
    color: #fff;
}

.inner-banner ul {
    display: flex;
    align-items: center;
}

.inner-banner ul li {
    margin-right: 30px;
}

.inner-banner ul li:last-child {
    margin: 0;
}

.inner-banner ul li {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    position: relative;
}

.inner-banner ul li a {
    color: #F8F4FF;
}

.inner-banner ul li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F8F4FF;
    right: -18px;
    top: 10px;
}

.inner-banner ul li:last-child:after {
    display: none;
}

.inner-banner ul li a:hover {
    color: #3296CA;
}

.know-more-wrap {
    padding: 80px 0 40px;
}

.know-more-wrap .row {
    /* align-items: center; */
}

.know-img img {
    width: 100%;
}

.know-data {
    padding: 0 30px 0 0;
}

.know-data h2 {
    font-size: 32px;
    font-weight: 600;
    color: #092D40;
    margin: 0 0 30px;

}

.know-data h3 {
    font-size: 26px;
    font-weight: 600;
    color: #092D40;
    line-height: 34px;
    margin: 0 0 25px;
}

.know-data h4 {
    font-size: 24px;
    font-weight: 600;
    color: #092D40;
    line-height: 32px;
    margin: 0 0 20px;
}

.know-data h5 {
    font-size: 20px;
    font-weight: 600;
    color: #092D40;
    line-height: 30px;
    margin: 0 0 2px;
}

.know-data p {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 25px;
    font-family: Quicksand;
    margin: 0 0 15px;
}

.know-data p:last-child {
    margin: 0;
}

.know-data ul,
.know-data ol {
    margin: 0 0 25px;
}

.know-data ul li,
.know-data ol li {
    position: relative;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 25px;
    font-family: Quicksand;
}

.know-data ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #65C932;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.dental-billing-wrap {
    padding: 40px 0 80px;
}

.billing-process-wp {
    margin: 0 0 100px;
}

.billing-process-wp h2 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    color: #092D40;
    margin: 0 0 25px;
}

.billing-process-wp ul {
    position: relative;
    max-width: 800px;
}

.billing-process-wp ul:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 95%;
    left: 35px;
    top: 0;
    background: #DAECFA;
}

.billing-process-wp ul li {
    display: flex;
    margin: 0 0 50px;
}

.process-num {
    margin-right: 25px;
    min-width: 70px;
}

.process-num span {
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    display: block;
    background: #DAECFA;
    text-align: center;
    font-family: Quicksand;
    font-size: 20px;
    font-weight: 800;
    color: #092D40;
    position: relative;
    z-index: 1;
}

.process-dt {
    padding: 15px 0 0;
    min-height: 100px;
}

.process-dt h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px;
}

.service-description p {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #707070;
    margin: 0 0 20px;
}

.process-dt p {
    margin: 0;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #707070;
}

.provide-billing-service-box {
    background: #E5F6FF;
    border-radius: 20px;
    padding: 60px 30px 30px;
    margin: 0 0 60px;
}

.provide-billing-service-box h2 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    color: #092D40;
    margin: 0 0 25px;
}

.billing-serv-box {
    padding: 35px;
    display: flex;
    flex-flow: column;
    height: calc(100% - 30px);
    margin: 0 0 30px;
    background: #fff;
    border-radius: 20px;
}

.billing-serv-box h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    margin: 0 0 15px;
}

.billing-serv-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 24px;
    font-family: Quicksand;
}

.faq-dental-wrap h2 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    color: #092D40;
    margin: 0 0 25px;
    max-width: 100%;
}

.faq-dental-wrap .accordion .accordion-item {
    margin: 0 0 30px;
    background-color: transparent;
    border: 1px solid rgba(112, 112, 112, 0.30);
    border-radius: 20px;
    padding: 30px;
}

.faq-dental-wrap .accordion .accordion-item:last-child {
    margin: 0;
}

.faq-dental-wrap .accordion .accordion-item h2 {
    margin: 0;
}

.faq-dental-wrap .accordion .accordion-item .accordion-button {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    font-weight: 600;
    padding: 0 30px 0 0;
    background-color: transparent;
    position: relative;
}

.faq-dental-wrap .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faq-dental-wrap .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-dental-wrap .accordion .accordion-item .accordion-button::after {
    display: none;
}

.faq-dental-wrap .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #333;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.faq-dental-wrap .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}

.faq-dental-wrap .accordion .accordion-body {
    padding: 15px 30px 0 0;
}

.faq-dental-wrap .accordion .accordion-item p {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 24px;
    margin: 0 0 15px;
}

.faq-dental-wrap .accordion .accordion-item p:last-child {
    margin: 0;
}


.medical-sidebar {
    position: sticky;
    top: 100px;
    width: 100%;
    left: 0;
}

.medical-comnbx {
    margin: 0 0 30px;
    padding: 30px;
    background: #E5F6FF;
    border-radius: 20px;
}

.medical-links h2 {
    font-size: 24px;
    font-weight: 600;
    color: #092D40;
    margin: 0 0 25px;
}

.quicklinks-medicare {
    padding: 15px 30px;
    background: #fff;
    border-radius: 20px;
}

.quicklinks-medicare li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.quicklinks-medicare li a:hover {
    color: #3296CA;
}

.cnt-med img {
    margin: 0 0 25px;
    width: 70px;
}

.cnt-med h3 {
    font-size: 24px;
    font-weight: 600;
    color: #092D40;
    margin: 0 0 15px;
}

.cnt-med p {
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    line-height: 26px;
    font-family: Quicksand;
    margin: 0 0 25px;
}

.cnt-med a {
    display: table;
    font-size: 18px;
    font-weight: 600;
    color: #3296CA;
    line-height: 30px;
    border-bottom: 1px solid #3296CA;
}

.cnt-med a:hover {
    color: #111;
    border-bottom: 1px solid #111;
}

.cnt-med h6 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #707070;
}

.cnt-med h6 span {
    min-width: 170px;
    display: inline-block;
}

.cnt-med h6:last-child {
    margin: 0;
}

.inquiry-form h3 {
    font-size: 24px;
    font-weight: 600;
    color: #092D40;
    margin: 0 0 20px;
}

.inquiry-form img {
    margin: 0 0 25px;
    width: 70px;
}

.inquiry-form .form-group {
    margin: 0 0 15px;
}

.inquiry-form .form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    display: block;
    margin: 0 0 5px;
    font-family: Quicksand;
}

.inquiry-form .form-group .form-control {
    padding: 12px 20px;
    background: #fff;
    /*border-radius: 30px;*/
    border-radius: 6px;
    height: auto;
    border: 1px solid rgba(117, 117, 117, 0.20);
    font-size: 14px;
    font-weight: 500;
    color: #757575;
    box-shadow: none;
    resize: none;
}

.inquiry-form .form-group .form-control::placeholder {
    color: #757575;
}

.inquiry-form .btn-primary {
    border: none;
    max-width: 180px;
    text-align: center;
    width: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

/* **** End Dental Solution Page **** */

/* **** Blog Page **** */
.blog-pg-wrap {
    border-bottom: 1px solid #e0e0e0;
}

.blog-pg-wrap .blog-box {
    margin: 0 0 35px;
}

.pager-rw ul {
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager-rw ul li {
    margin-right: 10px;
}

.pager-rw ul li:last-child {
    margin: 0;
}

.pager-rw ul li a {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    color: #111;
    text-align: center;
    display: block;
}

.pager-rw ul li a:hover,
.pager-rw ul li.active a {
    background: #3296CA;
    color: #fff;
    border-color: #3296CA;
}

.inner-banner a.backbtn i {
    margin: 0 5px 0 0;
}

.recent-pg-wrap {
    background: #E5F6FF;
}

.blog-detailswrap {
    padding: 80px 0;
}

.blog-databox {
    padding: 0 60px 0 0;
}

.blog-databox h2 {
    font-size: 42px;
    font-weight: bold;
    color: #092D40;
    margin: 0 0 25px;
}

.blog-dt-img {
    margin: 0 0 15px;
}

.blog-dt-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}

.blog-post {
    margin: 0 0 45px;
}

.blog-post ul {
    display: flex;
    align-items: center;
}

.blog-post ul li {
    margin-right: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #092D40;
}

.blog-post ul li i {
    margin-right: 5px;
    color: #3296CA;
}

.blog-post ul li:last-child {
    margin: 0;
}

.blog-content h3 {
    font-size: 28px;
    font-weight: bold;
    color: #092D40;
    margin: 0 0 30px;
}

.blog-content p {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 26px;
    margin: 0 0 25px;
}

.blog-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #3296CA;
    margin: 0 0 15px;
}

.blog-content ul {
    margin: 0 0 25px;
}

.blog-content li {
    padding: 3px 0 3px 15px;
    display: block;
    position: relative;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.blog-content li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #3296CA;
    top: 13px;
    left: 0;
}

.blog-databox .btn-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 0 0;
    border-top: 1px solid #e0e0e0;
}

.blog-databox .btn-group .btn-act {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.blog-databox .btn-group .btn-act img {
    margin-right: 10px;
    width: 80px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-databox .btn-group .btn-act p {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    max-width: 200px;
    line-height: 20px;
    margin: 0;
}

.blog-databox .btn-group .btn-act.nextbtn {
    margin-left: auto;
}

.blog-databox .btn-group .btn-act.nextbtn p {
    text-align: right;
}

.blog-databox .btn-group .btn-act.nextbtn img {
    margin: 0 0 0 10px;
    border-radius: 5px;
}

.blog-databox .btn-group .btn-act:hover {
    color: #3296CA;
}

/* **** End Blog Page **** */

/* **** Contact Page **** */
.contact-wrap {
    width: 100%;
    padding: 80px 0 0px;
    background: #fff;
}

.contact-wrap h2 {
    font-size: 30px;
    margin: 0 0 40px;
    letter-spacing: 1px;
}

.contact-reach {
    padding: 60px 35px;
    background: #3296CA;
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.contact-reach:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #3296CA;
    left: -100%;
    top: 0;
}

.contact-reach .contact-text {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    margin: 0 0 25px;
}

.cnt-bx-cnpg {
    display: flex;
    width: 100%;
    margin: 0 0 15px;
}

.cnt-bx-cnpg i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    line-height: 40px;
    font-size: 16px;
    color: #3296CA;
    text-align: center;
    display: block;
    margin-right: 10px;
}

.cnt-bx-cnpg p {
    width: 80%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    margin: 0;
}

.cnt-bx-cnpg p a {
    color: #fff;
}

.sincen {
    align-items: center;
}

.cnt-add {
    margin: 60px 0;
    position: relative;
    padding: 0 0 100px;
    bottom: -60px;
}

.cnt-add img {
    width: 70%;
    margin: 0 auto;
}

.contact-form {
    margin: 60px 0;
    padding: 60px;
    background: #E7F7FF;
    position: relative;
    z-index: 5;
    border: 4px solid #3296CA;
}

.contact-form .form-group {
    margin: 0 0 15px;
}

.contact-form .form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    display: block;
    margin: 0 0 5px;
    font-family: Quicksand;
}

.contact-form .form-control {
    padding: 10px 15px;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #1111;
    font-size: 14px;
    font-weight: 500;
    background-color: #FFFFFF;
    color: #898989;
    height: auto;

    resize: none;
}

.contact-form .form-control:focus {
    border-color: #3296CA;
}

.contact-form select.form-control {
    -webkit-appearance: none;
    background-image: url('../images/downic.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}

.contact-form .btn-primary {
    transition: .4s linear;
    -webkit-transition: .4s linear;
    border: none;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #111;
    margin: 0 !important;
    display: flex;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
}

.styled-checkbox:checked+label:before {
    background: #0F0F0F;
    background-color: #0F0F0F;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.contact-form .form-group p {
    margin: 0 0 15px;
    font-size: 15px;
    color: #333;
    line-height: 25px;
    font-weight: 400;
    font-family: Quicksand;
}

.partone .social-icon {
    margin: 30px 0 0;
}

.partone .social-icon .social-text {
    margin: 0 0 15px;
}

.mapbox {
    height: 350px;
}

.partone .social-icon ul {
    display: flex;
    align-items: center;
}

.partone .social-icon ul li {
    margin-right: 10px;
}

.partone .social-icon ul li:last-child {
    margin: 0;
}

.partone .social-icon ul li a {
    background: #0D3C54;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partone .social-icon ul li a:hover {
    background: #111;
}

.partone .social-icon ul li a img {
    max-width: 100%;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: .4s linear;
    -webkit-transition: .4s linear;
    margin: 0;
    width: 18px;
}

.partone .social-icon ul li a:hover img {
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}

/* **** End Contact Page **** */

/* **** About Pages **** */
.abt-ceo-wrap {
    padding: 80px 0;
}

.abt-ceo-wrap .code-data,
.abt-ceo-wrap .code-img {
    width: 100%;
    padding: 0;
    position: relative;
}

.team-rw {
    padding: 30px 0;
}

.team-rw .code-data,
.team-rw .code-img {
    width: 100%;
    position: relative;
}

.team-rw .code-data {
    padding: 0px 0px 20px 0px;
}

.team-rw:nth-child(even) .code-data {
    padding: 0px 0px 20px 0px;
}

.team-rw .code-img img {
    width: 100%;
}

.code-img ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.code-img ul li {
    margin-right: 10px;
}

.code-img ul li:last-childs {
    margin: 0;
}

.code-img ul li a {
    width: 40px;
    height: 45px;
    line-height: 45px;
    background: #3296CA;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    border-radius: 10px 10px 0 0;
}

.code-img ul li a:hover {
    background: #092D40;
    color: #fff;
}

.abt-ceo-wrap .code-data h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 15px;
}

.abt-ceo-wrap .code-data p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
}

.our-team-iwrap {
    padding: 50px 0;
    background: #E5F6FF;
}

.our-team-iwrap .nav-tabs {
    border: none;
    border-radius: 50px;
    background: #fff;
    max-width: 350px;
    border: 5px solid #fff;
    margin: 0 auto 45px;
    display: flex;
    flex-wrap: wrap;
}

.our-team-iwrap .nav-tabs li {
    width: 50%;
}

.our-team-iwrap .nav-tabs li a {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    border: none;
    border-radius: 50px;
    display: block;
    text-align: center;
}

.our-team-iwrap .nav-tabs .nav-item.show .nav-link,
.our-team-iwrap .nav-tabs .nav-link.active {
    background: #3296CA;
    color: #fff;
}

.team-block {
    margin: 0 0 80px;
    position: relative;
}

.team-block img {
    width: 100%;
    border-radius: 5px;
}

.team-nmnbx {
    position: absolute;
    background: #fff;
    padding: 25px 65px 25px 20px;
    border-radius: 5px;
    bottom: -50px;
    left: 30px;
    right: 30px;
}

.team-nmnbx h3 {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin: 0 0 5px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.team-nmnbx h3:hover {
    color: #3296CA;
}

.team-nmnbx p {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    margin: 0;
    line-height: 22px;
}

.team-nmnbx a.linkbtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #3296CA;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    text-align: center;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.team-nmnbx a.linkbtn:hover {
    background: #092D40;
    color: #fff;
}

.cover-wrap {
    background: #fff;
    padding: 80px 0 40px;
}

.our-team-iwrap .titlebar {
    margin: 0 0 40px;
}

.cover-wrap .team-block {
    margin: 0 0 60px;
}

.cover-wrap .team-nmnbx {
    background: #E5F6FF;
    padding: 25px;
    bottom: -30px;
}

.cover-wrap .team-nmnbx h3 {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.practice-wrap {
    padding: 80px 0 40px;
}

.practice-wrap .team-nmnbx {
    padding: 25px;
    bottom: -30px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.10);
}

.practice-wrap .team-nmnbx h3 {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.teamimgin {
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teamimgin img {
    width: auto;
    margin: 0 auto;
}

.certificates-feature-wrap {
    padding: 50px 0;
    background: #E5F6FF;
}

.certification-row {
    max-width: 1100px;
    margin: 0 auto;
}

.certification-box {
    padding: 15px;
    border-radius: 15px;
    margin: 0 0 35px;
}

.certification-box img {
    width: 100%;
    border-radius: 15px;
}

.certification-row p {
    font-size: 18px;
    font-weight: bold;
    color: #3296CA;
    max-width: 750px;
    margin: 0 auto 35px;
    text-align: center;
    line-height: 28px;
}

.certification-row .btn-primary {
    margin: 0 auto;
}

.abtpginwrap .code-img {
    max-width: 500px;
    margin: 0 auto 55px;
}

.abtpginwrap .code-img img {
    border-radius: 15px;
}

.abtpginwrap .code-data .btn-primary {
    margin: 0;
}

/* **** End About Pages **** */

/* ***** Terms & Privacy Page ***** */
.terms-wrap {
    padding: 80px 0 50px;
}

.terms-wrap h2 {
    font-size: 42px;
    font-weight: bold;
    color: #092D40;
    margin: 0 0 25px;
}

.terms-wrap {
    margin: 0 0 15px;
}

.terms-wrap img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}

.terms-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    color: #092D40;
    margin: 0 0 30px;
}

.terms-wrap p {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 26px;
    margin: 0 0 25px;
}

.terms-wrap p a {
    color: #3296CA;
    text-decoration: underline;
}

.terms-wrap h4 {
    font-size: 22px;
    font-weight: 700;
    color: #3296CA;
    margin: 0 0 15px;
}

.terms-wrap ul {
    margin: 0 0 25px;
}

.terms-wrap li {
    padding: 3px 0 3px 15px;
    display: block;
    position: relative;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.terms-wrap li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #3296CA;
    top: 13px;
    left: 0;
}

/* ***** End Terms & Privacy Page ***** */

.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #fff;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-loader img {
    width: 350px;
    animation: sk-scaleout 5s infinite;
}

@keyframes sk-scaleout {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.not-wrap {
    padding: 100px 0;
    background: #f5f5f5;
}

.not-wrap h1 {
    font-size: 160px;
    font-weight: 700;
    color: #3296CA;
    text-align: center;
    margin: 0 auto 15px;
}

.not-wrap p {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 24px;
    max-width: 650px;
    margin: 0 auto 30px;
}

.not-wrap .btn-primary {
    margin: 0 auto;
}

.fixed-social {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 99;
}

.fixed-social ul li {
    margin: 0 0 3px;
}

.fixed-social ul li:last-child {
    margin: 0;
}

.fixed-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #082736;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-right: none;
}

.fixed-social ul li a img {
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 15px;
}

.fixed-social ul li a:hover {
    background: #3296CA;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    color: #ffffff;
}

.inquiry-form .wpcf7 form.invalid .wpcf7-response-output {
    color: #707070;
    font-weight: 500;
}


.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7 form.payment-required .wpcf7-response-output {
    font-weight: 500;
    color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output{
	color:#000;
}

.form-group .required{
	color: #ff0000;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
	color:#000;
}