@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&family=Raleway:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Raleway', 'Nunito Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: #eee;
}

img {
    max-width: 100%;
    transition: 200ms linear;
}

.form-control:hover,
.form-control:focus {
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.container {
    max-width: 976px;
    width: 100%;
}

.bg-degrade {
    background-color: #e33b3a;
    background: -moz-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 56, 55, 1)), color-stop(100%, rgba(173, 44, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
}

.bg-purple {
    background: #112959;
}

.text-red {
    color: #e33b3a;
}

.text-purple {
    color: #112959;
}

.bg-red {
    background-color: #e33b3a;
}

.btn-red {
    border-color: #e33b3a;
    background-color: #e33b3a;
    color: #ffffff !important;
}

.btn-red:hover {
    border-color: #e33b3a;
    background-color: #ce3938;
    color: #ffffff !important;
}

.btn-outline-red {
    border-color: #e33b3a;
    background-color: #ffffff;
    color: #e33b3a !important;
}

.btn-outline-red:hover {
    border-color: #e33b3a;
    background-color: #e33b3a;
    color: #ffffff !important;
}

.btn {
    border-radius: 0;
    padding: .75rem 1rem;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.call .btn-secondary:not(:disabled):not(.disabled).active,
.call .btn-secondary:not(:disabled):not(.disabled):active,
.call .show>.btn-secondary.dropdown-toggle {
    background: #1b0c61;
    box-shadow: none;
}

.top-nav-wrap {
    background: #132344;
    padding: 10px 0;
}

.top-nav-wrap .top-nav-right a {
    color: #fff;
}

main {
    background: #fff;
}

header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 0 0 0 0;
}

header .container {
    max-width: 1210px;
}

header .navbar {
    border-radius: 30px;
    font-size: 15px;
    padding: 20px 0 0 0;
    width: 100%;
}

.box-shadow {
    border: none;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.navbar-brand {
    padding: 0;
    margin-right: 45px;
}

.navbar-brand img {
    position: absolute;
    top: -43px;
    left: 0;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 20px;
    letter-spacing: 0;
    font-weight: 700;
}

header .navbar .dropdown-menu {
    padding: 1rem 0;
    background: #132344eb;
}

header .navbar .dropdown-menu .dropdown-item {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    header .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.navbar-dark .navbar-nav .nav-link>i {
    margin-right: 10px;
}

.navbar-dark .dropdown-item.active,
.navbar-dark .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #132344;
}

.navbar-dark .dropdown-item:focus,
.navbar-dark .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #132344;
}

.navbar-dark .dropdown-toggle::after {
    display: none;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #03c6d7;
}

.navbar-dark .navbar-nav .nav-link.btn-warning {
    background: #03c6d7;
    border-color: #03c6d7;
    padding: 10px 15px;
    margin-right: 0;
    font-size: 16px;
    border-radius: 5px;
}

.navbar-dark .navbar-nav .nav-link.btn-warning:hover,
.navbar-dark .navbar-nav .nav-link.btn-warning:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.btn-warning:active {
    box-shadow: none;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #03c6d7;
}

.scrolled {
    background: #132344;
    transition: 200ms linear;
}

.scrolled .navbar {
    padding: 10px 0 10px 0;
}

.scrolled .top-nav-wrap {
    display: none;
}

.scrolled .navbar-brand img {
    top: 0;
}

.btn {
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
}

.btn-danger {
    background: #ff003c;
}

.btn-light {
    background: #fff;
    color: #ff003c;
}

#slider {
    padding-top: 42px;
    position: relative;
    overflow: hidden;
}

#slider h2 {
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 30px;
    line-height: normal;
}

#slider h2>b {
    font-weight: 600;
}

#slider p {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 400;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    position: relative;
}

.carousel-control-prev-icon:after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 25px;
    color: #ffffff;
    background: #415674;
    padding: 6px 12px;
    border-radius: 5px;
}

.carousel-control-next-icon:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 25px;
    color: #ffffff;
    background: #415674;
    padding: 6px 12px;
    border-radius: 5px;
}

.btn-qhse {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 900;
    padding: 15px 30px;
    text-transform: uppercase;
    background: #0073d4;
}

.head {
    padding-bottom: 20px;
    text-align: center;
}

.head h2 {
    color: #1b2336;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: normal;
}

.head p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #415674;
    font-weight: 400;
    margin-bottom: 30px;
}

.head span {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #0073d4;
    text-transform: uppercase;
}

#slider .carousel-item .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    max-width: 976px;
    padding: 50px 0 20px;
}

