@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-ExtraBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Mulish";
    src: url("../fonts/Mulish-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/roboto-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/roboto-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* roboto-500 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local(''),
         url('../fonts/roboto-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/roboto-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/roboto-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/roboto-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/open-sans-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/open-sans-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-500 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: local(''),
         url('../fonts/open-sans-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/open-sans-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/open-sans-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/open-sans-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }


/*==============================================================
	Common Styles Initials
==============================================================*/

:root {
    --blue: #0c5c9e;
    --white: #ffffff;
}

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", "Lato", "Gilroy", "Gotham-Bold", "Roboto Condensed", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    width: 100%;
    min-height: 100%;
    color: #323341;
    background: #fff;
    counter-reset: section;
}

a {
    outline: none;
    text-decoration: none;
    color: #323341;
}

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

input,
textarea,
select {
    outline: none;
    resize: none;
    font-family: "Open Sans", sans-serif;
}

a,
input,
button {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
}

.mar-b47 {
    margin-bottom: 47px !important;
}

/*==============================================================
	Utility Style
==============================================================*/

.container {
    max-width: 1148px;
    width: 100%;
    padding: 0 15px;
}

.bg-light {
    background-color: #e8e8e8 !important;
}

.bg-light1 {
    background-color: #e5e5e5 !important;
}

.bg-white {
    background-color: #ffffff;
}

.bg-blue {
    background-color: #0c5c9e;
}

/*==============================================================
	Button Style
==============================================================*/

.btn-blue,
.btn-blue:hover,
.btn-blue:focus {
    background-color: var(--blue);
    color: var(--white);
}

/*==============================================================
	Header Style
==============================================================*/

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
}

.visible-title {
    visibility: visible;
}

.logo {
    width: 310px;
}

header {
    padding: 0px 0px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid gray;
    z-index: 9;
}
header .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    align-self: center;
    padding: 0;
}
header .navbar .nav-item .nav-link {
    font-size: 13px;
    line-height: 20px;
    color: #262626;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Gilroy";
    padding: 7px 15px;
}
header .navbar .nav-item a.btn-blue {
    color: #fff !important;
    font-family: "Roboto";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    padding: 5px 18px;
    margin-left: 15px;
    background: #0c5c9e;
    border-radius: 5px;
}

header .navbar .nav-item a.btn-blue:hover {
    background: #043d6d;
    color: #fff !important;
}

header .navbar .nav-item .dropdown-menu {
    background-color: #0c5c9e;
}
header .navbar .nav-item .dropdown-menu.sub{
    background-color: #0c5c9e;
    margin-left: -20px;
}
header .navbar .nav-item .dropdown-menu .dropdown-item {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}
header .navbar .dropdown-item:hover,
header .navbar .dropdown-item:focus {
    color: #0c5c9e !important;
}

.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
}

@media (max-width: 767px) {
    header .navbar-brand img {
        max-width: 200px;
    }
    header .navbar-nav {
        margin-top: 20px;
    }
    header .navbar .nav-item .nav-link {
        padding: 10px;
    }
    header .navbar .nav-item a.btn-blue {
        margin-left: 7px;
        margin-top: 10px;
    }
}