#aboutus .head {
    text-align: left;
}

#services {
    background: #f3f7ff;
}

.service {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    background: #fff;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.service h3 {
    font-size: 18px;
    color: #1b2336;
    font-weight: 600;
    margin: 20px 0;
}

.service p {
    color: #415674;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.service a {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #0073d4;
    text-transform: uppercase;
    font-size: 11px;
}

#cta .row {
    background: #0073d4;
    padding: 50px 30px;
    border-radius: 5px;
}

#cta .head {
    text-align: left;
    padding-bottom: 0;
}

#cta .head h2,
#cta .head p,
#cta .head span {
    color: #fff;
}

#cta .head h2 {
    font-size: 26px;
}

#cta .head .btn-qhse {
    background: #6dbed7;
}

#cta .col-img {
    margin-top: -100px;
}

#testimonials {
    background: url(../images/bg/bg-tesstimonials.jpg);
    background-size: cover;
    background-position: center center;
}

#testimonials .testimonial {
    padding-top: 30px;
    padding-bottom: 30px;
}

#testimonials .person {
    width: 100%;
    text-align: center;
    margin-left: auto;
}

#testimonials .person img {
    margin: auto;
}

#testimonials .person ul {
    list-style: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px 10px;
    width: auto;
    display: inline-block;
    margin: 10px 0 0 0;
}

#testimonials .slick-dots li {
    margin: 0 0;
}

#blogs {
    font-family: 'Nunito Sans', sans-serif;
}

#blogs .blog,
#blogs .blog .blog-item {
    height: 100%;
}

#blogs img {
    height: auto;
    border-radius: 5px;
}

#blogs .cnt {
    padding: 30px 20px 20px 20px;
    border: 1px solid #eff0f2;
    margin-top: -10px;
}

#blogs .date {
    color: #415674;
    font-size: 13px;
    display: block;
    margin: 5px 0;
}

#blogs h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1b2336;
}

#blogs p {
    font-weight: 300;
    font-size: 14px;
    color: #415674;
}

#blogs .btn-qhse {
    background: #fff;
    border: 0;
    color: #0073d4;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.bg2 {
    background: url(../images/bg/bg-auditoria.jpg);
    background-position: center center;
}

footer.padding {
    font-family: 'Nunito Sans', sans-serif;
    background: #132344;
    color: #fff;
    padding-bottom: 0;
}

footer img {
    margin-top: -40px;
}

footer p {
    color: #b6bfda;
    font-size: 14px;
    font-weight: 300;
}

footer .copyright p {
    width: 100%;
    text-align: center;
}

footer h4 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 20px;
}

footer ul {
    padding-inline-start: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: normal;
}

footer ul li a {
    font-size: 14px;
    color: #b6bfda;
}

footer ul li a:hover {
    color: #00c0d9;
}

footer ul.social-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer ul.social-info li a {
    display: flex;
    margin-right: 10px;
    color: #b6bfda;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}

.copyright {
    margin-top: 50px;
    padding: 35px 0 35px;
    border-top: 1px solid #353e58;
}

.copyright span {
    color: #03c6d7;
}

.swiper-button-prev,
.swiper-button-next {
    color: #1b0c61;
}

#breadcumbs {
    position: relative;
    padding-top: 42px;
}

#breadcumbs .text {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#breadcumbs .text h2 {
    color: #fff;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 0;
}

#breadcumbs .text p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

#contacto .head {
    text-align: left;
}

.info .media h5 {
    font-weight: 600;
    font-size: 16px;
    color: #1b2336;
    margin-bottom: 5px;
}

.info .media p {
    font-family: 'Nunito Sans', sans-serif;
    color: #415674;
    font-size: 14px;
    font-weight: 300;
}

.form-contact {
    background: #fff;
    text-align: right;
    padding: 50px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.form-contact h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.form-contact .form-group .form-control {
    padding: 5px 5px 5px 40px;
    font-size: 12px;
    height: 45px;
}

.form-contact .form-group i {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
}

.form-contact .form-group textarea.form-control {
    height: auto;
    padding: 10px 5px 5px 40px;
}

.form-contact .form-row:last-of-type .form-group i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 12px;
    transform: none;
}

.form-contact .btn-primary {
    font-family: 'Nunito Sans', sans-serif;
    background: #0073d4;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    margin-right: 0;
}

.form-contact .form-control:hover,
.form-contact .form-control:focus {
    border: 1px solid #0073d4;
}

.form-contact .form-control:hover i,
.form-contact .form-control:focus i {
    color: #0073d4;
}

.aboutus #aboutus .head {
    text-align: left;
    width: 95%;
    margin-left: auto;
}

#calltoaction.padding {
    padding: 50px 0;
    background: #0073d4;
}

#calltoaction .head {
    padding-bottom: 0;
}

#calltoaction .head h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    text-align: left;
}

#calltoaction .btn-qhse {
    background: #6dbed7;
    color: #fff;
    border-color: #6dbed7;
    margin-right: 0;
}

#mv img {
    border-radius: 10px;
}

#mv .card-header {
    padding: 0;
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-bottom: 0;
    border-radius: 25px;
}

#mv .card-header h2 i {
    color: #fff;
    background: #0073d4;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 200ms linear;
}

#mv .card-header h2 .btn {
    padding-right: 10px;
    color: #1b2336;
    font-weight: 800;
    font-size: 15px;
    line-height: 30px;
    border-radius: 25px;
}

#mv .card-header h2 .btn:not(.collapsed) {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#mv .accordion>.card {
    margin-bottom: 20px;
    border: 0;
}

#mv .card-header h2 .btn.collapsed i {
    transform: rotate(270deg);
    color: #0073d4;
    background: #edf2ff;
}

#mv .card-body {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #415674;
    padding: 20px 20px;
    text-align: justify;
}

.training ul {
    list-style: none;
}

.training ul li {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #415674;
    text-align: justify;
    margin-bottom: 10px;
    position: relative;
}

.training ul li b {
    font-weight: 700;
}

.training ul li:after {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: -28px;
    font-size: 8px;
    color: #03c6d7;
}

.training .btn-qhse {
    margin: 0;
    margin-left: 40px;
    padding: 10px 20px;
}

#audits {
    background: #f3f7ff;
}

#audits .audit-item {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background: #fff;
    padding: 30px 30px 30px 50px;
    border-radius: 5px;
}

#audits .audit-item h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

#audits .audit-item p {
    color: #415674;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
}

#audits .audit-item h3>i {
    color: #03c6d7;
    position: absolute;
    top: 0;
    left: -25px;
    font-size: 20px;
}

#knowledge ul.nav {
    list-style: none;
    margin-bottom: 30px;
}

#knowledge ul.nav li:after {
    display: none;
}

#knowledge .nav-pills .nav-link {
    font-family: 'Nunito Sans', sans-serif;
    color: #415674;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #e4e4e4;
    margin-right: 10px;
    padding: 15px 30px;
}

#knowledge .nav-pills .nav-link.active,
#knowledge .nav-pills .show>.nav-link {
    background: #0073d4;
    color: #fff;
}

#knowledge h3 {
    font-size: 28px;
    color: #1b2336;
    font-weight: 600;
    margin-bottom: 20px;
}

#knowledge img {
    border-radius: 10px;
}

.consultancy #services {
    background: #fff;
}

.consultancy #services .container-fluid {
    padding: 0 50px;
}

.consultancy #services .slick-list {
    margin: 0 -10px;
}

.consultancy #services .slick-slide .service-item {
    padding: 0 20px 20px;
}

.consultancy #services .slick-slide img {
    width: 100%;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.consultancy #services .cnt {
    min-height: 210px;
    padding: 30px 20px 20px 20px;
}

.consultancy #services h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1b2336;
}

.consultancy #services .cnt span {
    font-family: 'Nunito Sans', sans-serif;
    color: #0073d4;
    font-size: 14px;
    display: block;
    margin: 5px 0 15px;
    font-weight: 600;
}

.consultancy #services p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    min-height: 50px;
    color: #415674
}

.consultancy.detail .const {
    padding-top: 160px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.consultancy.detail .const>.container {
    max-width: 1210px;
}

.consultancy.detail .const .cnt-text h2 {
    font-weight: 700;
    font-size: 35px;
    text-align: left;
    color: #fff;
}

.consultancy.detail .const .cnt-text p {
    text-align: left;
    color: #fff;
}

.consultancy.detail .form-contact {
    padding: 25px 20px;
    width: 100%;
    margin-left: auto;
}

.consultancy.detail .form-contact .form-group {
    margin-bottom: 0;
    padding-bottom: 1rem
}

.consultancy.detail .form-contact .col-message .form-group {
    height: 100%;
}

.consultancy.detail .form-contact .col-message textarea {
    height: 100%;
}

.consultancy.detail .form-contact h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.consultancy.detail .form-contact .btn-primary {
    width: 100%;
}

.consultancy.detail .training.padding .head {
    padding-bottom: 40px;
}

.consultancy.detail .training.padding h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1b2336;
}