/*==============================================================
	Footer Style
==============================================================*/
footer .get-quote {
    background: linear-gradient(90deg, #0c5c9e 0%, #064d87 100%);
    padding: 35px 0px;
}
footer .get-quote .btn-blue {
    font-size: 16px;
    padding: 11px 63px;
    background: #ffffff;
    color: #0c5c9e;
    border-radius: 5px;
    border: 1px solid #ffffff;
	width: 200px;
}

footer .get-quote .btn-blue:hover {
    background: transparent;
    color: #ffffff;
}
footer .get-quote h3 {
    color: #ffffff;
    font-family: "Gotham-Bold";
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
footer .footer {
    background-color: #ebebeb;
    padding: 50px 0px 30px;
}
footer .services-footer h4 {
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
footer .services-footer > p > a {
    color: #000000;
}
footer .services-footer p,
footer .copy-right p {
    color: #000000;
    font-family: "Roboto";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
}
footer .copy-right {
    margin-top: 35px;
}
footer .copy-right img {
    display: block;
    float: left;
    height: 48px;
    margin-right: 36px;
    width: 62px;
}
footer .contact-form {
    width: 100%;
    max-width: 420px;
    float: right;
}
footer .contact-form input {
    height: 36px;
}
footer .contact-form input,
footer .contact-form textarea {
    border-radius: 0px;
    margin-bottom: 17px;
    border: none;
    box-shadow: none;
    outline: none;
    color: #393939;
    font-family: "Roboto";
    font-size: 13px;
}
footer .contact-form .btn-outline-light {
    padding: 12px 56px;
    font-family: "Roboto";
    font-size: 16px;
}
.order-get-quote-form {
    padding: 100px 0px 0px;
}

.dnv-logo {
    width: 62px;
    height: 48px;
    background-size: auto;
    display: inline-block;
    margin-right: 15px;
    background-image: url(../images/icon-sprites.png);
    background-position: -10px -258px;
}

@media (max-width: 767px) {
    footer .contact-form {
        max-width: 100%;
        float: inherit;
        margin-top: 35px;
    }
}

/*==============================================================
	Banner Section Style
==============================================================*/
.hero-banner {
    background: url("../images/banner-home.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    text-align: center;
    padding: 50px 0;
}

.hero-banner .banner-caption h1 {
    color: #ffffff;
    font-family: "Gotham-Bold";
    font-size: 42px;
    font-weight: bold;
    line-height: 58px;
    max-width: 850px;
    display: inline-block;
}
.hero-banner .banner-caption a {
    color: #0c5c9e;
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    background-color: #ffffff;
    padding: 16px 70px;
    margin-top: 35px;
    border-radius: 4px;
    opacity: 0.9;
}

.hero-banner .banner-caption a:hover {
    opacity: 1;
}
.hero-banner.inner-page {
    background: url("../images/hero-image.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    text-align: center;
    padding-top: 55px;
}
.hero-banner.inner-page .banner-caption {
    max-height: 350px;
}
.hero-banner.inner-page .banner-caption p {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 20px;
    max-width: 800px;
    margin-top: 20px;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    .hero-banner .banner-caption h1 {
        font-size: 36px;
        line-height: 50px;
    }
}
/*==============================================================
	Count Section Style
==============================================================*/
.count {
    background-color: #0c5c9e;
    padding: 30px 0px;
}
.count .count-data {
    text-align: center;
    padding: 15px;
}
.count .count-data h3 {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.count .count-data p {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0px;
}

/*==============================================================
	services Section Style
==============================================================*/
.services {
    padding: 60px 0px;
}

.services h2{
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 12px;
}

.services p{
    font-family: 'Roboto';
    font-style: normal;   
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.services .ihci-service-box, .support .ihci-service-box {
    max-width: 100%;
    flex: 1 1 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.services-box {
    padding: 20px 10px;
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border: 1px solid #0c5c9e;
    display: inline-block;
}

.services-box:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.services-box .icon {
    height: 37px;
    width: 37px;
    padding: 20px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -201px -305px;
    flex-shrink: 0;
}
.services-box .icon1 {
    height: 37px;
    width: 37px;
    padding: 20px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -240px -305px;
    flex-shrink: 0;
}
.services-box .icon2 {
    height: 37px;
    width: 37px;
    padding: 20px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -279px -305px;
    flex-shrink: 0;
}
.services-box .icon3 {
    height: 50px;
    width: 50px;
    padding: 25px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -345px -150px;
    flex-shrink: 0;
}
.services-box .icon4 {
    height: 37px;
    width: 37px;
    padding: 20px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -357px -305px;
    flex-shrink: 0;
}

.services-box .aw-icon {
    height: 37px;
    width: 37px;
    padding: 20px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -200px -344px;
    flex-shrink: 0;
}
.services-box .icon5 {
    height: 50px;
    width: 50px;
    padding: 25px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -345px -10px;
    flex-shrink: 0;
}
.services-box .icon6 {
    height: 64px;
    width: 64px;
    padding: 29px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -9px -92px;
    flex-shrink: 0;
}
.services-box .icon7 {
    height: 64px;
    width: 64px;
    padding: 32px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -180px -9px;
    flex-shrink: 0;
}
.services-box .icon8 {
    height: 64px;
    width: 64px;
    padding: 30px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -97px -10px;
    flex-shrink: 0;
}
.services-box .icon9 {
    height: 37px;
    width: 37px;
    padding: 20px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -318px -305px;
    flex-shrink: 0;
}
.services-box .icon10 {
    height: 50px;
    width: 50px;
    padding: 25px;
    background-size: auto;
    background-image: url(../images/icon-sprites.png);
    background-position: -345px -150px;
    flex-shrink: 0;
}
.services-box h3 {
    color: #0c5c9e;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;    
    margin-left: 10px;
}
.benefits .services-box h3 {
    font-size: 24px;
    line-height: 30px;
}
.benefits .services-box .icon {
    border: 3px solid rgba(0, 52, 105, 0.5);
}
.services-box p {
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    height: 110px;
    text-align: inherit;
}
.services-box span {
    color: #000000;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

/*==============================================================
	Support Services Section Style
==============================================================*/

.support {
    padding: 60px 0px;
}

.support h2 {
    margin-bottom: 30px;
    font-weight: 500;
}
.support .support-cotainer {
    width: 100%;
    margin: auto;
}
.support .services-box {
    padding: 30px 20px 0px;
    border-left: 5px solid #0c5c9e;
}
.bg-light .services-box {
    border: 0;
    border-left: 5px solid #FE8A33;
}
.support .icon-box {
    margin-bottom: 15px;
}
.support .icon-box .icon {
    border: 2px solid #0c5c9e;
    padding: 23px;
    height: 50px;
    width: 50px;
}
.support .services-box h3 {
    color: #0c5c9e;
    font-family: "Open Sans";
    font-size: 20px;    
    line-height: 24px;
    height: auto;
    margin-left: 20px;
    font-weight: 600;
}

.support .services-box p {
    margin: 0px;
}
.support .services-box p:nth-of-type(1) {
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #000000;
}
.support .services-box p:nth-of-type(2) {
    color: #4c4c4c;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 24px;
}

/*==============================================================
	Innovations Journals Section Style
==============================================================*/

.innovations-journals {
    padding: 60px 0px;
}

.innovations-journals h2 {
    margin-bottom: 30px;
}

/*==============================================================
	How it work Section Style
==============================================================*/
.how-it-work {
    background-color: #0c5c9e;
    padding: 80px 0px;
}
.how-it-work .title-section {
    margin-bottom: 32px;
}
.how-it-work h2 {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.how-it-work p {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 12px;
}
.how-it-work-container {
    max-width: 900px;
    margin: auto;
}
.how-it-work-container.small {
    width: 100%;
}
.how-it-work-container.small .how-it-work-box p {
    color: #000000;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.how-it-work-box {
    border-radius: 6.4px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 40px;
    margin-bottom: 20px;
    position: relative;
    margin-left: 30px;
    width: 100%;
    justify-content: space-between;
}
.how-it-work-box img {
    max-width: 60px;
    margin-left: 48px;
}
.how-it-work-box::before {
    /* Increment "section" by 1 */
    counter-increment: section;
    content: " 0" counter(section) " ";
    position: absolute;
    left: -55px;
    top: 20px;
    color: #ffffff;
    font-family: "Lato";
    font-size: 30px;
    line-height: 36px;
}
.how-it-work-box::after {
    position: absolute;
    content: "";
    top: 60px;
    left: -35px;
    height: calc(100% - 20px);
    width: 1px;
    background-color: #ffffff;
}
.how-it-work-box:last-child::after {
    display: none;
}
.how-it-work-box h3 {
    color: #0c5c9e;
    font-family: "Gotham-Bold";
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 12px;
}
.how-it-work-box p {
    color: #000000;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
    font-weight: 400;
}

.how-it-work-btn {
    margin-top: 40px;
}

/*==============================================================
	About Section Style
==============================================================*/

.about-us {
    text-align: center;
    background-color: #edece3;
    padding: 80px 0px;
}
.about-us h2 {
    margin-bottom: 25px;
    color: #000000;
    font-family: "Roboto";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.about-us p {
    color: #000000;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 20px;
}

/*==============================================================
	Editors Section Style
==============================================================*/

.editors {
    background-color: #ffffff;
    padding: 80px 0px 80px;
}
.editor-details {
    background-color: #edece3;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 20px 0px;
}
.editors .title-section h2 {
    color: #000000;
    font-family: "Gotham-Bold";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 12px;
}
.editors .title-section p {
    color: #000000;
    font-family: "Roboto";
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 48px;
}
.editors .editor-img {
    margin-right: 14px;
    position: relative;
}
.editors .editor-img .flag {
    position: absolute;
    bottom: 6px;
    right: -3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.editor-details h3 {
    color: #262626;
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}
.editor-details p {
    color: rgba(38, 38, 38, 0.6);
    font-family: "Gilroy";
    font-size: 12px;
    font-weight: 600;
    line-height: 15.79px;
    margin: 0 0px 5px;
}
.editor-details p strong {
    color: #262626;
    font-family: "Gilroy";
    font-size: 12px;
    font-weight: 600;
    line-height: 15.79px;
}
.align-items{
    align-items: flex-end;
}
.editor-experience {
    padding: 10px;
    margin-top: 10px;
    border-top: 1px solid #97979740;
}
.editor-experience p {
    color: #262626;
    font-family: "Gilroy";
    font-size: 10px;
    font-weight: 600;
    line-height: 14.04px;
    margin: 0;
}

/*==============================================================
	Editors Section Style
==============================================================*/
.faqs {
    padding: 80px 0px;
}
.faqs h2 {
    color: #000000;
    font-family: "Gotham-Bold";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 35px;
}
.faqs .faqs-container {
    max-width: 850px;
    margin: auto;
}
.faqs .faqs-body:last-child .card-header {
    border-bottom: none;
}

.faqs .card-header {
    background-color: transparent;
    padding: 15px 0px;
    border-bottom: 1px solid #979797;
    position: relative;
}

.faqs .card-body {
    padding: 10px 0px 0px;
    color: #000000;
    font-family: "Roboto";
    font-size: 13px;
    line-height: 20px;
}
.faqs .card-header .btn-link {
    color: #333333;
    font-family: "Gotham-Bold";
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
    padding: 0px 25px 0px 0px;
    white-space: normal;
    text-align: left;
}
.faqs .faqs-body {
    padding-left: 45px;
}
.faqs .faqs-body .faqs .faqs-body .mb-0 > button {
    display: block;
    position: relative;
}
.faqs .faqs-body .mb-0 > button::after {
   content: '\002B';
    color: #0c5c9e;
    font-size: 26px;
    font-weight: 700;
    right: 0;
    top: 10px;
    line-height: 26px;
    position: absolute;
}

.faqs .faqs-body .mb-0 > button[aria-expanded="true"]::after {
    content: "\2212";
}
.faqs .faqs-body .mb-0 > button[aria-expanded="true"] {
    color: #0c5c9e;
    font-family: "Gotham-Bold";
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;

    text-align: left;
}
.faqs .faqs-body .mb-0 > button[aria-expanded="true"] .count-faqs {
    color: #0c5c9e;
}
.faqs .faqs-body .mb-0 > button > .count-faqs {
    position: absolute;
    float: left;
    left: -40px;
    color: #979797;
    font-family: "Roboto Condensed";
    font-size: 22px;
    line-height: 25px;
    font-weight: 100;
}

/*==============================================================
	Select Plan Section Style
==============================================================*/
.services.plans h2 {
    margin-bottom: 80px;
}
.select-plan {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.select-plan .header-part {
    padding: 30px 30px 17px;
}
.select-plan .header-part h3 {
    font-family: "Roboto";
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}
.select-plan .header-part p {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}
.select-plan .body-part {
    background-color: #ebebeb;
    padding: 13px 12px 13px 14px;
    font-size: 14px;
    height: 140px;
}
.select-plan .body-part p {
    margin: 0;
}
.list-part h5 {
    color: #000000;
    font-family: "Roboto";
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 22px 30px 5px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}
.list-part ul {
    display: flex;
    flex-wrap: wrap;
}
.list-part ul li {
    color: #000000;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px 10px 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-part ul li:before {
   position: relative;
    left: -20px;
    top: 0px;
    margin-right: -1em;
    content: "\2714";
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    background: #000000;
    border-radius: 50%;
    text-align: center;
    height: auto;
    color: #ffffff;
    width: 1.5em;
    margin-left: -1em;
}

.most-popular .list-part ul li:before {   
    background: #0c5c9e;
    
}
.list-part ul li small {
    display: block;
    font-family: "Roboto";
    font-size: 10px;
    line-height: 20px;
}
.footer-part {
    padding: 40px 30px 30px;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
}
.btn-outline-blue {
    border: 1px solid #0c5c9e;
    border-radius: 4px;
    color: #0c5c9e;
    padding: 12px 20px;
    width: 100%;
    word-break: inherit;
    white-space: break-spaces;
    text-align: center;
    display: inline-block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.btn-underline-blue {
    color: #0c5c9e;
    padding: 12px 20px;
    width: 100%;
    display: inline-block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: underline;
}

.btn-outline-blue1 {
    border: 1px solid #0c5c9e;
    border-radius: 4px;
    color: #fff;
    padding: 12px 20px;
    width: 250px;
    word-break: inherit;
    white-space: break-spaces;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
    background: #0c5c9e;
}

.btn-outline-blue:hover,
.btn-outline-blue1:hover {
    background: #043d6d;
    color: #ffffff;
}

.select-plan.most-popular .blue-title {
    padding: 5px 30px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg, #0c5c9e 8.61%, #0c5c9e 96.67%);
    margin-top: -30px;
}
.select-plan.most-popular .blue-title h4 {
    color: #ffffff;
    font-family: "Gotham-Bold";
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 20px;
    text-align: center;
}

.select-plan.most-popular .body-part {
    background-color: #0c5c9e;
}

.white {
    color: #ffffff !important;
}
.pad-b10 {
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .select-plan.most-popular .blue-title {
        margin-top: 0px;
    }
}

/*==============================================================
	Translate Language Section Style
==============================================================*/
.translate-language h2 {
    margin-bottom: 10px;
    margin-bottom: 10px;
    color: #003469;
    font-weight: 500;
    font-size: 30px;
}
.translate-language-box {
    border-radius: 4.8px;
    background-color: #ffffff;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
    max-width: 740px;
    margin: auto;
    padding: 30px 30px 10px;
    border-top: 6px solid #0c5c9e;
}
.translate-language-box h3 {
    color: #000000;
    font-family: "Gotham-Bold";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}
.translate-language-box .language-list {
    padding: 0px 0px 15px;    
 
}
.translate-language-box .language-list i {
    position: absolute;
    content: "";
    font-size: 14px;
    left: 12px;
    top: 3px;
    color: #0c5c9e;
}
.translate-language-box .language-list p {
    color: #000000;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 25px;
    margin: 0px 0px 8px;
}
.translate-language-box .language-list ul li{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.translate-language .btn-blue {
    border-radius: 4px;
    background-color: #0c5c9e;
    color: #ffffff;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 11px 64px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.translate-language .btn-blue:hover {
    background: #043d6d;
}

.tab-content {
    padding: 40px 40px 0px;
    border: 0px solid #ccc;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #0c5c9e;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs .nav-link {
    color: #2a2a2a;
    background: #ebebeb;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0px 2px 5px;
    text-align: center;
    width: 180px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #0c5c9e;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content > .tab-pane {
    margin-bottom: 30px;
}
.bold {
    font-weight: bold;
}

.mar-b32 {
    margin-bottom: 32px;
}

.services.support {
    padding-bottom: 85px;
}
.services.support .services-box {
    max-width: 750px;
    margin: auto;
}

.get-quote-page {
    padding-top: 50px;
}
.services.support .btn-blue {
    border-radius: 4px;
    background-color: #0c5c9e;
    color: #ffffff;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 11px 64px;
    margin-top: 40px;
    display: inline-block;
}

.services.support .btn-blue:hover {
    background: #043d6d;
}
.sample-wrapper {
    max-width: 850px;
    margin: auto;
}
.thankyou {
    padding: 100px 0px 20px;
}
.thankyou h1 {
    color: #000;
    font-weight: bold;
    font-size: 36px;
}
.thankyou p {
    color: #000;
    font-weight: normal;
    font-size: 18px;
}
.btn-blue-new {
    padding: 13px 40px 13px 40px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: #ffffff;
    color: #0c5c9e;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.btn-blue-new:hover {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    outline: none;
}

.btn-blue-new1 {
    padding: 8px 30px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: #0c5c9e;
    color: #ffffff;
    display: block;
    font-size: 16px;
    width: 200px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
}
.btn-blue-new1:hover {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    background: #06487e;
    outline: none;
}

.font20 {
    font-size: 20px;
    line-height: 28px;
}
.font13 {
    font-size: 13px;
    line-height: 20px;
}
.font14{
    font-size: 14px;
}
.font30 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Open Sans';
}

.faqs-body .card-body ul {
    list-style-type: square;
    margin-left: 40px;
}

.desk {
    display: block;
}
.mob {
    display: none;
}

.rcs-get-quote-form {
    padding: 50px 0px 0px;
}

.form-ifrm {
    min-width: 100%;
    height: 420px;
    border: none;
}
.form-submit-button {
    color: #ffffff !important;
    border: 1px solid #0c5c9e !important;
    background: #0c5c9e !important;
}

.features,
.scope-of-service,
.samples,
.rps,
.poster-sample {
    padding: 50px 0px;
}

.features h2,
.scope-of-service h2,
.samples h2 {
    margin-bottom: 32px;
    font-weight: 500;
    color: #003469;
}
 h2{
    font-weight: 700;
} 

.features .box {
    background-color: #fff;
    box-shadow: 0 0px 7px #a1a1a1;
    padding: 20px;
    border-radius: 6.4px 6.4px 0 0;
    border-top: 5px solid #1d5b92;
}

.rps .box {
    background-color: #fff;
    box-shadow: 0 0px 7px #a1a1a1;
    border-radius: 6.4px 6.4px 0 0;
    border-top: 4px solid #1d5b92;
}

.pad-20{padding:20px;}
.bg-head{background: #0c5c9e;color: #ffffff;padding: 20px;border-radius: 2px 2px 0 0}
.bg-head span{float:right;font-size:22px;}

.border-bottom-1 {
    border-bottom: 1px solid #979797;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.features .box ul,
.rps .box ul {
    margin-left: 20px;
}
.features .box ul li,
.rps .box ul li {
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    list-style: disc;
    padding-bottom: 10px;
    font-weight: 400;
    font-family: "Roboto";

}
.rps .box ul li ul {
    margin-left: 20px;
    margin-top: 10px;
}

.rps .box ul li ul li {
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    list-style: none;
    padding-bottom: 5px;
}

.btn-view {
    color: #0c5c9e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    border: 1px solid #0c5c9e;
    padding: 10px;
    width: 200px;
    display: inline-block;
    border-radius: 4px;
}

.btn-view:hover {
    color: #ffffff;
    background: #0c5c9e;
    border: 1px solid #0c5c9e;
}

.btn-quote {
    color: #ffffff;
    background: #0c5c9e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    border: 1px solid #0c5c9e;
    padding: 10px;
    width: 200px;
    display: inline-block;
    border-radius: 4px;
}

.btn-quote:hover {
    color: #ffffff;
    background: #043d6d;
}

/*sprite img section*/
.img-icons {
    background-size: auto;
    display: inline-block;
    background-image: url(../images/icon-sprites.png);
    flex-shrink: 0;
}
.manuscript-icon {
    width: 50px;
    height: 48px;
    background-position: -73px -326px;
    margin-left: 20px;
    float: right;
    margin-bottom: 10px;
}
.quality-icon {
    width: 32px;
    height: 48px;
    background-position: -140px -326px;
    margin-left: 20px;
    float: right;
    margin-bottom: 10px;
}
.review-icon {
    width: 48px;
    height: 36px;
    background-position: -172px -258px;
    margin-left: 20px;
    float: right;
    margin-bottom: 10px;
}
.translation-icon {
    width: 60px;
    height: 47px;
    background-position: -92px -258px;
    float: right;
}
.bilingual-review-icon {
    width: 60px;
    height: 51px;
    background-position: -265px -10px;
    float: right;
}
.language-edit-icon {
    width: 50px;
    height: 50px;
    background-position: -345px -80px;
    float: right;
}
.final-review {
    width: 50px;
    height: 58px;
    background-position: -265px -160px;
    float: right;
}
.plagiarism-check {
    width: 51px;
    height: 59px;
    background-position: -265px -81px;
}
.rapid-technical-review {
    width: 56px;
    height: 60px;
    background-position: -92px -176px;
}
.artwork-preparation {
    width: 43px;
    height: 54px;
    background-position: -10px -326px;
}
.infographic {
    width: 57px;
    height: 57px;
    background-position: -168px -176px;
}

.show-on-scroll{cursor:pointer;}
.desk{display:inline-block}
.mob-tab{display:none}
.hg-50{height:50px!important;}
.font15{font-size:15px;}


@media screen and (max-width: 1030px) {
    .nav-tabs .nav-link {
        width: 200px;
    }
}

@media screen and (max-width: 950px) {
    .services.support .services-box {
        max-width: 100%;
    }
    .how-it-work-box {
        margin-left: 0px;
    }
    .services-box p,
    .select-plan .body-part {
        height: auto;
    }
	
	.hg-50{height:auto!important;}
	
    .list-part ul {
        display: block;
    }
    .select-plan.most-popular .blue-title {
        margin-top: 0px;
    }
    .nav-tabs .nav-link {
        width: 237px;
    }
    .services .ihci-service-box, .support .ihci-service-box {
        max-width: 100%;
        flex: 0 1 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .services-box {
        width: 260px;
    }
    .support .services-box {
        padding: 30px 20px 20px;
    }
	footer .get-quote h3{font-size:24px;}
}

@media screen and (max-width: 900px) {
    .nav-tabs .nav-link {
        width: 211px;
    }
	
	.desk{display:none}
.mob-tab{display:block}
}

@media screen and (max-width: 800px) {
    .how-it-work-box {
        margin-left: 0px;
    }
    .how-it-work-container.small {
        max-width: 100%;
    }
    .hero-banner.inner-page,
    .hero-banner {
        height: auto;
        padding-bottom: 40px;
    }
    .nav-tabs .nav-link {
        width: 197px;
    }
}

@media screen and (max-width: 767px) {
    .how-it-work-box {
        margin-left: 0px;
		padding: 30px 10px;
    }
    .mar-b47 {
        margin-bottom: 15px !important;
    }
    .desk {
        display: none;
    }

    .mob {
        display: block;
        max-width: 100% !important;
        margin-left: 0px !important;
        height: 100%;
        margin-left: 6px !important;
    }
    .how-it-work-box h3 {
        display: flex;
        font-size: 18px;
    }
    .form-ifrm {
        height: 500px;
    }
}

/* add on 13th May 2022 */
.globalDiv{background: #0c5c9e;width: 100%;padding: 5px 0;text-align: right;}
.globalDiv ul {margin: 0;}
.globalDiv .list-inline>li {display: inline-block;padding-right: 5px;padding-left: 0;}
.globalDiv a {color: #fff!important;font-size: 12px;padding-right: 10px;}
.globalDiv .border-right {border-right: 1px solid #dee2e6;}

/* add on 02nd June 2022 */
.poster-sample img {border-radius: 5px;border: 1px solid #0c5c9e;}

.desk1{display:block}
.mob1{display:none}

@media screen and (max-width:952px){
	.desk1{display:none}
.mob1{display:inline-block;}
}

/* add on 9th Augest 2022 */
.sample-border{box-shadow: 0 0 5px 2px #ccc;display:inline-block;margin-bottom:10px;}
.promo-msg{color: #ffffff; font-size: 18px; font-weight: bold; margin-bottom: 0; padding-top: 30px;}
.promo-code{color: #fff; padding: 5px 15px 8px 15px; display: inline-block; background-color: #FE8A33; font-size: 22px;}