.consultancy.detail #services h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1b2336;
}

.consultancy.detail .form-contact .form-group .form-control {
    padding: 5px 10px 5px 10px
}

ul.slick-dots li:after {
    display: none;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #ccd2e0;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #6dbed7;
    border: 1px solid #6dbed7;
}

#content {
    background: #f3f7ff;
}

#content .head {
    padding-bottom: 40px;
}

#content ul {
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-inline-start: 35px;
}

#content ul li {
    position: relative;
    width: 45%;
    margin-bottom: 15px;
    text-align: justify;
}

#content ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -25px;
    font-size: 16px;
    color: #03c6d7;
}

#content ul li h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1b2336;
}

#content ul li p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #415674;
}

#clients .slick-slide img {
    filter: grayscale(100%);
}

#clients .slick-slide img:hover {
    filter: grayscale(0);
    cursor: pointer;
}

#aboutus .media h5 {
    font-weight: 600;
    font-size: 16px;
    color: #1b2336;
}

#aboutus .media {
    padding: 30px 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#aboutus .slick-prev:before,
#aboutus .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    opacity: 1;
    color: #0073d4;
}

#aboutus .slick-next:before {
    content: "\f054";
}

#aboutus .slick-prev:before {
    content: "\f053";
}

#aboutus .slick-prev,
#aboutus .slick-next {
    width: 45px;
    height: 45px;
    background: #fff;
    z-index: 9;
}

#aboutus .slick-prev {
    display: none !important;
    left: -70px;
}

#aboutus .slick-prev {
    right: -70px;
}

.share {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share .tags {
    display: flex;
    align-items: center;
}

.share .social {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}

.share .tags h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 5px;
}

.share .social strong {
    color: #02529a;
}

.share .social li {
    margin-left: 15px;
}

.share .social li a {
    color: #02529a;
    font-size: 20px;
}

.post-template-default .header-wrap,
.single .header-wrap,
.single-post .header-wrap {
    background: #0073d4;
}

.post-template-default .header-wrap .navbar,
.single .header-wrap .navbar,
.single-post .header-wrap .navbar {
    padding: 10px 0 10px 0;
}

.post-template-default .header-wrap.scrolled,
.single .header-wrap.scrolled,
.single-post .header-wrap.scrolled {
    background: #132344;
}

.bdetail {
    padding-top: 150px;
}

#page.padding {
    padding-top: 200px;
}

.top-single h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0 10px;
}

.top-single span {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #415674;
}

#blog p {
    color: #415674;
    font-weight: 500;
    font-size: 14px;
}

.share .tags a>span {
    display: inline-block;
    padding: 5px 10px;
    background: #edf2f8;
    margin-right: 6px;
    border-radius: 10px;
    font-weight: 500;
    color: #415674;
}

#blogs .swiper-button-next {
    right: -25px;
}

#blogs .swiper-button-prev {
    left: -25px;
}

#blogs .swiper-button-next:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f105";
}

#blogs .swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f104";
}

#blogs .swiper-button-prev,
#blogs .swiper-button-next {
    color: #0073d4;
}

.swiper-services,
.consultancy #services .cnt {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: 1;
    border: 1px solid #ccd2e0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #6dbed7;
    border: 1px solid #6dbed7;
}

.consultancy #services .swiper-services-2 .cnt {
    min-height: auto;
}

.swiper-pagination {
    bottom: -40px;
}

.swiper-services-2 {
    padding: 20px 0;
}

#services .swiper-pagination {
    bottom: -40px;
}

.swiper-business {
    padding: 20px 0;
}

#aboutus .swiper-button-next {
    right: -25px;
}

#aboutus .swiper-button-prev {
    left: -25px;
}

#aboutus .swiper-button-next:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f105";
}

#aboutus .swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f104";
}

#aboutus .swiper-button-prev,
#aboutus .swiper-button-next {
    color: #0073d4;
}

.imgCnt>p {
    margin: 0;
}


@media screen and (min-width: 1920px) {

    header,
    main,
    footer {
        max-width: 1920px;
        margin: auto;
    }
}

@media screen and (max-width: 1650px) {}

@media screen and (max-width: 1560px) {
    #slider .title {
        font-size: 35px;
        margin-bottom: 15px;
    }

    #slider p.subtitle {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1250px) {

    header .container,
    .consultancy.detail .const>.container {
        max-width: 1210px;
        width: 95%;
    }
}

@media screen and (max-width: 1200px) {

    .navbar-dark .navbar-nav .nav-link {
        padding: 0 15px;
    }

    #slider .title {
        font-size: 32px;
    }

    #slider p.subtitle {
        font-size: 18px;
    }

    .head {
        padding-bottom: 30px;
    }

    .head h2 {
        font-size: 38px;
    }

    .head span {
        font-size: 20px;
    }

    #slider .carousel-item .carousel-caption {
        width: 90%;
    }

    #slider .col-options {
        padding: 30px 30px;
    }

    #breadcumbs .text {
        width: 100%;

    }

    #breadcumbs .text h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        padding: 35px 0 40px;
        background: #132344;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 20px 0 0 0;
        text-align: center
    }

    header .navbar .dropdown-menu {
        text-align: center;
    }

    header .navbar .dropdown-menu .dropdown-item:hover {
        color: #03c6d7;
    }

    header .container {
        width: 100%;
    }

    header .navbar {
        padding: 10px 10px 10px 10px;
        background: #132344;
        border-radius: 0;
    }

    footer .input-group-prepend {
        width: 100%;
    }

    footer .col-lg-3.col-md-6.col-sm-6 {
        margin-bottom: 30px;
    }

    .padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #slider {
        background: #0033ba;
    }

    #slider .carousel-item .carousel-caption {
        text-align: center;
    }

    #slider .title {
        text-align: center;
        font-size: 24px;
    }

    #slider p.subtitle {
        text-align: center;
    }

    .navbar-dark .navbar-nav .nav-link.btn-warning {
        margin-top: 10px;
    }

    .navbar-brand img {
        top: 0;
    }

    .scrolled .navbar-brand img {
        top: 5px;
    }

    br {
        display: none;
    }

    footer img {
        margin-top: 0;
    }

    .scrolled .navbar {
        padding: 10px 10px 10px 10px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .top-nav-wrap .justify-content-end {
        justify-content: center !important;
    }

    .top-nav-wrap .top-nav-right {
        width: 100%;
        max-width: 90%;
    }

    .top-nav-wrap .top-nav-right ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    #breadcumbs .text {
        width: 90%;
    }

    #cta .col-img {
        margin-top: 0;
        text-align: center;
    }

    #cta .head {
        text-align: center;
        padding-bottom: 20px;
    }

    .service {
        justify-content: center;
        align-items: center;
    }

    .consultancy.detail .const .cnt-text h2,
    .consultancy.detail .const .cnt-text p {
        text-align: center;
    }

    .consultancy.detail .const .cnt-text {
        margin-top: 0;
    }

    .consultancy.detail .const .justify-content-between {
        justify-content: center !important;
    }

    .consultancy.detail .form-contact {
        margin: auto;
    }

    #content ul {
        justify-content: center;
    }

    #content ul li {
        width: 100%;
    }

    .slick-services-detail .slick-slide img {
        margin: auto;
    }

    #calltoaction .head h2 {
        text-align: center;
        padding-bottom: 30px;
    }

    #calltoaction.padding {
        text-align: center;
    }

    .slick-services-detail.slick-dotted.slick-slider {
        margin-bottom: 50px;
    }

    .bg2 {
        background: #fff;
    }

    #services .swiper-pagination {
        bottom: -15px;
    }

    #aboutus .swiper-button-next {
        display: none;
    }

    .aboutus #aboutus .head {
        width: 100%;
        padding-bottom: 0;
    }

    .aboutus #aboutus .head p {
        margin-bottom: 0;
    }

    .consultancy.detail .form-contact .form-group .form-control {
        padding: 10px 5px 5px 40px;

    }
    
    header .navbar .dropdown-menu .dropdown-item {
        padding: 2px 0;
    }

}

@media screen and (max-width: 767px) {
    .head h2 {
        font-size: 32px;
    }
}


@media screen and (max-width: 650px) {
    .consultancy.detail .const .cnt-text h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .top-nav-wrap .top-nav-right a span {
        display: none;
    }
}

@media screen and (max-width: 450px) {

    .top-nav-wrap .top-nav-right a {
        font-size: 12px;
    }

    .service h3 {
        margin-left: 5px;
    }
}

@media screen and (max-width: 400px) {

    #slider p.subtitle {
        display: none;
    }

    #slider p.info {
        margin-bottom: 15px;
    }

    #slider .btn {
        padding: 4px 25px;
        font-weight: 600;
    }
}


@media screen and (max-width: 320px) {

    .consultancy.detail .const .cnt-text h2,
    .consultancy.detail .const .cnt-text p {
        color: #132344;
    }

    .top-nav-wrap .top-nav-right a {
        font-size: 11px;
    }
}