/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}




@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}



/*--------------------------------------------------------------
## HEADER CSS START
--------------------------------------------------------------*/

nav.navbar.navbar-expand-xl.p-0 {
    justify-content: space-between;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 25px;
    text-transform: capitalize;
}

li#mega-menu-item-31 {
    border-radius: 1000px !important;
    background: #EBA835 !important;
    padding: 4px 0px !important;
    transition: .3s all ease-in-out !IMPORTANT;
}

li#mega-menu-item-31 a.mega-menu-link {
    color: white !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
}

li#mega-menu-item-31:hover {
    transform: scale(1.1) !important;
    box-shadow: 1px 1px 20px !important;
}



header#masthead {background: #FFCD84;
padding: 20px;}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    font-weight: 400 !important;
}
.navbar-brand img {
    object-fit: cover;
    width: 75%;
}
.navbar-brand {
    width: 18%;
}

/*--------------------------------------------------------------
## HEADER CSS ENDS
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## HOMEBANNER CSS STARTS
--------------------------------------------------------------*/


.homebanner .vc_column-inner {
    justify-content: center;
}

.homebanner h1 {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 47px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 20px;
}

.homebanner h2 {
    padding-bottom: 19px;
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.homebanner p {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.homebanner .wpb_single_image.wpb_content_element.vc_align_center {
    margin: 0px;
}

.homebanner {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
}

/*--------------------------------------------------------------
## HOMEBANNER CSS ENDS
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## HOMESECTIONONE CSS START
--------------------------------------------------------------*/


section.vc_section.homesecone {
    background-image: url(https://edinburghpublication.com/wp-content/uploads/2023/10/Vector-823.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 11px;
    padding-top: 11px !IMPORTANT;
}

.homesecone h2 {
    margin: 0px;
    padding-left: 64px !IMPORTANT;
    color: #000;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 4px;
}

.homesecone .stats-top .stats-number {
    color: #000;
    text-align: center;
    /* font-family: Montserrat !IMPORTANT; */
    font-size: 50px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.homesecone div.stats-desc>div.counter_prefix, div.stats-desc>div.counter_suffix {
    color: #000;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 50px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.homesecone .stats-block .stats-text {
    color: #000;
    text-align: center;
    /* font-family: Montserrat !important; */
    font-size: 20px !IMPORTANT;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}



/*--------------------------------------------------------------
## HOMESECTIONONE CSS ENDS
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## HOMESECTIONTWO CSS START
--------------------------------------------------------------*/

section.vc_section.homesectwo.vc_custom_1697822848814.vc_section-has-fill {
    padding-bottom: 70px;
    padding-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.vc_section.homesectwo.vc_custom_1696967556186.vc_section-has-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}

.homesectwo h2 {
    margin: 0px !IMPORTANT;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 17px;
}

.homesectwo p {color: #000;text-align: center;font-family: Montserrat;font-size: 20px;font-style: normal;font-weight: 500;line-height: normal;margin: 0px;}


/*--------------------------------------------------------------
## HOMESECTIONTWO CSS ENDS
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## HOMESECTIONTHREE CSS START
--------------------------------------------------------------*/


section.vc_section.homesecthree {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
    background: #F4F4F4;
}

.homesecthree h2 {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding:0px !important;
}

.homesecthree p {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.homesecthree .vc_column-inner {
    justify-content: center;
}




/*--------------------------------------------------------------
## HOMESECTIONTHREE CSS ENDS
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## HOMESECTIONFOUR CSS START
--------------------------------------------------------------*/


.homesecfour .item h3 {
    margin: 0px;
    color: #ff9a00;
    text-align: center;
    font-family: Montserrat !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    padding-bottom: 18px;
    line-height: normal;
    border-bottom: 2px solid #ff9a00;
}

.homesecfour .item p {
    margin: 0px;
    /* padding-bottom: 20px; */
    color: #ff9a00;
    text-align: center;
    font-family: Montserrat !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* padding-top: 20px; */
    padding-right:0px;
}

.homesecfour .owl-nav {
    display: none !important;
}

.homesecfour .item {
    border-radius: 36px;
    background: #fff;
    padding: 11px;
    height: 525px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 95%;
}

.homesecfour .owl-carousel .owl-item img {
    border-radius: 20px;
}

.homesecfour h2 {
    color: #ff9a00;
    text-align: center;
    font-family: Montserrat;
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0px;
}

.homesecfour p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
    padding-bottom: 50px;
}

.homesecfour .owl-dots {
    display: none !important;
}

.homesecfour {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.owl-item.active {
    display: flex;
    justify-content: center;
}

/*--------------------------------------------------------------
## HOMESECTIONFOUR CSS ENDS
--------------------------------------------------------------*/





/*--------------------------------------------------------------
## HOMESECTIONFIVE CSS START
--------------------------------------------------------------*/

.homesecfive h2 {
    margin: 0px;
    color: #ff9a00;
    text-align: center;
    font-family: Montserrat;
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 80px;
}

.homesecfive h3.aio-icon-title.ult-responsive {
  margin: 0px !important;
  padding-bottom: 15px;
  color: #ff9a00;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 37px;
}

.homesecfive .aio-icon-component.style_1 {
    border-radius: 15px;
    background: #fcfcfc;
    box-shadow: 3px 4px 15px 0px rgba(255, 154, 0, 0.25);
    padding: 10px 12px;
    height: 414px;
    width: 95%;
    margin-bottom: 65px;
}
.homesecfive .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.vc_section.homesecfive {
    ]: #f8f8f8;
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.homesecfive img.img-icon {
    width: 84px;
    position: absolute;
    top: -38px;
}

.homesecfive .aio-icon-img {
    display: flex !important;
    width: 102px;
    /* align-items: center; */
    justify-content: center;
}

.homesecfive .aio-icon-description.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/*--------------------------------------------------------------
## HOMESECTIONFIVE CSS ENDS
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## HOMESECTIONSIX CSS START
--------------------------------------------------------------*/
.homesecsix h2 {
    margin: 0px !important;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.homesecsix p {
    margin: 0px !important;
    padding-bottom: 50px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.homesecsix h3.aio-icon-title.ult-responsive {
    margin: 0px !important;
    padding: 10px 0px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.homesecsix .aio-icon-component.style_1 {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.25);
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
}

.homesecsix .aio-icon-description.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.vc_section.homesecsix {
    padding-top: 50px !IMPORTANT;
    padding-bottom: 50px !important;
}
.secsixrow {
    padding: 0px 93px;
}
/*--------------------------------------------------------------
## HOMESECTIONSIX CSS ENDS
--------------------------------------------------------------*/






/*--------------------------------------------------------------
## HOMESECTIONSEVEN CSS START
--------------------------------------------------------------*/


.homesecseven h2 {
    color: #000;
    text-align: center;
    /* font-family: Poppins; */
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px; /* 106% */
    margin:0px;
    padding-bottom: 0px;
}

.homesecseven span.chnge {
    color: #f20a0a;
    /* font-family: Poppins; */
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
}

.homesecseven .wpcf7-spinner {
    display: none !important;
}

.homesecseven p.vc_custom_heading {
      padding: 0px 69px;
      color: #000;
      font-family: Montserrat;
      font-size: 17px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.3;
}

section.vc_section.homesecseven {
    background: #F1F1F1;
    padding-top: 50px !IMPORTANT;
    padding-bottom: 70px !important;
}

.homesecseven .wpb_column.vc_column_container.vc_col-sm-5 {
    border-radius: 15px;
    background: #011D2B;
    padding: 35px 20px;
    height: 580px;
    display: flex;
}

.homesecseven h2.vc_custom_heading {
    color: #FFF;
    /* font-family: Montserrat; */
    font-size: 26px !important;
    font-style: normal;
    font-weight: 700 !IMPORTANT;
    line-height: normal;
    margin: 0px;
    padding-bottom: 7px;
}

.homesecseven .wpb_column.vc_column_container.vc_col-sm-5 p {
    color: #FFF;
    /* font-family: Montserrat; */
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}

.conone {
    display: flex;
    padding-bottom: 21px;
}

.conone h6 {
    margin: 0px;
    color: #FFF;
    /* font-family: Montserrat; */
    font-size: 16px !IMPORTANT;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 6px;
    padding-left: 10px;
}

.contwo h6 {
    padding-top: 4px;
    padding-left: 9px;
    margin: 0px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contwo {
    display: flex;
    padding-bottom: 24px;
}

.conthree {
    display: flex;
}

.conthree h6 {
    padding-left: 10px;
    margin: 0px;
    padding-top: 7px;
    color: #FFF;
    /* font-family: Montserrat !important; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h6 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mainbox {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.conone img {object-fit: cover;width: 23px;}
.homesecseven .homeone {
    display: flex;
    padding-bottom: 45px;
    padding-top: 60px;
}

.homesecseven .hometwo {
    display: flex;
}

.homesecseven input.wpcf7-form-control.wpcf7-text.form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #c4c4c4;
    border-radius: 0px;
    width: 90%;
}

.homesecseven span.wpcf7-form-control.wpcf7-checkbox.form-control {
    background: transparent;
}


.homesecseven .chkhome {
    justify-content: space-between;
    display: flex;
}

.homesecseven span.wpcf7-form-control.wpcf7-checkbox.form-control {
    background: transparent;
    border: none;
    padding-left: 0px;
}

.homesecseven span.wpcf7-list-item-label {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.homesecseven textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 38px !important;
    background: transparent;
    width: 549px;
    border: none;
    border-bottom: 2px solid #c9c9c9;
    border-radius: 0px;
    margin-top: 45px;
}

.homesecseven span.wpcf7-list-item {
display: inline-block;
margin: 0;
}

.homesecseven .wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}

.homesecseven .wpcf7-checkbox label {
position: relative;
cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox] {/* position: relative; *//* position: absolute; *//* visibility: hidden; *//* width: 22px; *//* height: 30px; *//* top: 0; *//* left: 0; */}
.wpcf7-checkbox input[type=checkbox] + span {/* border: 3px solid red; */margin-left: 33px;}
.wpcf7-checkbox input[type=checkbox] + span:before {background: #d4d4d4;display: block;position: absolute;content: '';border-radius: 0;height: 24px;width: 24px;top: 0px;left: 0px;border-radius: 20px;}
.wpcf7-checkbox input[type=checkbox] + span:after {display: block;position: absolute;height: 24px;width: 24px;width: ;top: 0;left: 0;visibility: hidden;font-size: 18px;text-align: center;line-height: 30px;background: black;border-radius: 20px;}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: transparent;
}

.homesecseven .wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}

.homesecseven .wpcf7-list-item-label {display: inline-block;}

.homesecseven p {text-align: end;}

.homesecseven input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    padding: 12px 30px;
    border: unset;
    border-radius: 4px;
    background: #011D2B;
    color: #FFF;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 36px;
}

.homesecseven input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    font-size: 18px;
    color: #B7B7B7;
    /* font-family: Montserrat; */
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.homesecseven textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    color: #B7B7B7;
    /* font-family: Montserrat; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.homesecseven .vc_row.wpb_row.vc_inner.vc_row-fluid.bag {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 3px 4px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 6px;
}
p.vc_custom_heading.to {
    padding: 0px !important;
}
.homesecseven h3 {
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 9px;
}
.homesecseven p {
    padding: 0px;
    text-align: end;
}
.homesecseven p.vc_custom_heading {
    margin: 0px;
    padding-bottom: 90px;
}
.homesecseven form.wpcf7-form.init {
    padding: 0px 38px;
}
/*--------------------------------------------------------------
## HOMESECTIONSEVEN CSS ENDS
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## HOMESECTIONEIGHT CSS START
--------------------------------------------------------------*/

.homeseceight .vc_toggle_title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.vc_section.homeseceight {
    background: #f8e4c5;
}

.homeseceight h4 {
    color: #000;
    font-family: Poppins !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
    text-align: left;
    }

.homeseceight .vc_toggle_title {
    margin: auto;
    border-top: 2px solid orange;

    padding: 20px 0px;
}

.homeseceight .vc_toggle.vc_toggle_arrow.vc_toggle_color_default.vc_toggle_size_md {
    margin: 0px !important;
}

.homeseceight h2 {
    color: #000;
    /* font-family: Poppins; */
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 114.286% */
}

.homeseceight span.clr {
    color: #f20a0a;
    /* font-family: Poppins; */
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

section.vc_section.homeseceight {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.homeseceight .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    background: transparent;
    border: unset;
    color: black !important;
    /* font-family: Poppins; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}
.homeseceight .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: transparent;
    border: unset;
    color: black !important;
    /* font-family: Poppins; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
} 
.homeseceight .vc_btn3-container.vc_btn3-right {
    padding-right: 171px;
}


section.vc_section.homeseceight p {
    color: #000;
    /* font-family: Poppins; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 20px;
}

/*--------------------------------------------------------------
## HOMESECTIONEIGHT CSS ENDS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## HOMESERVUCE CSS START
--------------------------------------------------------------*/
.Homeservice button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-icon-right.vc_btn3-color-grey {
    border-radius: 10px !IMPORTANT;
    background: #FFF !important;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15) !important;
    color: #000 !IMPORTANT;
   /* font-family: Poppins !IMPORTANT; */
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal !I;
    width: 315px;
    display: flex;
}


.Homeservice .wpb_column.vc_column_container.vc_col-sm-4 {
    margin-left: 36px;
    border-radius: 10px;
    background: #F0F0F0;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
    width: 338px;
    padding-bottom: 5px;
}

 section.vc_section.Homeservice {
    padding-bottom: 70px !important;
    padding-top: 60px !important;
}

.Homeservice h2.vc_custom_heading {
    margin: 0px;
    color: #FF9A00;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 65px;
}
.Homeservice .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 8px;
}
.Homeservice h3.vc_custom_heading {background: white !IMPORTANT;padding: 10px;border-radius: 10px;color: #000;text-align: center;/* font-family: Poppins; */font-size: 16px;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 9px;}
/*--------------------------------------------------------------
## HOMESERVUCE CSS START
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## PRICING  CSS START
--------------------------------------------------------------*/



.privacybanner h1 {
    color: #000;
    text-align: center;
    /* font-family: Poppins; */
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    margin: 0px;
    line-height: normal;
}

.privacybanner p.vc_custom_heading {
    color: #000;
    text-align: center;
    /* font-family: Inter; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.prc {
    padding: 20px 20px;
    border-radius: 20px;
    background: #fff7eb;
    box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.25);
}

.prc h2 {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    color: #000;
    /* font-family: Inter; */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prcsin {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

.prc p {
    margin: 0px;
    color: #000;
    /* font-family: Inter; */
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}

.prcsin p {
    padding: 0px;
}

.prc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.vc_section.privacybanner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.privacybanner p.vc_custom_heading {
    margin: 0px;
    padding-bottom: 30px;
}

.vc_row.wpb_row.vc_row-fluid.pricin {
    margin: 0px 13px;
    border-radius: 20px;
    background: #fff7eb;
    box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.25);
}

.vc_row.wpb_row.vc_row-fluid.pricin .prc {
    box-shadow: none;
}

.vc_row.wpb_row.vc_row-fluid.pricin h3 {
    color: #000;
    text-align: center;
    /* font-family: Inter; */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.vc_row.wpb_row.vc_row-fluid.pricin p {
    color: #000;
    text-align: center;
    /* font-family: Inter; */
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



/*--------------------------------------------------------------
## PRICING  CSS ENDS
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## HOMESERVUCE CSS ENDS
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## ABOUTBANNER CSS START
--------------------------------------------------------------*/


section.vc_section.aboutbanner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.aboutbanner .vc_column-inner {
    justify-content: center;
}

.aboutbanner h1 {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 18px;
}

.aboutbanner p {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}




/*--------------------------------------------------------------
## ABOUTBANNER CSS ENDS
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## ABOUTSECONE CSS STARTS
--------------------------------------------------------------*/

.aboutsecone .box {
    background-image: url(https://edinburghpublication.com/wp-content/uploads/2023/10/Rectangle-8901.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 633px;
    padding: 0px 22px;
}

.aboutsecone .box img.aligncenter {
    position: absolute;
    top: -165px;
    left: 17%;
}

.aboutsecone section.vc_section.aboutsecone {
    padding-top: 163px;
    padding-bottom: 162px;
}

.aboutsecone .box h3 {
    margin: 0px;
    padding-top: 92px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.aboutsecone .box h4 {
    margin: 0px;
    padding: 10px 0px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.aboutsecone .box p {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.aboutsecone .boxtwo {
    background-image: url(https://edinburghpublication.com/wp-content/uploads/2023/10/Rectangle-8907.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 633px;
    padding: 0px 22px;
    position: relative;
    bottom: 162px;
}

.aboutsecone .boxtwo img.aligncenter {
    position: absolute;
    bottom: -212px;
    left: 17%;
}

section.vc_section.aboutsecone {
    padding-top: 60px;
    padding-bottom: 60px;
}

.aboutsecone .boxtwo h3 {
    margin: 0px;
    padding-top: 271px;
    color: #000;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.aboutsecone .boxtwo h4 {
    margin: 0px;
    padding: 10px 0px;
    color: #000;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.aboutsecone .boxtwo p {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.aboutsecone .vc_row-full-width.vc_clearfix {
    border-radius: 60px;
    background: #fff;
    box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.25);
}

.aboutsecone .vc_row.wpb_row.vc_row-fluid {
    border-radius: 60px;
    background: #fff;
    box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.25);
    padding-top: 199px;
}


/*--------------------------------------------------------------
## ABOUTSECONE CSS ENDS
--------------------------------------------------------------*/





/*--------------------------------------------------------------
## ABOUTSECTWO CSS START
--------------------------------------------------------------*/


.aboutsectwo .main {
    padding-bottom: 0px;
    display: flex;
    /* background-image: url(http://localhost/research/wp-content/uploads/2023/10/Rectangle-8911.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 13px;
    align-items: center;
    transition: .3s all ease-in-out;
    padding-right: 0px;
    padding-bottom: 0px;
}

.aboutsectwo .main h3 {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 17px;
}

.aboutsectwo .main p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.left h4 {
    text-align: initial;
}
.aboutsectwo .secone {
    width: 90%;
}

.aboutsectwo .main.last {
    height: 129px;
}

section.vc_section.aboutsectwo {
    padding-top: 80px !IMPORTANT;
    padding-bottom: 35px;
    background: #fff7eb;
}

.aboutsectwo h2 {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.aboutsectwo main p {
    margin: 0px;
    color: #000;
    text-align: justify;
    /* font-family: Montserrat; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.aboutsectwo .main:hover {
    /* transform: scale(0.9); */
}
.aboutsectwo p.vc_custom_heading {
    color: #000;
    text-align: justify !important;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-right: 50px;
}

.aboutsectwo .vc_column-inner {
    justify-content: center;
}

.aboutsectwo .main {
    margin-bottom: 20px;
    background: white;
    border-bottom-right-radius: 88px;
    border-top-right-radius: 85px;
    box-shadow: 1px 1px 20px 0px grey;
}



/*--------------------------------------------------------------
## ABOUTSECTWO CSS ENDS
--------------------------------------------------------------*/






/*--------------------------------------------------------------
## ABOUTSECTHREE CSS START
--------------------------------------------------------------*/



.aboutsecthree h2 {
    margin: 0px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.aboutsecthree p {
    margin: 0px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.vc_section.aboutsecthree {
    padding-top: 60px;
    padding-bottom: 60px;
}


/*--------------------------------------------------------------
## ABOUTSECTHREE CSS ENDS
--------------------------------------------------------------*/





/*--------------------------------------------------------------
## ABOUTSECFOUR CSS START
--------------------------------------------------------------*/

section.vc_section.aboutsecfour {
    background: #FFF7EB;
    padding-bottom: 30px !IMPORTANT;
    padding-top: 60px !IMPORTANT;
}

.aboutsecfour h2 {
    margin: 0px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 50px;
}

.aboutsecfour .roundtopleft {
    background: white;
    height: 270px;
    padding: 36px 27px;
}

.aboutsecfour .roundtopleft img.alignright {
    width: 92px;
    position: relative;
    left: 42px;
    bottom: 2px;
    transition: .3s all ease-in-out;
}

.aboutsecfour .roundtopright {
    background: white;
    height: 270px;
    padding: 36px 27px;
}

.aboutsecfour .roundtopright img.alignleft {
    width: 92px;
    position: relative;
    right: 39px;
    bottom: 21px;
    transition: .3s all ease-in-out;
}

.aboutsecfour .roundbottomleft {
    padding-right: 30px;
    background: white;
    padding-left: 30px;
    padding-bottom: 13px;
}

.aboutsecfour .roundbottomleft img.alignright {
    position: relative;
    width: 92px;
    bottom: 16px;
    left: 45px;
    transition: .3s all ease-in-out;
}

.aboutsecfour h4 {
    margin: 0px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 15px;
}

.aboutsecfour p {
    color: #000;
    text-align: justify !important;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}

.aboutsecfour .roundbottomright {
    padding-left: 30px;
    background: white;
    height: 279px;
    padding-right: 30px;
}

.aboutsecfour .roundbottomright img.alignleft {
    width: 92px;
    position: relative;
    bottom: 16px;
    right: 42px;
    transition: .3s all ease-in-out;
}

.aboutsecfour .vc_row.wpb_row.vc_row-fluid {
    padding: 0px 57px !important;
}

.aboutsecfour .roundbottomleft img.alignright:hover {
    filter: drop-shadow(-5px 10px 8px  grey);
    transform: scale(0.9);
}

.aboutsecfour .roundtopleft img.alignright:hover {
    filter: drop-shadow(-6px -2px 12px grey);
    transform: scale(0.9);
}

.aboutsecfour .roundtopright img.alignleft:hover {
    filter: drop-shadow(7px -1px 10px grey);
    transform: scale(0.9);
}

.aboutsecfour .roundbottomrigt img.alignleft:hover {
    filter: drop-shadow(2px 4px 6px black);
}


 .roundbottomright img.alignleft:hover {
    filter: drop-shadow(6px 6px 8px grey);
    transform: scale(0.9);
}



/*--------------------------------------------------------------
## ABOUTSECFOUR CSS ENDS
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## ABOUTSECFIVE CSS STAR
--------------------------------------------------------------*/


.aboutsecfive h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.aboutsecfive p {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

section.vc_section.aboutsecfive {
    padding-top: 80px;
    padding-bottom: 80px;
}

.aboutsecfive p.vc_custom_heading.paratwo {
    padding: 0px 110px;
    padding-top: 50px;
}

.aboutsecfive .vc_column-inner {
    justify-content: center;
}

p.vc_custom_heading.paratwo {
    padding-top: 50px;
}



/*--------------------------------------------------------------
## ABOUTSECFIVE CSS ENDS
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## contactsec1 CSS START
--------------------------------------------------------------*/


.contactsec1  .chckmain {
    display: flex;
    justify-content: center;
    padding-bottom: 86px;
}

.contactsec1  .chcktwo ul li {
    list-style: none;
}

.contactsec1  .chckone ul li {
    list-style: none;
}

.contactsec1  span.wpcf7-form-control.wpcf7-checkbox.form-control {
    padding-left: 0px;
    display: flex;
    justify-content: start;
    width: 397px;
    background: transparent;
    border-radius: 10px;
    background: #F9F9F9;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px !important;
    position: relative;
}

.contactsec1  input[type="checkbox"], input[type="radio"] {
    position: absolute;
    right: 8px;
    top: 12px;
}

.contactsec1  ul {
    padding: 0px 10px;
}

.contactsec1  .chckone {
    border-radius: 10px;
    background: #F9F9F9;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.contactsec1  .chcktwo {
    border-radius: 10px;
    background: #F9F9F9;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
    margin-left: 40px;
}

.contactsec1  span.wpcf7-list-item-label {
    color: #000;
    /* font-family: Poppins; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contactsec1  h3 {
	 text-align: center;
    color: #000;
    /* font-family: Inter; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.5px;
}

.contactsec1  .contactsec1  span.wpcf7-list-item {
display: inline-block;
margin: 0;
}

.contactsec1  .wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}

.contactsec1  .wpcf7-checkbox label {position: relative;cursor: pointer;}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px;
height: 30px;
top: 0;
left: 0;
}
.contactsec1 .vc_row.wpb_row.vc_row-fluid.controw p {
    text-align: center;
}
.contactsec1  .wpcf7-checkbox input[type=checkbox] + span:before {display: block;position: absolute;content: '';border-radius: 35px;height: 19px;width: 19px;top: 1px;left: 333px;border: 1px solid #000000;}
.contactsec1  .wpcf7-checkbox input[type=checkbox] + span:after {display: block;position: absolute;/* content: "\2713"; */height: 19px;width: 19px;visibility: hidden;font-size: 18px;text-align: center;line-height: 30px;background: #EBA835 !important;border-radius: 20px !important;top: 1px;left: 306px;border: 1px solid #010101;}


.contactsec1  .wpcf7-list-item-label {
margin-left: 40px;
display: inline-block;
}

div#footer-widget li.priv {
    padding-top: 20px;
}

.contactsec1 .forstline {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.contactsec1  .forstline input.wpcf7-form-control.wpcf7-text.form-control {
    border-bottom: 1px solid grey !important;
    border: unset;
    border-radius: 0px;
    width: 458px;
    background: transparent;
}

.contactsec1 .secondline {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.contactsec1  .secondline input.wpcf7-form-control.wpcf7-text.form-control {
    border-radius: 0px;
    width: 180px;
    border-bottom: 1px solid grey !important;
    border: unset;
    height: 37px;
    background: transparent;
}

.contactsec1  .vc_row.wpb_row.vc_row-fluid.controw {
    padding: 0px 46px !important;
    border-radius: 50px;
    /* background: #eaeaea; */
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
}

.contactsec1  section.vc_section.contactsec1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contactsec1 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary:hover {
    background: #ffb84f !important;
}

.contactsec1  .secondline textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    border-radius: 0px;
    width: 458px !important;
    border-bottom: 1px solid grey !important;
    border: unset;
    height: 37px;
    text-align: left;
}

.contactsec1 textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 52px;
    width: 1018px !important;
    border-radius: 0px;
    border-bottom: 1px solid grey !important;
    border: 0px;
    text-align: center;
    background: transparent;
}

.contactsec1 span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.contactsec1 .wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.contactsec1 .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.contactsec1 .wpcf7-checkbox input[type="checkbox"] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}


.contactsec1 .wpcf7-checkbox input[type="checkbox"] + span:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 35px;
    height: 19px;
    width: 19px;
    top: 3px;
    left: 363px;
    border: 1px solid #000000;
}

.contactsec1 .wpcf7-checkbox input[type="checkbox"] + span:after {
    display: block;
    position: absolute;
    /* content: "\2713"; */
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    background: #EBA835 !important;
    border-radius: 20px !important;
    height: 19px;
    width: 19px;
    top: 3px;
    left: 363px;
}

.contactsec1 .wpcf7-checkbox input[type="checkbox"]:checked + span:before {
    background: transparent;
}

.contactsec1 .wpcf7-checkbox input[type="checkbox"]:checked + span:after {
    visibility: visible;
}

.contactsec1 .wpcf7-list-item-label {
    margin-left: 12px;
    display: inline-block;
}

.contactsec1 span.wpcf7-list-item.first.last {
    display: flex;
}

.contactsec1 span.wpcf7-spinner {
    display: none;
}
.contactsec1 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    border-radius: 10px;
    background: #FFCD84;
    border: unset;
    padding: 6px 200px;
    font-size: 23px;
    margin-top: 40px;
    transition: .3s all ease-in-out;
}



section.vc_section.contactsec1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contactsec1 .form-control:focus {
    box-shadow: unset;
}

.contactsec1 h2 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 108.696% */
    letter-spacing: 0.46px;
    margin: 0px;
    padding-top: 25px;
}

.contactsec1 span.contchnge {
    color: #EBA835;
    /* font-family: Montserrat; */
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.46px;
}

/*--------------------------------------------------------------
## contactSEC1 CSS ENDS
--------------------------------------------------------------*/









/*--------------------------------------------------------------
## JOURNALBANNER CSS START
-----------------------------------------------------------------*/



.journalbanner h2 {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.journalbanner p {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.vc_section.journalbanner.vc_custom_1697497929736.vc_section-has-fill {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}



/*--------------------------------------------------------------
## JOURNALBANNER CSS ENDS
-----------------------------------------------------------------*/







/*--------------------------------------------------------------
## JOURNALSECONE CSS START
-----------------------------------------------------------------*/


.journalsecone h2 {
    margin: 0px;
    color: #f4a634;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background-image: url(http://localhost/research/wp-content/uploads/2023/10/Arrow-1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

.journalsecone h3 {
    margin: 0px;
    color: #000;
    text-align: center;
    font-family: NanumMyeongjo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 28px;
}

.journalsecone p {
    color: #000;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.journalsecone{
	padding-top:70px !important;
	padding-bottom:70px !important;
	
}





/*--------------------------------------------------------------
## JOURNALSECONE CSS ENDS
-----------------------------------------------------------------*/








/*--------------------------------------------------------------
## JOURNALSECTWO CSS START
-----------------------------------------------------------------*/


.journalsectwo h2 {
    margin: 0px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    border-left: 11px solid #f4a634;
    padding-left: 12px;
    padding-top: 7px;
}

.journalsectwo p {
    color: #000;
    /* font-family: Poppins; */
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 31.5px */
    letter-spacing: 0.5px;
}

.journalsectwo h5 {
    background: grey;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    color: white !important;
    background: transparent;
    border-radius: 43.976px;
    background: #f4a634;
    /* font-family: Poppins; */
    font-size: 25px;
    font-weight: 500;
    line-height: 126%; /* 31.5px */
    letter-spacing: 0.5px;
    padding: 10px 25px;
}



/*--------------------------------------------------------------
## JOURNALSECTWO CSS ENDS
-----------------------------------------------------------------*/



/*--------------------------------------------------------------
## JOURNALSECTHREE CSS START
-----------------------------------------------------------------*/


.journalsecthree h2 {
    margin: 0px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

.journalsecthree p {
    color: #000;
    /* font-family: Poppins; */
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 31.5px */
    letter-spacing: 0.5px;
}

.journalsecthree .vc_column-inner {
    justify-content: center;
}

.journalsecthree .vc_btn3-container.vc_btn3-inline {
    padding-left: 170px;
}

/*--------------------------------------------------------------
## JOURNALSECTHREE CSS ENDS
-----------------------------------------------------------------*/







/*--------------------------------------------------------------
## JOURNALSECFOUR CSS START
-----------------------------------------------------------------*/

.journalsecfour .vc_btn3-container.vc_btn3-inline {
    padding-left: 170px;
}
.journalsecfour h2 {
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    margin: 0px;
}

.journalsecfour p {
    color: #000;
    /* font-family: Poppins; */
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 31.5px */
    letter-spacing: 0.5px;
}

.journalsecfour .vc_column-inner {
    justify-content: center;
}
/*--------------------------------------------------------------
## JOURNALSECFOUR CSS ENDS
-----------------------------------------------------------------*/
.wpb_single_image.wpb_content_element.vc_align_center {
    margin: 0px;
}

section.vc_section.journalsecthree.vc_custom_1697503579093.vc_section-has-fill {
    padding-top: 0px;
    overflow: visible;
}

.wpb_single_image.wpb_content_element.vc_align_center.lineone {
    position: relative;
    left: 42%;
    top: 7%;
}

section.vc_section.journalsectwo.vc_custom_1697503572073.vc_section-has-fill {
    overflow: visible;
}

.journalsectwo .vc_column-inner {
    justify-content: center;
}
.wpb_single_image.wpb_content_element.vc_align_left.linethree {
    position: relative;
    top: 44%;
    left: 35%;
}

.journalsecfour .vc_btn3-container.vc_btn3-inline {
    padding-left: 135px;
}
section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill {
    padding-top: 0px;
}

w {
    margin: 0px;
}


img.vc_single_image-img.attachment-full {
}

.wpb_single_image.wpb_content_element.vc_align_left.linefour img {
    /* object-fit: scale-down; */
    height: 207px;
    /* width: 339px; */
    position: absolute;
    bottom: -200px;
    left: 37%;
}

section.vc_section.journalsecfour.vc_custom_1697503587463.vc_section-has-fill {
    overflow: visible;
}

.wpb_single_image.wpb_content_element.vc_align_center {
    margin: 0px;
}


.journalsecsix .vc_btn3-container.vc_btn3-right {
    padding-right: 99px;
}

.journalsecsix h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

.journalsecsix p.vc_custom_heading {
    color: #000;
    /* font-family: Poppins; */
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 31.5px */
    letter-spacing: 0.5px;
    padding: 0px 34px;
}

.journalsecseven p.vc_custom_heading {
    color: #000;
    /* font-family: Poppins; */
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 31.5px */
    letter-spacing: 0.5px;
    margin: 0px;
}
.journalsecseven p.vc_custom_heading {
    color: #000;
    /* font-family: Poppins; */
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 31.5px */
    letter-spacing: 0.5px;
    margin: 0px;
}
.journalsecseven .vc_column-inner {
    justify-content: center;
}

.journalsecseven p.vc_custom_heading {
    color: #000;
    /* font-family: Poppins; */
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 31.5px */
    letter-spacing: 0.5px;
    margin: 0px;
}

.journalsecseven h2 {
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    margin: 0px;
    padding: 12px 0px;
}

.journalsecfive .linefive {
    position: relative;
    left: 59%;
    top: 84px;
    z-index: 1;
}

section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill {overflow: visible !important;}

section.vc_section.journalsecsix.vc_custom_1697826700300.vc_section-has-fill {padding-top: 0px;}

img.vc_single_image-img.attachment-full {
}

.journalsecsix .vc_column-inner {
    justify-content: center;
}

.wpb_single_image.wpb_content_element.vc_align_left.last img {
    height: 311px;
    width: 83px !IMPORTANT;
    position: relative;
    bottom: 36px;
    right: 25px;
}


.wpb_single_image.wpb_content_element.vc_align_left.last {width: 89px;}





/*--------------------------------------------------------------
## JOURNALSECFIVE CSS START
-----------------------------------------------------------------*/



.journalsecfive h2 {
    margin: 0px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

.journalsecfive .vc_column-inner {
    justify-content: flex-end;
}

.journalsecfive p.vc_custom_heading {
    color: #000;
    /* font-family: Poppins; */
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 31.5px */
    letter-spacing: 0.5px;
    padding-top: 20px;
}






/*--------------------------------------------------------------
## JOURNALSECFIVE CSS ENDS
-----------------------------------------------------------------*/







/*--------------------------------------------------------------
## JOURNALSECTESTI  CSS START
-----------------------------------------------------------------*/




/*--------------------------------------------------------------
## JOURNALSECTESTI  CSS ENDS
-----------------------------------------------------------------*/
.journaltesti .item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 3px 0px 6px 0px rgb(0 0 0 / 16%);
    width: 96%;
    padding: 20px;
}

.journaltesti  .owl-carousel .owl-item img {
    width: 100%;
}

.journaltesti  section.vc_section.journaltesti {
    background: #E8E8E8;
    padding-bottom: 50px;
    padding-top: 60px !important;
}

.journaltesti .test {
    display: flex;
    align-items: center;
}

.journaltesti  .testone img {
    border: 10px solid #F9E499;
    border-radius: 50%;
    width: 90% !important;
}

.journaltesti .item h4 {
    margin: 0px;
    padding: 10px 0px;
    color: #F4A634;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 23px;
}
section.vc_section.journaltesti {
    background: #E8E8E8;
    padding-top: 80px !important;
    padding-bottom: 50px;
}
.journaltesti .item p {
    color: #000;
    /* font-family: Roboto; */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 137.5% */
}

/*--------------------------------------------------------------
## FOOTER CSS START
-----------------------------------------------------------------*/

h3.widget-title {
    color: #5A5A5A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    /* text-align: center; */
    padding-left: 45px;
}

div#footer-widget p {
    color: #747474;
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 45px !important;
    padding-bottom: 20px;
}

.contactsec1 ul li {
    list-style: none;
    /* padding-left: 47px; */
}
div#footer-widget li a {
    text-decoration: none !important;
    color: #000000;
}
ul {
    padding: 0px;
}

div#footer-widget  li {
    color: #747474b0;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: none;
    padding-left: 45px;
    padding-bottom: 2px;
}

section#text-2 h3 {
    font-size: 23px;
    padding: 0px;
}

div#footer-widget img {
    margin-right: 11px;
    width: 17%;
    /* padding: 0px 3px; */
    object-fit: scale-down;
}

section#text-2 p {
    padding: 0px;
    padding-bottom: 40px;
}

div#footer-widget {
    background: #F6F6F6;
    padding-top: 70px;
  
}

section#text-3 {
    padding-top: 31px;
}

section#text-4 {
    padding-top: 31px;
}

section#text-5 {
    padding-top: 31px;
}


/*--------------------------------------------------------------
## FOOTER CSS ENDS
-----------------------------------------------------------------*/

/*--------------------------------------------------------------
## PRICING CSS START
-----------------------------------------------------------------*/


.pricingbanner li {
    color: #000;
    /* font-family: Urbanist; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 22px !IMPORTANT;
    line-height: normal;
    padding-bottom: 13px;
    list-style: none;
}

.pricingbanner  .pricing {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFFCFC;
    padding: 19px 31px;
	
}

.pricingbanner  .pricing h4 {
    position: relative;
    left: 17%;
    border: 1px solid #000;
    width: 172px;
    display: flex;
    justify-content: center;
    padding: 14px 2px;
    color: #000;
    text-align: center;
    /* font-family: Urbanist; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 20px;
    margin-bottom: 55px;
}

.pricingbanner  .pricing img {
    padding-right: 15px;
}

.pricingbanner  button {
    border-radius: 10px;
    background: #F2F2F2;
    color: #000;
    /* font-family: Urbanist; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 16px 44px;
    border: 0px;
}

.pricingbanner  .pricing p {padding: 0px;}

.pricingbanner  .pricingtwo {
    border-radius: 10px;
    background: #EFEFEF;
    height: 617px;
    padding: 24px 18px;
    position: relative;
    top: -70px;
}

.pricingbanner  .pricingtwo img {
    padding-right: 19px;
}

.pricingbanner  .pricingtwo li {
    color: #000;
    /* font-family: Urbanist; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.pricingbanner .pricingtwo {
    height: 554px;
    top: 0px;
    background: #FFFCFC;
    border: 1px solid #000;
    transition: .3s all ease-in-out;
}

.pricingtwo ul {
    padding-bottom: 4px;
}

.pricingbanner .pricingtwo h4 {
    margin-bottom: 67px;
    top: 17px;
}

.pricingbanner .pricingtwo:hover {
    border-radius: 10px;
    background: #EFEFEF;
    /* height: 594px; */
    padding: 24px 18px;
    position: relative;
    top: -40px;
    box-shadow: 2px 2px 20px grey;
    border: unset;
}


.pricingbanner .pricingtwo button {
    color: black;
    border-radius: 10px;
    background: #F2F2F2;
    transition: .3s all ease-in-out;
}

.pricingbanner .pricingtwo:hover button {
    background: black;
    color: white;
}


.pricingbanner .one:hover {
    border-radius: 10px;
    background: #EFEFEF;
    height: 556px;
    /* padding: 24px 18px; */
    position: relative;
    top: -39px;
    box-shadow: 2px 2px 20px grey;
    border: unset;
}

.pricingbanner .pricing h4 {left: 21%;}

.pricing.three:hover {
    border-radius: 10px;
    background: #EFEFEF;
    /* height: 594px; */
    padding: 24px 18px;
    position: relative;
    top: -40px;
    box-shadow: 2px 2px 20px grey;
    border: unset;
}

.pricingbanner .pricingtwo h4 {
    margin-bottom: 76px !important;
}
.pricing.three:hover {padding: 19px 31px;}

.pricingbanner .pricing:hover button {
    color: white;
    background: black;
}

.pricingbanner button {
    transition: .3s all ease-in-out;
}
.pricingbanner  .pricingtwo h4 {
    position: relative;
    left: 24%;
    border: 1px solid #000;
    width: 172px;
    display: flex;
    justify-content: center;
    padding: 14px 2px;
    color: #000;
    text-align: center;
    /* font-family: Urbanist; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 20px;
    margin-bottom: 97px;
    margin-top: 0px;
}



.pricingbanner  .pricingtwo p {
    padding-right: 0px;
}
.pricing.one {
    transition: .3s all ease-in-out;
    position: relative;
    top: 0px;
}
.pricing.three {
    transition: .3s all ease-in-out;
    position: relative;
    top: 0px;
}

.pricingbanner h1 {
    {
    color: #000;
    /* font-family: Urbanist; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding-left: 22px !IMPORTANT;
    line-height: normal;
    padding-bottom: 20px;
}
.pricing.one {
    transition: .3s all ease-in-out;
    position: relative;
    top: 0px;
}
.pricingbanner  .pricing {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFFCFC;
    padding: 19px 31px;    

}

   .pricingbanner h4 {
    position: relative;
    left: 17%;
    border: 1px solid #000;
    width: 172px;
    display: flex;
    justify-content: center;
    padding: 14px 2px;
    color: #000;
    text-align: center;
    /* font-family: Urbanist; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 20px;
    margin-bottom: 55px;
}

   .pricingbanner  img {
    padding-right: 15px;
}

   .pricingbanner  button {
    border-radius: 10px;
    background: #F2F2F2;
    color: #000;
    /* font-family: Urbanist; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 16px 44px;
    border: 0px;
}

.pricingbanner  .pricingtwo {
    border-radius: 10px;
    background: #EFEFEF;
    height: 670px;
    padding: 24px 18px;
    position: relative;
    top: -70px;
}

.pricingbanner  img {
    padding-right: 19px;
}

   .pricingbanner  li {
    color: #000;
    /* font-family: Urbanist; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

  .pricingbanner   h4 {
    position: relative;
    left: 24%;
    border: 1px solid #000;
    width: 172px;
    display: flex;
    justify-content: center;
    padding: 14px 2px;
    color: #000;
    text-align: center;
    /* font-family: Urbanist; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 20px;
    margin-bottom: 97px;
    margin-top: 0px;
}


  .pricingbanner   button {
    background: black;
    color: white;
}

   .pricingbanner  p {
    padding-right: 0px;
}

   .pricingbanner  ul {
    padding-bottom: 48px;
}

    .pricingbanner h2 {
    color: #000;
    text-align: center;
    /* font-family: Inter; */
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pricingbanner h1 {}
    color: #000;
    text-align: center;
    /* font-family: Inter; */
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pricingbanner h3 {
    color: #000;
    text-align: center;
    /* font-family: Inter; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    padding-bottom: 10px;
}


.pricingbanner .vc_row.wpb_row.vc_row-fluid.price {
    padding-top: 70px;
}

.pricingbanner p.vc_custom_heading {
    color: #8C8C8C;
    text-align: center;
    /* font-family: Inter; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.vc_section.pricingbanner {
    padding-top: 40px;
    padding-bottom: 120px;
}
li.ger {
    color: #A5A5A5;
    /* font-family: Urbanist; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}
.pricingbanner  span.lne {
    padding-left: 34px;
}


/*--------------------------------------------------------------
## PRICING CSS ENDS
-----------------------------------------------------------------*/



/*--------------------------------------------------------------
## UPPER FOOTER CSS START
-----------------------------------------------------------------*/
ul.mnb {
    display: flex;
    justify-content: end;
    align-items: center;
}

.row.tp-r {
    padding-bottom: 60px;
}

.row.tp-r a.gghj-dr {
    border-radius: 1000px;
    background: #EBA835;
    padding: 16px 15px;
    color: #FFF !IMPORTANT;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.row.tp-r a.gghj-dr a {
    color: white !important;
}

a.gghj {
    color: black !important;
}

.row.tp-r a.gghj {
    color: black !important;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.row.tp-r img {
    width: 200px !important;
}

.row.tp-r .navbar-brand {
    width: 98%;
}

.col-12.col-md-6.hgdgd {
    display: flex;
    align-items: center;
    justify-content: end;
}
/*--------------------------------------------------------------
## UPPER FOOTER CSS ENDS
-----------------------------------------------------------------*/
/*--------------------------------------------------------------
## JOURNAL SEC STARTS
-----------------------------------------------------------------*/
section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill {
    padding-bottom: 50px;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .aio-icon-component.style_1 {
    background: white;
    border-radius: 10px;
    background: #FCFCFC;
    box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.25);
    padding: 25px 9px;
    height: 409px;
    width: 328px;
}


section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .aio-icon-component.style_1 p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 126%; /* 20.16px */
    letter-spacing: 0.32px;
    margin: 0px;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .aio-icon-component.style_1 h3.aio-icon-title.ult-responsive {
    color: #000;
    text-align: center;
    /* font-family: Poppins; */
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 126%; /* 22.68px */
    letter-spacing: 0.36px;
    margin: 10px 0px;
    padding: 0px 21px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.jorn.vc_row-o-equal-height.vc_row-flex .vc_column-inner {justify-content: center;}

.vc_row.wpb_row.vc_inner.vc_row-fluid.jorn.vc_row-o-equal-height.vc_row-flex p.vc_custom_heading {
    color: #000;
    /* font-family: Poppins; */
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%; /* 31.5px */
    letter-spacing: 0.5px;
}


h2.vc_custom_heading.hed {
    color: #F4A634;
    text-align: center;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

h3.vc_custom_heading.tal {
    color: #000;
    text-align: center;
    font-family: NanumMyeongjo;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill h2.vc_custom_heading.hed:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/10/Arrow-1.png) !important;
    content: "";
    display: block;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 67%;
    left: 24%;
    top: 81px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    background-repeat: no-repeat !important;
}
/*--------------------------------------------------------------
## JOURNAL SEC ENDS
-----------------------------------------------------------------*/

/*--------------------------------------------------------------
## JOURNAL  SUBMISSION START
-----------------------------------------------------------------*/


section.vc_section.srv-banner {
    background: #FBFBFB !important;
    padding-top: 160px;
    padding-bottom: 120px;
}

.srv-banner p.vc_custom_heading {
    color: black;
    font-size: 21px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 0px !important;
}

.srv-banner  h1.vc_custom_heading {color: black;font-size: 48px;font-family: Montserrat;font-weight: 700;margin-top: 0px;padding-bottom: 0px;}

.srv-banner  .vc_column-inner {
    justify-content: center;
}

section.vc_section.srev-one {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFF7EB;
}

.srev-one h2.vc_custom_heading {color: #F4A634;font-size: 35px;font-family: Montserrat;font-weight: 800;word-wrap: break-word;margin-bottom: 80px;}


.srev-one .rted {
    background: white;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px;
    height: 230px;
}

.srev-one h3 {
    text-align: center;
    color: black;
    font-size: 18px;
    /* font-family: Poppins; */
    font-weight: 700;
    word-wrap: break-word;
    margin-top: 7px;
}

.srev-one p {
    text-align: center;
    color: black;
    font-size: 14px;
    /* font-family: Poppins; */
    font-weight: 400;
    word-wrap: break-word;
}

.srev-one .vc_column-inner {
    padding-right: 0px !important;
}

section.vc_section.srev-one h2.vc_custom_heading:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Arrow-1-1.png);
    content: "";
    display: block;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 75%;
    top: 39%;
    left: 17%;
    transform: translate(-50px, 0%) !important;
}


section.vc_section.srve-two {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 30px;
}

.srve-two h2.vc_custom_heading {color: black;font-size: 35px;font-family: Montserrat;font-weight: 800;word-wrap: break-word;padding-bottom: 29px;}



.srve-two p.ewr {color: black;font-size: 16px;font-family: Montserrat;font-weight: 500;text-align: center;margin: 0px !important;padding: 0px 60px;padding-bottom: 50px;}

.srve-two .pted {
    background: rgba(247.56, 216.08, 135.13, 0.40);
    border-radius: 15px;
    padding: 18px 21px;
}

.srve-two h3 {
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 700;
    word-wrap: break-word;
    margin-top: 0px;
}

.srve-two p {color: black;font-size: 14px;font-family: Montserrat;font-weight: 400;word-wrap: break-word;}

.srve-two .wpb_text_column.wpb_content_element {
    margin-bottom: 18px;
}
section.vc_section.srve-two h2.vc_custom_heading:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Arrow-4-1.png);
    content: "";
    display: block;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 67%;
    top: 19%;
    left: 20%;
    transform: translate(-50px, 0%) !important;
}





section.vc_section.srve-three {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.srve-three h2.vc_custom_heading {color: black;font-size: 35px;font-family: Montserrat;font-weight: 800;word-wrap: break-word;padding: 0px;}

.srve-three  .vc_row.wpb_row.vc_row-fluid.mjns {
    background: white;
    box-shadow: 3px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
}

.srve-three  p.tyuio {
    text-align: center;
    font-size: 20px;
    font-family: Montserrat; /;
    font-weight: 500;
    word-wrap: break-word;
}

section.vc_section.srve-three .ytr {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Vector-12.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 190px;
    position: relative;
}


.srve-three .qwea {
    background: white;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 480px;
    margin: auto;
    position: absolute;
    right: 18px;
    left: 0px;
    bottom: 25px;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	height: 100%;
    max-height: 150px;
}

.srve-three .qwea h3 {
    margin: 0pc;
}

.srve-three .qwea h6 {
    margin-top: 10px;
}


section.vc_section.srve-three .tty {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Vector-13.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 190px;
    position: relative;
}
.srve-three .wea {
    background: white;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 480px;
    margin: auto;
    position: absolute;
    right: 0px;
    left: 18px;
    bottom: 25px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
	height: 100%;
    max-height: 150px;
}

.srve-three .wea h3 {
    margin: 0px;
}

.srve-three .wea h6 {
    margin-top: 10px;
}

 .srve-three h3 {color: black;font-size: 18px;font-weight: 600;word-wrap: break-word;}

.srve-three h6 {
    color: black;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
}
section.vc_section.srve-three p.tyuio:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Group-1000015052.png);
    content: "";
    display: block;
    height: 77%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 77%;
    top: 24%;
    left: 16%;
    transform: translate(-50px, 0%) !important;
}

.srve-three p.tyuio {
    margin-bottom: 59px !important;
}

.srve-three .wpb_text_column.wpb_content_element {
    margin-bottom: 17px !important;
}

.srve-three .vc_row.wpb_row.vc_row-fluid.mjns {
    padding-bottom: 50px !important;
}



section.vc_section.srve-four {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.srve-four h2.vc_custom_heading {color: black;font-size: 30px;/* font-family: Montserrat; */font-weight: 700;word-wrap: break-word;}

.srve-four p.vc_custom_heading {font-size: 16px;/* font-family: Montserrat; */font-weight: 500;word-wrap: break-word;padding: 0px 50px;}




.srve-five .vc_toggle_title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.vc_section.srve-five {
    background: #f8e4c5;
}

.srve-five h4 {
    color: #000;
    /* font-family: Poppins !important; */
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !IMPORTANT;
    line-height: normal;
    margin: 0px;
}

.srve-five .vc_toggle_title {
    margin: auto;
    border-top: 2px solid orange;

    padding: 20px 0px;
}

.srve-five .vc_toggle.vc_toggle_arrow.vc_toggle_color_default.vc_toggle_size_md {
    margin: 0px !important;
}

.srve-five h2 {
    color: #000;
    /* font-family: Poppins; */
    font-size: 70px !important;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px !important;
}

.srve-five span.clr {
    color: #f20a0a;
    / font-family: Poppins; /
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

section.vc_section.srve-five {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.srve-five .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    background: transparent;
    border: unset;
    color: black !important;
    / font-family: Poppins; /
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}
.srve-five .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: transparent;
    border: unset;
    color: black !important;
    / font-family: Poppins; /
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
} 
.srve-five .vc_btn3-container.vc_btn3-right {
    padding-right: 171px;
}


section.vc_section.srve-five p {
    color: #000;
    / font-family: Poppins; /
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 20px;
}

.immobone:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Group-1000015085.png);
    content: "";
    display: block;
    height: 553px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 41%;
    top: 0%;
    left: 0%;
    transform: translate(-50px, 0%) !important;
}

section.vc_section.mob {
 
    padding-bottom: 50px;
}
section.vc_section.mob {
    display: none;
}
.mobman {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobman {
}

.mobpar {
    width: 63%;
}



.mobpar {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 4px 9px 0px rgba(0, 0, 0, 0.10);
    width: 246px;
    height: 95px;
    display: flex;
    align-items: center;
}

.mobpar p {
    color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 16px;
}

.wpb_column.vc_column_container.vc_col-sm-12 .mob {
    padding: 0px !IMPORTANT;
}

.mob .wpb_text_column.wpb_content_element {
    margin: 0px !IMPORTANT;
}

section.vc_section.mob .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-bottom: 0px !important;
}


.pre-four .vc_toggle_title {
    text-align: left !important;
}

/*--------------------------------------------------------------
## JOURNAL  SUBMISSION ENDS
-----------------------------------------------------------------*/

section.vc_section.Pre-banner {
    padding-top: 120px;
    padding-bottom: 100px;
}

.Pre-banner h1.vc_custom_heading {
    margin-top: 0px;
    color: black;
    font-size: 33px;
    font-family: Montserrat;
    font-weight: 700;
    word-wrap: break-word;
}

.Pre-banner p {
    color: black;
    font-size: 21px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
}

.Pre-banner  .vc_column-inner {
    justify-content: center;
}

.pre-one .por {
    color: #F4A634;
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 800;
    word-wrap: break-word;
    text-align: center;
}

section.vc_section.pre-one .por:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Arrow-1-1-1.png );
    content: "";
    display: block;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 208px;
    top: 54%;
    left: 45%;
    transform: translate(-50px, 0%) !important;
}



































section.vc_section.pre-two {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pre-two h2.vc_custom_heading {
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 800;
    word-wrap: break-word;
    padding: 0px;
}

.pre-two .okm {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
    text-align: center;
    margin-bottom: 69px !important;
}

section.vc_section.pre-two .okm:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Arrow-4-1-1.png);
    content: "";
    display: block;
    height: 213px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 772px;
    top: 5%;
    left: 20%;
    transform: translate(-50px, 0%) !important;
}

.pre-two p {color: black;font-size: 16px;font-family: Montserrat;font-weight: 500;word-wrap: break-word;text-align: center;padding-top: 50px;padding-left: 10px;padding-right: 10px;}

.uyt {
    width: 100%;
    height: 251px;
    background: #FCEFCF;
    border-radius: 11px;}



.pre-three p {
    font-size: 19px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 19px;
}

.pre-three .vc_column-inner {
    justify-content: center;
}

.pre-three h2.vc_custom_heading {
    font-size: 50px;
    font-family: Montserrat;
    font-weight: 800;
    word-wrap: break-word;
    padding-bottom: 110px;
}


.pre-threesection.vc_section.pre-three {
    padding-top: 10px !important;
    padding-bottom: 10px;
}
.pre-four .vc_toggle_title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.vc_section.pre-four  {
    background: #f8e4c5;
}
.pre-four  h4 {
    color: #000;
    /* font-family: Poppins !important; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}
.pre-four  .vc_toggle_title {
    margin: auto;
    border-top: 2px solid orange;

    padding: 20px 0px;
}

.pre-four .vc_toggle.vc_toggle_arrow.vc_toggle_color_default.vc_toggle_size_md {
    margin: 0px !important;
}

.pre-four  h2 {
    color: #000;
    /* font-family: Poppins; */
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 114.286% */
}

.pre-four  span.clr {
    color: #f20a0a;
    /* font-family: Poppins; */
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

section.vc_section.pre-four  {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
.pre-one .owl-stage-outer {
    padding-top: 40px;
}


.vc_row.wpb_row.vc_row-fluid.no .item {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 2px 4px 10px 0px rgba(147, 147, 147, 0.26);
    padding: 12px;
    height: 344px;
}

.vc_row.wpb_row.vc_row-fluid.no img {
    bottom: 44px;
    position: relative;
}

.vc_row.wpb_row.vc_row-fluid.no h3 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0px;
    position: relative;
    bottom: 30px;
}

.vc_row.wpb_row.vc_row-fluid.no p {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    position: relative;
    bottom: 31px;
}

.vc_row.wpb_row.vc_row-fluid.no .owl-nav {
    display: none !important;
}



section.vc_section.test-shape .owl-stage-outer {padding-top: 130px;}
.Homeservice a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-icon-right.vc_btn3-color-grey {
    border-radius: 10px !IMPORTANT;
    background: #FFF !important;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15) !important;
    color: #000 !IMPORTANT;
    /* font-family: Poppins !IMPORTANT; */
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal !I;
    width: 315px;
    display: flex;
    padding: 10px 25px;
}





section.vc_section.Publication-banner {
    padding-top: 120px;
    padding-bottom: 100px;
}

.Publication-banner h1.vc_custom_heading {color: black;font-size: 50px;font-family: Montserrat;font-weight: 700;word-wrap: break-word;padding: 0px;}

 .Publication-banner p {
    color: black;
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
}

.Publication-banner .vc_column-inner {
    justify-content: center;
}

.publiction-one h2.vc_custom_heading {
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 800;
    word-wrap: break-word;
    color: #f4a634;
}

.publiction-one .vc_row.wpb_row.vc_row-fluid.no .item {
    height: 277px;
}

section.vc_section.publiction-one {
    padding-top: 30px;
    padding-bottom: 30px;
}

.publiction-one p.qwsa {
    color: black;
    font-size: 18px;
    font-family: Calisto MT;
    font-weight: 400;
    word-wrap: break-word;
    text-align: center;
    padding: 0px 220px;
}

.publiction-one h2.vc_custom_heading:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Arrow-1-2.png);
    content: "";
    display: block;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 800px;
    top: 21%;
    left: 20%;
    transform: translate(-50px, 0%) !important;
}
section.vc_section.publiction-one .uyti {
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
    height: 244px;
}


section.vc_section.publiction-one .uyti p {
    color: #000;
    text-align: center;
    font-family: Calisto MT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.vc_section.publiction-one .uyti h4 {
    color: #000;
    text-align: center;
    font-family: Calisto MT !IMPORTANT;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
}


.publiction-one p.qwsa {
    padding-bottom: 20px;
}



.pub .owl-carousel .owl-item img {
    width: 30%;
}

.pub .owl-carousel .owl-item .tell img {
    width: 10%;
}

.owl-carousel.owl-drag .owl-item {
    text-align: center;
}

.pub span.tell {
    display: flex;
    justify-content: center;
}

.pub .testone {
    justify-content: center;
    display: flex;
}


section.vc_section.publiction-one .item h3 {
    color: #000;
    text-align: center;
    font-family: Calisto MT;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.vc_section.publiction-one .item p {
    color: #000;
    text-align: center;
    font-family: Calisto MT;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.vc_section.publiction-one .item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
    height: 256px;
    padding: 9px;
}

section.vc_section.publiction-one .owl-nav {
    display: none;
}

section.vc_section.publiction-one .owl-dots {
    display: none;
}

section.vc_section.publiction-one .owl-stage {
    padding-bottom: 20px;
}

section.vc_section.publiction-one .owl-stage-outer {
    padding-top: 0px;
}
.publiction-one img {
    position: relative;
    bottom: 44px;
}


section.vc_section.publiction-one .item h3 {
    position: relative;
    bottom: 60px;
    font-family: 'Montserrat' !important;
    font-size: 21px !important;
	font-weight: 600 !important;
}

section.vc_section.publiction-one .item p {
    position: relative;
    bottom: 58px !important;
    font-family: 'Montserrat' !important;
}

section.vc_section.publiction-one .owl-stage-outer {
    padding-top: 32px;
}

section.vc_section.publiction-one .item {
    padding: 12px !important;
    height: 336px;
}





section.vc_section.test-shape .shadow-effect {
    text-align: center;
}
section.vc_section.test-shape .testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190e7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
section.vc_section.test-shape #customers-testimonials .item {
    text-align: center;
    transform: scale3d(0.8, 0.8, 1);
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 66px;
    padding-right: 20px;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Group-1000015121.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 415px;
    height: 460px;
    flex-shrink: 0;
    background-color: unset !important;
    padding: 0px 50px;
}
section.vc_section.test-shape .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: auto;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

section.vc_section.test-shape img.img-circle-rrr {
    width: 102px !important;
    height: 90px !important;
    border-radius: 102px;
}

section.vc_section.test-shape .testimonials h3 {
    color: #000000;
    text-align: center;
    /* font-family: Lato; */
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0px;
}

section.vc_section.test-shape .testimonials p {
    color: black;
    text-align: center !important;
    /* font-family: Lato; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.vc_section.test-shape {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.vc_section.test-shape section.testimonials {
    border-radius: 30px;
    background: rgba(255, 235, 205, 0.7);
    backdrop-filter: blur(2px);
    padding-top: 30px;
}

section.vc_section.test-shape .owl-carousel .owl-item.center .item h3 {
    color: white !important;
}

section.vc_section.test-shape .owl-carousel .owl-item.center .item p {
    color: white;
    font-size: 15px !important;
}

#customers-testimonials .owl-item.active.center .item .shadow-effect {
    margin-top: -35px;
}

section.vc_section.test-shape section.vc_section.test-shape .trilx {
    color: #000;
    text-align: center;
    /* font-family: Lato; */
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.vc_section.test-shape .trilx:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/chevron-down.png);
    content: "";
    display: block;
    height: 68px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 80px;
    top: 4%;
    left: 18%;
    transform: translate(-50px, 0%) !important;
}

section.vc_section.test-shape .trilx:after {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/chevron-down-1.png);
    content: "";
    display: block;
    height: 68px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 80px;
    top: 4%;
    right: 10%;
    transform: translate(-50px, 0%) !important;
}

section.vc_section.test-shape button.owl-dot {
    background: black !important;
    border-radius: 55%;
    margin-left: 5px;
    height: 10px;
    width: 10px;
}

section.vc_section.test-shape button.owl-dot.active {
    background: #fdcf8e !important;
    border: 1px solid navajowhite;
    padding: 0 !important;
    font: inherit;
    border-radius: 55%;
    margin-left: 5px;
    height: 15px;
    width: 15px;
}

section.vc_section.test-shape .owl-dots {
    position: absolute;
    top: 15px;
}

section.vc_section.test-shape .trilx {
    color: #000;
    text-align: center;
    /* font-family: Lato; */
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.vc_section.test-shape .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: row-reverse;
}

section.vc_section.test-shape .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled button.owl-prev {position: absolute;left: -80px;bottom: 250px;font-size: 75px;color: black;font-weight: 500;font-family: monospace;}

section.vc_section.test-shape .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled button.owl-next {
    position: absolute;
    right: -80px;
    bottom: 250px;
    font-size: 75px;
    color: black;
    font-weight: 500;
    font-family: monospace;
}

section.vc_section.test-shape .testimonials .item {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Group-1000015120.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 360px;
    height: 450px;
    background-color: unset !important;
}



/* Resubmission Support */


section.vc_section.Resubmission-banner {
    padding-top: 120px;
    padding-bottom: 100px;
}

.Resubmission-banner h1.vc_custom_heading {
    color: black;
    font-size: 44px;
    font-family: Montserrat;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0px;
}

.Resubmission-banner h6.vc_custom_heading {
    color: black;
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
    margin-top: 0px;
}

.Resubmission-banner p {
    color: black;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
}

.Resubmission-banner .vc_column-inner {
    justify-content: center;
}


section.vc_section.Resubmission-one {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
}
.Resubmission-one h2.vc_custom_heading {
    color: #f4a634;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0px;
}
section.vc_section.Resubmission-one h2.vc_custom_heading:before {
    content: "";
    display: block;
    height: 35px;
    background-repeat: no-repeat !important;
    background-position: center;
    position: absolute;
    width: 551px;
    top: 39%;
    left: 20%;
    transform: translate(-50px, 0%) !important;
    background: url(https://edinburghpublication.com/wp-content/uploads/2024/01/Arrow-1.png);
}

.Resubmission-one p.omn {
    color: #000;
    text-align: center;
    font-family: Calisto MT;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 54px;
}

.Resubmission-one .item {
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 2px 4px 10px 0px rgba(147, 147, 147, 0.26) !important;
    height: 250px !important;
    padding: 12px !important;
}

.Resubmission-one img {
    position: relative;
    bottom: 44px;
}

.Resubmission-one .owl-stage-outer {
    padding-top: 29px;
}

.Resubmission-one h3 {
    color: #000;
    text-align: center;
    font-family: "Montserrat";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0px;
    position: relative;
    bottom: 30px;
}

.Resubmission-one p {
    color: #000;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    position: relative;
    bottom: 31px;
}


.Resubmission-one .owl-nav {
    display: none;
}

.Resubmission-one .wpb_text_column.wpb_content_element {
    margin-bottom: 2px;
}
section.vc_section.Resubmission-two {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px !important;
    padding-bottom: 80px;
}

.Resubmission-two  h2.vc_custom_heading {
    color: #F4A634;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.Resubmission-two p {
    color: #FFF;
    font-family: Calisto MT;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}


.Resubmission-two h2.vc_custom_heading:before {
    content: "";
    display: block;
    height: 2px;
    background-repeat: no-repeat !important;
    background-position: center;
    position: absolute;
    width: 100%;
    max-width: 194px;
    left: 12%;
    transform: translate(-50px, 0%) !important;
    background: url(https://edinburghpublication.com/wp-content/uploads/2024/01/Arrow-1-1.png);
    top: 113px;
    height: 4%;
}
.Resubmission-three h2.vc_custom_heading {
    color: #000;
    text-align: center !important;
    font-family: Montserrat !important;
    font-size: 35px;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: normal;
}

.Resubmission-three p.mncxz {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}

.Resubmission-three .zzxaas {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.10);
    height: 218px;
    text-align: center;
    padding: 20px;
}

.Resubmission-three h3 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Resubmission-three p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}




section.vc_section.Resubmission-three {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
    padding-top: 60px !important;
}

section.vc_section.english-banners {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 100px;
}

.english-banners .vc_column-inner {
    justify-content: center;
}

.english-banners h4.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

.english-banners h1.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 10px;
}

.english-banners p {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.english-one button.owl-prev {
    display: none;
}

.english-one .fa-chevron-right {
    display: none;
}

.english-one .item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
    height: 240px;
    padding: 5px;
}

.english-one h2.vc_custom_heading {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 30px;
}

.english-one .owl-stage-outer {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 0px;
}



.english-one h3 {
    color: #000;
    text-align: center;
    /* font-family: Poppins; */
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 43px;
    margin-top: 10px;
}

.english-one p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px !important;
}

section.vc_section.english-two {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px !important;
    padding-bottom: 100px;
}

.english-two h2.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}

.english-two p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.english-two a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    border-radius: 23.5px;
    background: #EBA835;
    box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.24), 0px 6px 5px 0px rgba(255, 255, 255, 0.28) inset;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.english-one .wpb_wrapper {
    display: flex;
    justify-content: center;
}







.home-three  h2.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.home-three  li {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.home-three  ol {
    padding-left: 21px;
}

section.vc_section.home-three {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-three  .vc_column-inner {
    justify-content: center;
}

.home-four h2.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}



 .home-four .vc_column-inner {
    justify-content: center;
}

.home-four .mnbvc {
    background: url(https://edinburghpublication.com/wp-content/uploads/2024/01/Group-1000015080.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 130px;
    padding-left: 90px;
    padding-top: 1px;
    padding-right: 27px;
    padding-bottom: 153px;
}

 .home-four .lopm {
    width: 100%;
    max-width: 480px;
}

.home-four h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.home-four .mnvc {
    background: url(https://edinburghpublication.com/wp-content/uploads/2024/01/Group-1000015147.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 176px;
    padding-left: 90px;
    padding-top: 1px;
    padding-right: 27px;
    padding-bottom: 153px;
}

.home-four .mnbv {
    background: url(https://edinburghpublication.com/wp-content/uploads/2024/01/Group-1000015148.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 166px;
    padding-left: 90px;
    padding-top: 1px;
    padding-right: 27px;
    padding-bottom: 153px;
}

.home-four .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}

section.vc_section.home-four {
    padding-top: 80px !important;
    padding-bottom: 50px;
}

 .home-four p {
    color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-four .qsdfg p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Menuscript-banner h2.vc_custom_heading {
    color: #000;
    font-family: Calistoga;
    font-size: 45px;
    font-style: normal;
    font-weight: 900 !important;
    line-height: normal;
}

.Menuscript-banner p {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.vc_section.Menuscript-banner {
    padding-bottom: 100px;
    padding-top: 190px;
    background-position: center;
    background-size: cover;
}


.Menuscript-banner h2.vc_custom_heading {
    color: #000;
    font-family: Calistoga;
    font-size: 45px;
    font-style: normal;
    font-weight: 900 !important;
    line-height: normal;
}

.Menuscript-banner p {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.vc_section.Menuscript-banner {
    padding-bottom: 100px;
    padding-top: 190px;
    background-position: center;
    background-size: cover;
}

.Menuscript-one .qwaassd {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 2px 4px 10px 0px rgba(147, 147, 147, 0.26);
    height: 190px;
    text-align: center;
    padding: 8px;
}

.Menuscript-one p {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Menuscript-one h3 {
    color: #000;
    text-align: center;
    font-family: Calisto MT;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

.Menuscript-one .qwassd {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 2px 4px 10px 0px rgba(147, 147, 147, 0.26);
    padding: 20px;
}

.Menuscript-one .wpb_text_column.wpb_content_element {
    margin-bottom: 12px;
}

.

.Menuscript-one .vc_column-inner {
    padding-right: 0px !important;
    padding-left: 14px !important;
}

.Menuscript-one h2.vc_custom_heading {color: #F4A634;font-family: Montserrat;font-size: 40px;font-style: normal;font-weight: 800;line-height: normal;}

.Menuscript-one p.lkjaqwerty {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Menuscript-one p.cvxz {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.Menuscript-one .vc_column-inner {
    justify-content: center;
}

 section.vc_section.Menuscript-one {
    padding-top: 60px !important;
    padding-bottom: 70px ;
}
h2.vc_custom_heading.nn {
    color: #000;
    text-align: center !important;
    font-family: Calistoga;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Menuscript-one h2.vc_custom_heading:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2024/01/Arrow-1-2.png);
    content: "";
    display: block;
    height: 17px;
    background-repeat: no-repeat !important;
    background-position: center;
    position: absolute;
    width: 100%;
    max-width: 170px;
    left: 11%;
    transform: translate(-50px, 0%) !important;
    top: 261px;
}

.Menuscript-two h2.vc_custom_heading {
    color: #F4A634;
    text-align: center !important;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.Menuscript-two p {
    color: #000;
    text-align: center;
    font-family: Calisto MT;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 170px;
    padding-right: 170px;
    padding-bottom: 30px;
}


.Menuscript-two h2.vc_custom_heading:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2024/01/Arrow-1-3.png);
    content: "";
    display: block;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    max-width: 463px;
    left: 34%;
    transform: translate(-50px, 0%) !important;
    top: 111px;
}

.Menuscript-two .aio-icon-component.style_1 {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.10);
    height: 332px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.Menuscript-two .aio-icon-description.ult-responsive {
    color: #5A5A5A;
    text-align: center;
    font-family: Calisto MT;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Menuscript-two h3.aio-icon-title.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Calisto MT;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.vc_section.Menuscript-two {
    padding-top: 56px !important;
    padding-bottom: 38px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.Menuscript-three div#wpcf7-f632-p618-o1 {
    border-radius: 5px;
    background: #FFF;
    max-width: 460px;
    padding: 10px 50px;
    width: 100%;
    margin-right: 0px;
    height: 520px;
    margin: auto;
}

.Menuscript-three input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    border: 0px;
    border-bottom: 1px solid #00000045;
    border-radius: 0px;
    margin-bottom: 15px !IMPORTANT;
    padding-left: 0px;
}

.Menuscript-three textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    border: 0px;
    border-bottom: 1px solid #00000045;
    border-radius: 0px;
    height: 90px;
    font-family: Montserrat,sans-serif;
    padding-left: 0px;
}


.Menuscript-three div#wpcf7-f632-p618-o1 h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.Menuscript-three textarea.wpcf7-form-control.wpcf7-textarea.form-control p {
    color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Menuscript-three div#wpcf7-f632-p618-o1 p {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
}

.Menuscript-three input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    background: transparent;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: unset;
}

.Menuscript-three .vc_column-inner {
    justify-content: center;
}

.Menuscript-three h2.vc_custom_heading {
    color: #000;
    /* font-family: Poppins; */
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
     /* 132.5% */
    line-height: 52px;
}

.Menuscript-three p {
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 158.824% */
}

section.vc_section.Menuscript-three {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.Menuscript-four h2.vc_custom_heading {
    color: #F4A634;
    text-align: center !important;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.Menuscript-four p.mbz {
    color: #000;
    text-align: center;
    font-family: NanumMyeongjo;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 30px;
}

.Menuscript-four .vc_column-inner {
    justify-content: center;
}

.Menuscript-four .qaassd {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 2px 4px 10px 0px rgba(147, 147, 147, 0.26);
    height: 186px;
    padding: 10px;
    text-align: center;
}

.Menuscript-four p {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Menuscript-four .wpb_text_column.wpb_content_element {
    margin: 0px !important;
    margin-top: 19px !important;
}

section.vc_section.Menuscript-four {
    padding-top: 100px !important;
    padding-bottom: 100px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.Menuscript-four .vc_column-inner {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.Menuscript-four h3 {
    color: #000;
    text-align: center;
    font-family: Calisto MT;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 7px;
}

.Menuscript-four h2.vc_custom_heading:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2024/01/Arrow-3.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 32px;
    background-position: center;
    position: absolute;
    width: 100%;
    max-width: 360px;
    left: 27%;
    transform: translate(-50px, 0%) !important;
    top: 17%;
}


section.vc_section.Thesis-banner {
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 120px;
}

.Thesis-banner  h1.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Thesis-banner  p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Thesis-banner a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1000px;
    background: #EBA835;
}

.Thesis-banner .vc_column-inner {
    justify-content: center;
}
.Thesis-banner h6.vc_custom_heading {
    margin-top: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}
section.vc_section.Thesis-one {
    background: #FFF7EB;
    padding-top: 110px !important;
    padding-bottom: 100px;
}

.Thesis-one h2.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.Thesis-one h6.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    padding-bottom: 30px;
}

.Thesis-one p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.vc_section.Thesis-six {
    padding-top: 50px;
    padding-bottom: 50px;
}

.Thesis-six h2.vc_custom_heading {
    color: #000;
    text-align: center !important;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    padding-bottom: 30px;
}

.Thesis-six h3.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Thesis-six p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Thesis-six li {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Thesis-six ul {
    padding-left: 21px;
    padding-bottom: 40px;
}

.Thesis-six ::marker {
    font-size: 11px;
}

.Thesis-six .vc_column-inner {
    justify-content: center;
}

section.vc_section.Thesis-two {
    background: #FFF7EB;
    padding-top: 70px;
    padding-bottom: 30px;
}

.Thesis-two h2.vc_custom_heading {
    color: #000;
    text-align: center !important;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0px;
    padding-bottom: 50px;
}

.Thesis-two .aio-icon-component.style_1 {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
    height: 240px;
    padding: 40px;
}

.Thesis-two h3.aio-icon-title.ult-responsive {
    color: #000;
    text-align: center;
    /* font-family: Poppins; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Thesis-two .aio-icon-description.ult-responsive {
    color: #000;
    text-align: center;
    /* font-family: Poppins; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.vc_section.Thesis  h2.vc_custom_heading {
    color: #000;
    /* font-family: Poppins; */
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
     /* 132.5% */
}

section.vc_section.Thesis p {
    
     /* 158.824% */
}

section.vc_section.Thesis div#wpcf7-f632-p658-o1 {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.10);
    padding-left: 46px;
    padding-right: 40px;
    padding-top: 24px;
    padding-bottom: 15px;
    width: 88%;
}

section.vc_section.Thesis p {
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}
section.vc_section.Thesis div#wpcf7-f632-p658-o1 p {
    font-size: 13px;
}

section.vc_section.Thesis div#wpcf7-f632-p658-o1  h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.vc_section.Thesis a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    border-radius: 1000px;
    background: #EBA835;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 80px;
    margin-bottom: 0px !important;
}
section.vc_section.Thesis-four {
    background: #FED18F;
    padding-top: 70px;
    padding-bottom: 30px;
}

.Thesis-four h2.vc_custom_heading {
    color: #000;
    text-align: center !important;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0px;
    padding-bottom: 50px;
}

.Thesis-four .aio-icon-component.style_1 {
    border-radius: 10px;
    background: #F8E4C5;
    height: 250px;
    display: flex;
    width: 97%;
    max-width: 359px;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
}

.Thesis-four .aio-icon-description.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Thesis-four .vc_column-inner {
    padding-left:0px !important; 
     padding-right:0px !important; 
    width: 97%;
}
section.vc_section.Thesis-five {
    background: #FFF7EB;
    padding-top: 60px;
    padding-bottom: 30px;
}

.Thesis-five h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    text-align: center !important;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.Thesis-five p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 168.75% */
    padding-bottom: 20px;
}

.Thesis-five .aio-icon-component.style_1 {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
    height: 240px;
    padding: 14px;
}

.Thesis-five h3.aio-icon-title.ult-responsive {
    margin: 0px !important;
    padding-bottom: 10px;
    padding-top: 15px;
    color: #000;
    text-align: center;
    /* font-family: Prompt; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Thesis-five .aio-icon-description.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
section.vc_section.ScientificEditing_banner {padding-top: 130px;padding-bottom: 100px;}

section.vc_section.ScientificEditing_banner h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.vc_sectionScientificEditing_banner h6.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
}



.ScientificEditing_banner  h6.vc_custom_heading {
    margin: 0px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    padding-bottom: 8px;
}
section.vc_section.ScientificEditing_banner p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.vc_section.ScientificEditing_banner h3.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
}

section.vc_section.ScientificEditing_banner a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1000px;
    background: #EBA835;
}

section.vc_section.ScientificEditing_banner .vc_column-inner {
    justify-content: center;
}
.Scientific.Editing_one h2.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.Scientific.Editing_one  h6.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
}

.Scientific.Editing_one  p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Scientific.Editing_one  li {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Scientific.Editing_one  ul {
    padding-left: 25px;
}

.Scientific.Editing_one  ::marker {
    font-size: 10px;
}

section.vc_section.Scientific.Editing_one {
    background: #FFF7EB;
    padding-top: 100px;
    padding-bottom: 100px;
}

.Scientific.Editing_one .vc_column-inner {
    justify-content: center;
}

.Scientific a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    border-radius: 1000px;
    background: #EBA835;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Scientific  div#wpcf7-f632-p685-o1 {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.10);
    padding-left: 47px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 15px;
    width: 88%;
}

.Scientific form.wpcf7-form.init h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.Scientific div#wpcf7-f632-p685-o1 p {
    font-size: 14px;
}
section.vc_section.ScientificEditing_two  h2.vc_custom_heading {
    color: #000;
    /* font-family: Poppins; */
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
     /* 155.882% */
    margin: 0px;
    padding-bottom: 30px;
}

section.vc_section.ScientificEditing_two {
    background: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ScientificEditing_two .vc_column-inner {
    justify-content: center;
}

.ScientificEditing_two  ol {
    padding-left: 18px;
}

.ScientificEditing_two  li {
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 158.824% */
}

.ScientificEditing_two  ::marker {
    font-size: 13px;
}
section.vc_section.ScientificEditing_three {
    background: #FED18F;
    padding-top: 50px;
    padding-bottom: 40px;
}

.ScientificEditing_three h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    =: 53px; /* 135.897% */
}

.ScientificEditing_three p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 158.824% */
}
section.vc_section.Scratch-banner {
    padding-top: 160px;
    padding-bottom: 160px;
}

.Scratch-banner h2.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Scratch-banner p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.Scratch-one  h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 40px;
}

.Scratch-one  p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.vc_section.Scratch-one {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Scratch-one  .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}
.Scratch-two h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Scratch-two p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.vc_section.Scratch-two {
    padding-bottom: 80px;
    padding-top: 80px !important;
}
.Scratch-two .vc_column-inner {
    justify-content: center;
}
section.vc_section.Scratch-three {
    background: #F8F8F8;
    padding-top: 90px;
    padding-bottom: 90px;
}

.Scratch-three h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Scratch-three p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Scratch-three .vc_column-inner {
    justify-content: center;
}
.Scratch-four h2.vc_custom_heading {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.Scratch-four p.mnbol {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.vc_section.Scratch-four {
    padding-top: 60px;
    padding-bottom: 60px;
}

.Scratch-four .aio-icon-component.style_1 {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15), 2px 4px 20px 0px rgba(0, 0, 0, 0.09) inset;
    padding: 20px;
    height: 300px;
}

.Scratch-four h3.aio-icon-title.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Scratch-four .aio-icon-description.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.Scratch-five h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Scratch-five p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Scratch-five .aio-icon-component.style_1 {
    border-radius: 10px;
    background: #FFF;
    height: 310px;
    padding: 8px;
}

section.vc_section.Scratch-five {
    background: #FFF7EB;
    padding-top: 100px;
    padding-bottom: 40px;
}

.Scratch-five h3.aio-icon-title.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px !important;
    padding-bottom: 10px;
    padding-top: 12px;
}

.Scratch-five .aio-icon-description.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
section.vc_section.Statistical-banner {
    background: #FFF7EB;
    padding-top: 130px;
    padding-bottom: 100px;
}

.Statistical-banner  h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}

.Statistical-banner  p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.Statistical-banner .vc_column-inner {
    justify-content: center;
}
section.vc_section.Statistical-one {
    padding-top: 100px;
    padding-bottom: 70px;
}

.Statistical-one  h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Statistical-one  p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Statistical-one  .vc_column-inner {
    justify-content: center;
}
section.vc_section.Statistical-two {
    background: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 40px;
}

.Statistical-two  h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    text-align: center !important;
    /* font-family: Poppins; */
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px; /* 120.455% */
    padding-bottom: 50px;
}

.Statistical-two  .aio-icon-component.style_1 {
    background: #FFF;
    box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.10);
    height: 280px;
    padding: 20px;
}

.Statistical-two  h3.aio-icon-title.ult-responsive {
    margin: 0px !important;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 135% */
    padding-bottom: 10px;
}

.Statistical-two  .aio-icon-description.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.Statistical-three  h2.vc_custom_heading {
    color: #000;
    text-align: center !important;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    padding-bottom: 30px;
}

section.vc_section.Statistical-three {
    padding-top: 60px;
    padding-bottom: 30px;
}

.Statistical-three  .aio-icon-component.style_1 {
    background: #FFF;
    box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.15);
    height: 280px;
    padding: 20px;
}

.Statistical-three  h3.aio-icon-title.ult-responsive {
    margin: 0px !important;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 11px;
}

.Statistical-three  .aio-icon-description.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
section.vc_section.Statistical-four {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 50px;
}

.Statistical-four  h2.vc_custom_heading {
    margin: 0px;
    color: #FFF;
    text-align: center !important;
    /* font-family: Poppins; */
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px; /* 135.897% */
}

.Statistical-four  p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 158.824% */
    padding-left: 90px;
    padding-right: 90px;
}

.Statistical-four  li {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 135% */
}


.Statistical form.wpcf7-form.init {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 50px;
    width: 100%;
    max-width: 480px;
    margin: auto;
}

.Statistical  form.wpcf7-form.init p {color: #000;font-family: Montserrat;font-size: 13px;font-style: normal;font-weight: 500;line-height: normal;}


.Statistical  form.wpcf7-form.init h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Premium-banner  h2.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

section.vc_section.Premium-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #EFEFEF;
}

.Premium-banner  p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Premium-banner  .wpb_text_column.wpb_content_element {
    margin-bottom: 14px;
}
.Premium-banner .vc_column-inner {
    justify-content: center;
}
.Premium-one h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    text-align: center !important;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Premium-one p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Premium-one h4.vc_custom_heading {
    color: #000;
    text-align: center !important;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.Premium-one .aio-icon-component.style_1 {
    background: #FFF;
    box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.15);
    height: 200px;
    padding: 30px;
}

.Premium-one  h3.aio-icon-title.ult-responsive {
    margin: 0px !important;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

.Premium-one .aio-icon-description.ult-responsive {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



section.vc_section.Premium-one {
    padding-top: 50px;
    padding-bottom: 20px;
}
section.vc_section.Premium {
    background: #F6F6F6;
}

section.vc_section.Premium h2.vc_custom_heading {
    color: #000;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px; /* 132.5% */
}
section.vc_section.Abstract.-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 100px;
}

.Abstract.-banner  h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Abstract.-banner  h6.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 21px;
}

.Abstract.-banner  p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Abstract.-banner  a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    border-radius: 1000px;
    background: #EBA835;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Abstract.-banner  .vc_column-inner {
    justify-content: center;
}
.Abstract.-one h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.vc_section.Abstract.-one {
    background: #F6F6F6;
    padding-top: 100px !important;
    padding-bottom: 58px;
}

.Abstract.-one p {
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Abstract.-one h4.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 10px;
}

.Abstract.-one p.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px !important;
}

.Abstract.-one .vc_column-inner {
    justify-content: center;
}
section.vc_section.Abstract.-two {
    background: #FFF7EB;
    padding-top: 100px;
    padding-bottom: 100px;
}

.Abstract.-two h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Abstract.-two h6.vc_custom_heading {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 31px;
}

.Abstract.-two p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Abstract.-two .vc_column-inner {
    justify-content: center;
}
.Abstract.-three h2.vc_custom_heading {
    margin: 0px;
    color: #000;
    text-align: center !important;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.vc_section.Abstract.-three {
    background: #F9F9F9;
    padding-top: 70px;
    padding-bottom: 50px;
}

.Abstract.-three p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
section.vc_section.Plagiarism-banner {
    padding-top: 120px;
    padding-bottom: 100px;
}
.Plagiarism-banner  h2.vc_custom_heading {
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    margin: 0px;
}

.Plagiarism-banner h6.vc_custom_heading {
    margin: 0px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    padding-bottom: 8px;
}



.Plagiarism-banner p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.Plagiarism-banner a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    background: #EBA835;
    color: white;
    border-radius: 1000px;
    margin-top: 50px;
}

.Plagiarism-banner .vc_column-inner {
    justify-content: center;
}
section.vc_section.Plagiarism-one {
    background: #F8F8F8;
    padding-top: 100px;
    padding-bottom: 80px;
}

.Plagiarism-one h2.vc_custom_heading {
    margin: 0px;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 60px;
}

.Plagiarism-one p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.Plagiarism-one h4.vc_custom_heading {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px;
}

.Plagiarism-one .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

.Plagiarism-one .vc_column-inner {
    justify-content: center;
}
section.vc_section.Plagiarism-two {
    background: #FFFAF2;
    padding-bottom: 100px;
    padding-top: 120px;
}

.Plagiarism-two h2.vc_custom_heading {
    margin: 0px;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 30px;
}

.Plagiarism-two p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.Plagiarism-two .vc_column-inner {
    justify-content: center;
}
section.vc_section.AcademicProofreading-banner {
    padding-top: 140px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.AcademicProofreading-banner h2.vc_custom_heading {
    margin: 0px;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
}

.AcademicProofreading-banner h6.vc_custom_heading {
    margin: 0px;
    color: black;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 8px;
}

.AcademicProofreading-banner p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.AcademicProofreading-banner a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    background: #EBA835;
    border-radius: 100px;
}

.AcademicProofreading-banner .vc_column-inner {
    justify-content: center;
}

section.vc_section.AcademicProofreading-one {
    background: #F9F8F8;
	padding-top: 70px !important;
    padding-bottom: 20px;
}

.AcademicProofreading-one h2.vc_custom_heading {
    margin: 0px;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
}

.AcademicProofreading-one p.euoqwi {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.AcademicProofreading-one h3.vc_custom_heading {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px;
    padding-bottom: 60px;
}

.AcademicProofreading-one h4.vc_custom_heading {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.AcademicProofreading-one p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.AcademicProofreading-one .vc_row.wpb_row.vc_row-fluid.vc_row-o-equal-height.vc_row-flex {
    padding-bottom: 30px;
}
section.vc_section.AcademicProofreading-three {
    padding-top: 100px;
    padding-bottom: 70px;
}

.AcademicProofreading-three h2.vc_custom_heading {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px;
}

.AcademicProofreading-three p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.AcademicProofreading-three .vc_column-inner {
    justify-content: center;
}
section.vc_section.AcademicProofreading-four {
    background: #F9F9F9;
    padding-top: 70px;
    padding-bottom: 40px;
}

.AcademicProofreading-four h2.vc_custom_heading {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0px;
    padding-bottom: 60px;
}

.AcademicProofreading-four .aio-icon-component.style_1 {
    background: #FFFFFF;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 33px;
}

.AcademicProofreading-four .aio-icon-description.ult-responsive {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}
.Patent-banner h2.vc_custom_heading {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
}

section.vc_section.Patent-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

.Patent-banner p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.Patent-banner a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    background: #EBA835;
    color: white;
    border-radius: 100px;
    margin-top: 30px;
}

section.vc_section.Patent-two {
    background: #F6F6F6;
    padding-top: 100px !important;
    padding-bottom: 100px;
}

.Patent-two h2.vc_custom_heading {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
}

.Patent-two p.loaq {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.Patent-two li {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.Patent-two ol {
    padding-left: 20px;
}
.Patent-three h2.vc_custom_heading {
    margin: 0px;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
}

.Patent-three p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.Patent-three .aio-icon-component.style_1 {
    margin-bottom: 0px;
    background: white;
    border-radius: 8px;
    padding: 10px;
    height: 180px;
    width: 220px;
}

.Patent-three h3.aio-icon-title.ult-responsive {
    margin: 0px !important;
    padding-bottom: 20px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.Patent-three .aio-icon-description.ult-responsive {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
}

section.vc_section.Patent-three {
    background: #fff7eb;
    padding-top: 50px;
    padding-bottom: 60px;
}
.Patent-four h2.vc_custom_heading {
    margin: 0px;
}

section.vc_section.Patent-four {
    background: #F6F6F6;
    padding-top: 100px;
    padding-bottom: 100px;
}

.Patent-four p.loaq {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.Patent-four  li {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.Patent-four  ol {
    padding-left: 21px;
}

.Patent-four  h2.vc_custom_heading {
    /* font-family: Poppins; */
    font-size: 37px;
    font-weight: 700;
    line-height: 40px;
}
.Patent-four h2.vc_custom_heading {
    margin: 0px;
}

section.vc_section.Patent-four {
    background: #F6F6F6;
    padding-top: 100px;
    padding-bottom: 100px;
}

.Patent-four p.loaq {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.Patent-four  li {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.Patent-four  ol {
    padding-left: 21px;
}

.Patent-four  h2.vc_custom_heading {
    /* font-family: Poppins; */
    font-size: 37px;
    font-weight: 700;
    line-height: 40px;
}

.Patent-five h2.vc_custom_heading {
    margin: 0px;
    /* font-family: Poppins; */
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 50px;
}

section.vc_section.Patent-five {
    padding-top: 80px;
    padding-bottom: 100px;
}

.Patent-five h3.aio-icon-title.ult-responsive {
    margin: 0px !important;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    padding-bottom: 10px;
}

.Patent-five .aio-icon-description.ult-responsive {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
}

.Patent-five .aio-icon-component.style_1 {
    box-shadow: 2px 4px 26px 0px #0000001A;
    height: 300px;
    padding: 10px;
    margin: 0px;
}






/*header  */



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: Montserrat;
font-size: 20px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;

}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    width: 155% !important;
    margin: auto;
    background: white;
    margin-top: 30px;
    left: -300px;
}



a.dashicons-arrow-right-alt.mega-menu-link {
    font-size: 20px;
}

a.dashicons-arrow-right-alt.mega-menu-link {
    font-size: 16px !important;
    padding-top: 10px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    top: 5px;
    left: -4px;
    font-size: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #0d0d0d !important;
    font-weight: bold !important;
}
ul.mega-sub-menu a.dashicons-arrow-right-alt.mega-menu-link {
    color: #0d0d0d;
}

ul.mega-sub-menu a.dashicons-arrow-right-alt.mega-menu-link:hover {
    color: #0d0d0d !important;
    font-weight: 600 !important;
}
.journalbanner h1.vc_custom_heading {
    margin: 0px;
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: left;
}
.ScientificEditing_banner  h1.vc_custom_heading {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px;
}
.Premium-banner h1.vc_custom_heading {
    margin: 0px;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
}
.AcademicProofreading-banner h1.vc_custom_heading {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
}
.Plagiarism-banner h1.vc_custom_heading {
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}
.Menuscript-banner h1.vc_custom_heading {
    font-family: Calistoga;
    font-size: 45px;
    font-weight: 600;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: left;
}
.Scratch-banner h1.vc_custom_heading {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
}
.Statistical-banner h1.vc_custom_heading {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
}
.Patent-banner h1.vc_custom_heading {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
}
.Abstract.-banner h1.vc_custom_heading {
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}











/*--------------------------------------------------------------
## MEDIA QUERY START
-----------------------------------------------------------------*/



@media screen and (max-width: 1366px){

section.vc_section.Resubmission-one h2.vc_custom_heading:before {
    left: 26%;
}
}

@media screen and (max-width: 1024px){
		
button.navbar-toggler {
    display: none;
}

.homebanner h1 {
    font-size: 38px;
}

.homebanner h2 {
    font-size: 25px;
    padding-bottom: 10px;
}

.homebanner p {
    font-size: 19px;
}

.homebanner img.vc_single_image-img.attachment-full {
    width: 80%;
}

.homebanner {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

section.vc_section.homesecone {
    background-image: unset;
}

section.vc_section.homesecone {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

.homesecone .stats-top .stats-number {
    font-size: 40px !important;
}

.homesecone .stats-block .stats-text {
    font-size: 16px !important;
}

.homesectwo h2 {
    font-size: 34px;
}

.homesecthree br {
    display: none;
}

.homesectwo br {
    display: none;
}

.homesecthree h2 {
    font-size: 50px;
}

.homesecthree p {
    font-size: 19px;
    padding-bottom: 0px;
}

.homesecfour .item p {
    padding-right: 0px;
}

.homesecfour .item h3 {
    font-size: 22px;
}

.homesecfive h2 {
    font-size: 48px;
}

.homesecfive .aio-icon-description.ult-responsive {
    font-size: 15px;
}

.homesecfive .aio-icon-component.style_1 {
    height: 427px;
}

.homesecsix h2 {
    font-size: 50px;
}

.secsixrow {
    padding: 0px 44px;
}

.wpcf7-checkbox input[type="checkbox"] + span {
    font-size: 14px;
}

.homesecseven p {
    padding: 0px;
}

.homesecseven textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 510px;
}

.homeseceight h4 {
    text-align: left;
}

.aboutbanner h1 {
    font-size: 45px;
}

.aboutbanner p {
    font-size: 20px;
}
.aboutsecone .box img.aligncenter {
    position: absolute;
    top: -109px;
    left: 20%;
    max-width: 60%;
}

.aboutsecone .box {
    background-position: unset;
}

.aboutsecone .boxtwo {
    background-position: unset;
}

.aboutsecone .boxtwo img.aligncenter {
    bottom: -109px;
    left: 20%;
    max-width: 66%;
}

.aboutsecone .box h3 {
    margin: 0px;
    color: #000;
    text-align: center;
    / font-family: Montserrat; /
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 30px;
}

.aboutsecone .box p {
    padding-right: 0px !important;
    font-size: 15px;
}

.aboutsecone .boxtwo h3 {
    padding-top: 232px;
}
.aboutsectwo h2 {
    font-size: 39px;
}

.aboutsectwo p.vc_custom_heading {
    font-size: 20px;
}

.aboutsecthree h2 {
    font-size: 45px;
}

.aboutsecthree p {
    font-size: 21px;
}

.aboutsecfour h2 {
    font-size: 45px;
}

.aboutsecfour .roundtopleft img.alignright {
    width: 92px;
    position: relative;
    left: 83px;
    bottom: -2px;
    transition: .3s all ease-in-out;
}

.aboutsecfour .roundtopright img.alignleft {
    width: 92px;
    position: relative;
    right: 42px;
    bottom: 36px;
    transition: .3s all ease-in-out;
}

.aboutsecfour .roundbottomleft img.alignright {
    position: relative;
    width: 92px;
    bottom: 29px;
    left: 40px;
    transition: .3s all ease-in-out;
}

.aboutsecfour .roundbottomright img.alignleft {
    width: 92px;
    position: relative;
    bottom: 30px;
    right: 44px;
    transition: .3s all ease-in-out;
}

	.aboutsecfour p {
    margin-bottom: 0px;
}

.aboutsecone .boxtwo p {
    padding-right: 0px;
}

.aboutsecfour .roundtopleft img.alignright {
    left: 37px;
    bottom: -3px;
}

	.aboutsecfour .vc_row.wpb_row.vc_row-fluid {
    padding: 0px 74px;
}

.aboutsecfour .roundbottomright {
    height: 337px;
}
.aboutsecfive p {
    font-size: 20px;
}

	.pricingbanner h1 {
    margin: 0px;
}

.pricingbanner p.vc_custom_heading {
    margin-bottom: 10px;
}

.pricingbanner li br {
    display: contents;
}

.pricingbanner span.lne {
    padding: 0px;
}

.pricingbanner .pricing h4 {
    left: 11%;
}

.pricingbanner .pricingtwo h4 {
    left: 15%;
}
	
	.contactsec1 .forstline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 393px;
}

.contactsec1 .secondline textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 397px !important;
}

.contactsec1 .secondline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 173px;
}

.contactsec1 .chckmain {
}

.contactbanner ul li {
    padding-left: 0px !important;
}

.contactsec1 textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 862px !important;
}

span.wpcf7-spinner {
    display: none;
}

.contactsec1 .chckone {
    padding-bottom: 12px;
}


.contactsec1 .chckone ul li {
    padding-left: 0px;
}

.contactsec1 ul {
    padding: 0px 13px;
}
	.homesecseven form.wpcf7-form.init {
    padding: 0px;
}

.Homeservice .wpb_column.vc_column_container.vc_col-sm-4 {
    margin-left: 9px;
    margin-bottom: 20px;
}

div#footer-widget li {
    padding: 0px;
}

.Homeservice h2.vc_custom_heading {
    padding-bottom: 15px;
    font-size: 50px;
}
.journalbanner h2 {
    font-size: 38px;
}

.journalbanner p {
    font-size: 20px;
}

.journalsecone h2 {
    font-size: 46px;
}

.journalsecone h3 {
    font-size: 38px;
}

.journalsecone p {
    font-size: 20px;
}

.wpb_single_image.wpb_content_element.vc_align_left.linefour img {
    left: 27%;
}

.journalsecfive .linefive {
    left: 47%;
}

.wpb_single_image.wpb_content_element.vc_align_left.linethree {
    top: 53%;
    left: 14%;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill h2.vc_custom_heading.hed:before {
    left: 19%;
}

h2.vc_custom_heading.hed {
    font-size: 40px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.jorn.vc_row-o-equal-height.vc_row-flex p.vc_custom_heading {
    font-size: 20px;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .aio-icon-component.style_1 {
    width: 304px;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .aio-icon-component.style_1 p {
    font-size: 16px;
}
.srv-banner p.vc_custom_heading {
    font-size: 19px;
}

.srv-banner h1.vc_custom_heading {
    font-size: 42px;
}

.srev-one .rted {
    height: 270px;
}
section.vc_section.srev-one h2.vc_custom_heading:before {
    width: 75%;
    top: 39%;
    left: 18%;
}

section.vc_section.srve-two h2.vc_custom_heading:before {
    width: 75%;
    top: 15%;
    left: 17%;
}
.srve-two p.ewr {padding-right: 0px;padding-left: 0px;}
section.vc_section.srve-three .ytr {
    background: unset;
    height: unset !important;
    position: unset !important;
}

.srve-three .qwea {
    position: unset !important;
    border: 20px solid #f7dc8c;
    max-height: none !important;
    padding-top: 17px;
}

	section.vc_section.srve-three .tty {
    background: unset;
    height: unset !important;
    position: unset !important;
}

.srve-three .wea {
    position: unset !important;
    border: 20px solid #f7dc8c;
    max-height: none !important;
    padding-top: 17px;
    height: 216px;
    padding-bottom: 0px !important;
}

.srve-three .qwea {
    height: 216px !important;
}

section.vc_section.srve-three p.tyuio:before {
    display: none;
}

.col-12.col-md-6.hgdgd ul li {
    padding: 20px !IMPORTANT;
}
	
section.vc_section.Pre-banner {
    padding-top: 60px;
    padding-bottom: 50px;
}

.Pre-banner h1.vc_custom_heading {
    font-size: 30px;
    margin-bottom: 0px;
}

.Pre-banner p {
    font-size: 19px;
}

.vc_row.wpb_row.vc_row-fluid.no img {
    bottom: 49px;
}

section.vc_section.pre-two .okm:before {top: -4%;left: 15%;}

.pre-two p {
    font-size: 14px;
    padding-top: 21px;
}

.uyt {
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pre-three h2.vc_custom_heading {
    font-size: 45px;
}

.pre-three p {
    font-size: 18px;
}

#content.site-content {
    padding: 0px !IMPORTANT;
}
	.no .wpb_wrapper {
    display: flex;
    justify-content: center;
}
	section.vc_section.Publication-banner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.Publication-banner h1.vc_custom_heading {
    font-size: 42px;
}

.Publication-banner p {
    font-size: 19px;
}

.publiction-one h2.vc_custom_heading:before {
    left: 14%;
    top: 18%;
}

.publiction-one p.qwsa {
    padding: 0px 148px;
}

.homeseceight h2 {
    font-size: 60px ;
}

	section.vc_section.test-shape #customers-testimonials .item {
    transform: scale3d(0.8, 0.8, 1) !important;
    -moz-transition: all 0.3s ease-in-out !important;
}

section.vc_section.test-shape .testimonials .item {
    width: 300px !important;
    height: 380px !IMPORTANT;
}

section.vc_section.test-shape .testimonials p {
    font-size: 12px !important;
    line-height: 21px !important;
}

section.vc_section.test-shape .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled button.owl-prev {
    position: absolute !important;
    left: -55px !important;
}

section.vc_section.test-shape .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled button.owl-next {
    position: absolute !important;
    right: -55px !important;
}
#customers-testimonials .owl-item.active.center .item {
    width: 400px !important;
}
	section.vc_section.test-shape img.img-circle-rrr {
    max-width: 70px !IMPORTANT;
    max-height: 70px !important;
}

section.vc_section.test-shape .testimonials h3 {
    font-size: 17px !important;
    margin: 0px !important;
    margin-top: 5px !important;
}
	.owl-stage-outer {
    padding-top: 80px;
}
	section.vc_section.test-shape .trilx:after {
    position: absolute;
    right: 9%;
}

section.vc_section.test-shape .trilx {
    font-size: 30px !important;
}

.Resubmission-banner h1.vc_custom_heading {
    font-size: 40px;
}

.Resubmission-banner h6.vc_custom_heading {
    font-size: 25px;
}

.Resubmission-banner p {
    font-size: 16px;
}

.Resubmission-one p.omn {
    font-size: 16px;
}

.Resubmission-two p {
    font-size: 16px;
}

.Resubmission-three p.mncxz {
    font-size: 15px;
}

.Resubmission-three p {
    font-size: 12px;
}

.Resubmission-three h3 {
    margin-top: 5px;
}

.Resubmission-one img {
    bottom: 71px;
}	
	
.english-banners h4.vc_custom_heading {
    font-size: 18px;
}

.english-banners h1.vc_custom_heading {
    font-size: 35px;
}

.english-banners p {
    font-size: 18px;
}

.english-one h2.vc_custom_heading {
    font-size: 30px;
}

section.vc_section.english-banners {
    padding-top: 90px;
    padding-bottom: 50px;
}

section.vc_section.english-two {
    padding-top: 50px !important;
    padding-bottom: 50px;
}

section.vc_section.home-three {
    padding-bottom: 20px !important;
    padding-top: 50px !important;
}

.home-three h2.vc_custom_heading {
    font-size: 22px;
}

.home-three li {
    font-size: 14px;
}

.home-four h2.vc_custom_heading {
    font-size: 23px;
}

.home-four .qsdfg p {
    font-size: 14px;
}

.home-four h3 {
    font-size: 16px;
}

.home-four p {
    font-size: 12px;
}

section.vc_section.home-four {
    padding-top: 50px !important;
    padding-bottom: 30px;
}

section.vc_section.Menuscript-banner {
    padding-top: 100px;
    padding-bottom: 60px;
}

.Menuscript-banner h2.vc_custom_heading {
    font-size: 40px;
}

section.vc_section.Menuscript-one {
    padding-top: 50px !important;
    padding-bottom: 50px;
}

.Menuscript-one h2.vc_custom_heading.nn {
    font-size: 22px;
    margin-top: 0px;
}

.Menuscript-one p.lkjaqwerty {
    font-size: 12px;
}

.Menuscript-one h2.vc_custom_heading {
    font-size: 32px;
}

.Menuscript-one h2.vc_custom_heading:before {
    display: none;
}

.Menuscript-one p.cvxz {
    font-size: 20px;
}

.Menuscript-one .qwaassd {
    height: 216px;
}

.Menuscript-two h2.vc_custom_heading {
    font-size: 30px;
}

section.vc_section.Menuscript-two {
    padding-top: 10px !important;
}

.Menuscript-two h2.vc_custom_heading:before {
    display: none;
}

.Menuscript-two p {
    font-size: 16px;
}

.Menuscript-two h3.aio-icon-title.ult-responsive {
    font-size: 18px;
}

.Menuscript-two .aio-icon-description.ult-responsive {
    font-size: 16px;
}

.Menuscript-three h2.vc_custom_heading {
    font-size: 40px;
}



.Menuscript-four h2.vc_custom_heading {
    font-size: 30px;
}

.Menuscript-four h2.vc_custom_heading:before {
    display: none;
}

.Menuscript-four p.mbz {
    font-size: 18px;
}

section.vc_section.Menuscript-four {
    padding-top: 30px !important;
}

.Menuscript-four .qaassd {
    height: 210px;
}
section.vc_section.Thesis-banner {
    padding-top: 80px;
    padding-bottom: 40px;
}

.Thesis-banner h1.vc_custom_heading {
    font-size: 22px;
}

.Thesis-banner h6.vc_custom_heading {
    font-size: 14px;
}

.Thesis-banner p {
    font-size: 15px;
}

.Thesis-banner a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 11px;
}

.Thesis-one h2.vc_custom_heading {
    font-size: 25px;
}

.Thesis-one h6.vc_custom_heading {
    font-size: 15px;
}

.Thesis-one p {
    font-size: 15px;
}

section.vc_section.Thesis-one {
    padding-top: 50px !important;
    padding-bottom: 40px;
}

.Thesis-six h2.vc_custom_heading {
    font-size: 28px;
}

.Thesis-six h3.vc_custom_heading {
    font-size: 20px;
}

.Thesis-six p {
    font-size: 14px;
}

.Thesis-six li {
    font-size: 15px;
}

section.vc_section.Thesis-six {
    padding-top: 40px;
    padding-bottom: 10px;
}

.Thesis-two h2.vc_custom_heading {
    font-size: 25px;
}

section.vc_section.Thesis h2.vc_custom_heading {
    font-size: 35px;
}

section.vc_section.Thesis-two {
    padding-top: 40px;
    padding-bottom: 20px;
}




section.vc_section.Thesis a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 12px;
}

section.vc_section.Menuscript-three.Thesis {
    padding-top: 50px !important;
    padding-bottom: 60px;
}

section.vc_section.Thesis-four {
    padding-top: 40px;
    padding-bottom: 10px;
}

.Thesis-four h2.vc_custom_heading {
    font-size: 25px;
}

.Thesis-four .aio-icon-description.ult-responsive {
    font-size: 12px;
}

.Thesis-five h2.vc_custom_heading {
    font-size: 25px;
}

section.vc_section.Thesis-five {
    padding-top: 40px;
    padding-bottom: 20px;
}

.Thesis-five p {
    font-size: 15px;
}

.Thesis-five .aio-icon-component.style_1 {
    padding: 10px !important;
}
.Thesis-two .aio-icon-component.style_1 {
    padding: 10px;
}	
section.vc_section.ScientificEditing_banner h2.vc_custom_heading {font-size: 25px;} section.vc_section.ScientificEditing_banner {padding-top: 80px;padding-bottom: 80px;}

.ScientificEditing_banner h6.vc_custom_heading {
    font-size: 14px;
}

section.vc_section.ScientificEditing_banner p {
    font-size: 12px;
}

section.vc_section.ScientificEditing_banner h3.vc_custom_heading {
    font-size: 17px;
}

section.vc_section.ScientificEditing_banner a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 12px;
    padding: 10px 10px;
}

section.vc_section.Scientific.Editing_one {
    padding-top: 60px;
    padding-bottom: 60px;
}

.Scientific.Editing_one h2.vc_custom_heading {
    font-size: 22px;
}

.Scientific.Editing_one h6.vc_custom_heading {
    font-size: 15px;
}


.Scientific.Editing_one p {
    font-size: 12px;
}

.Scientific.Editing_one li {
    font-size: 12px;
}

.Menuscript-three h2.vc_custom_heading {
    font-size: 30px;
    line-height: 34px;
}


.Menuscript-three p {
    font-size: 12px;
}

.Scientific a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 12px;
}

.Scientific form.wpcf7-form.init h2 {
    font-size: 16px;
}

.Scientific div#wpcf7-f632-p685-o1 p {
    font-size: 12px;
}

.Menuscript-three input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    font-size: 12px;
}

section.vc_section.ScientificEditing_two h2.vc_custom_heading {
    font-size: 22px;
}

section.vc_section.ScientificEditing_two {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ScientificEditing_two li {
    font-size: 12px;
}

.ScientificEditing_three h2.vc_custom_heading {
    font-size: 25px;
}

section.vc_section.ScientificEditing_three {
    padding-top: 30px;
    padding-bottom: 10px;
}

.ScientificEditing_three p {
    font-size: 12px;
}
	
.Premium-banner h2.vc_custom_heading {
    font-size: 25px;
}

.Premium-banner p {
    font-size: 12px;
}

section.vc_section.Premium-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.Premium-one h2.vc_custom_heading {
    font-size: 25px;
}

.Premium-one p {
    font-size: 12px;
}

.Premium-one h4.vc_custom_heading {
    font-size: 25px;
}

.Premium-one h3.aio-icon-title.ult-responsive {
    font-size: 15px;
}

.Premium-one .aio-icon-description.ult-responsive {
    font-size: 13px;
}

section.vc_section.Premium-one {
    padding-top: 30px;
    padding-bottom: 20px;
}

section.vc_section.Premium h2.vc_custom_heading {
    font-size: 35px;
}

section.vc_section.Premium {
    padding-top: 50px !important;
    padding-bottom: 50px;
}	
	
section.vc_section.AcademicProofreading-banner {
    padding-top: 50px;
    padding-bottom: 40px;
}

.AcademicProofreading-banner h2.vc_custom_heading {
    font-size: 20px;
}

.AcademicProofreading-banner h6.vc_custom_heading {
    font-size: 13px;
}

.AcademicProofreading-banner p {
    font-size: 12px;
}

.AcademicProofreading-banner a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 12px;
    padding: 10px 10px;
}

.AcademicProofreading-one h2.vc_custom_heading {
    line-height: 29px;
    font-size: 20px;
}

section.vc_section.AcademicProofreading-one {
    padding-top: 30px !important;
    padding-bottom: 20px;
}

.AcademicProofreading-one p.euoqwi {
    font-size: 12px;
}

.AcademicProofreading-one h3.vc_custom_heading {
    font-size: 20px;
    padding-bottom: 40px;
}

.AcademicProofreading-one h4.vc_custom_heading {
    font-size: 20px;
    line-height: 20px;
}

.AcademicProofreading-one p {
    font-size: 12px;
}

.AcademicProofreading-one .wpb_single_image img {
    max-width: 80%;
}

section.vc_section.AcademicProofreading-three {
    padding-top: 50px;
    padding-bottom: 40px;
}

.AcademicProofreading-three h2.vc_custom_heading {
    font-size: 25px;
    line-height: 30px;
}

.AcademicProofreading-three p {
    font-size: 12px;
}

section.vc_section.AcademicProofreading-four {
    padding-top: 40px;
    padding-bottom: 40px;
}

.AcademicProofreading-four h2.vc_custom_heading {
    font-size: 25px;
    line-height: 39px;
    padding-bottom: 28px;
}

.AcademicProofreading-four .aio-icon-description.ult-responsive {
    font-size: 12px;
}

.AcademicProofreading-four .aio-icon-component.style_1 {
    padding: 10px;
    margin-bottom: 0px;
}

.pricingbanner h1 {
    font-size: 25px;
}	
section.vc_section.Plagiarism-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.Plagiarism-banner h2.vc_custom_heading {
    line-height: 26px;
    font-size: 20px;
}

.Plagiarism-banner h6.vc_custom_heading {
    font-size: 14px;
}

.Plagiarism-banner p {
    font-size: 12px;
}

.Plagiarism-banner a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    margin-top: 0px;
}

section.vc_section.Plagiarism-one {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Plagiarism-one p {
    font-size: 12px;
}

.Plagiarism-one h2.vc_custom_heading {
    font-size: 22px;
    padding-bottom: 0px;
}

section.vc_section.Plagiarism-two {
    padding-bottom: 30px;
    padding-top: 30px;
}

.Plagiarism-two h2.vc_custom_heading {
    font-size: 25px;
    line-height: 35px;
}

.Plagiarism-two p {
    font-size: 12px;
}	
	
section.vc_section.Scratch-banner {
    padding-top: 50px;
    padding-bottom: 30px;
}

.Scratch-banner h2.vc_custom_heading {
    font-size: 20px;
}

.Scratch-banner p {
    font-size: 12px;
}

.Scratch-banner  img.vc_single_image-img.attachment-full {
    width: 80%;
}
section.vc_section.Scratch-one {
    padding-top: 40px;
    padding-bottom: 40px;
}
.Scratch-one h2.vc_custom_heading {
    font-size: 20px;
}

.Scratch-one p {
    font-size: 12px;
}

section.vc_section.Scratch-two {
    padding-bottom: 30px;
    padding-top: 40px !important;
}

.Scratch-two h2.vc_custom_heading {
    font-size: 20px;
}

.Scratch-two p {
    font-size: 12px;
}

.Scratch-two img.vc_single_image-img.attachment-full {
    width: 70%;
}

section.vc_section.Scratch-three {
    padding-top: 40px;
    padding-bottom: 40px;
}
.Scratch-three h2.vc_custom_heading {
    font-size: 20px;
} 
.Scratch-three  img.vc_single_image-img.attachment-full {
    width: 80%;
}

.Scratch-three p {
    font-size: 12px;
}

section.vc_section.Scratch-four {
    padding-top: 30px;
    padding-bottom: 0px;
}

.Scratch-four h2.vc_custom_heading {
    font-size: 20px;
}

.Scratch-four p.mnbol {
    font-size: 12px;
}

.Scratch-four h3.aio-icon-title.ult-responsive {
    font-size: 20px;
    margin: 0px !important;
    padding-bottom: 10px;
}

.Scratch-four .aio-icon-description.ult-responsive {
    font-size: 12px;
}

.Scratch-four .aio-icon-component.style_1 {
    height: 230px;
}

.Scratch-five h2.vc_custom_heading {
    font-size: 20px;
}

.Scratch-five p {
    font-size: 12px;
}

.Scratch-five img.vc_single_image-img.attachment-full {
    width: 80%;
}

.Scratch-five h3.aio-icon-title.ult-responsive {
    font-size: 14px;
}

.Scratch-five .aio-icon-description.ult-responsive {
    font-size: 12px;
}
section.vc_section.Scratch-five {
    padding-top: 40px;
    padding-bottom: 0px;
}	
section.vc_section.Statistical-banner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.Statistical-banner h2.vc_custom_heading {
    font-size: 20px;
}

.Statistical-banner p {
    font-size: 12px;
}

.Statistical-one h2.vc_custom_heading {
    font-size: 20px;
}

.Statistical-one p {
    font-size: 12px;
}

.Statistical-one img.vc_single_image-img.attachment-full {
    width: 80%;
}

section.vc_section.Statistical-one {
    padding-top: 40px;
    padding-bottom: 20px;
}

.Statistical-two h2.vc_custom_heading {
    font-size: 20px;
    line-height: 23px;
}

section.vc_section.Statistical-two {
    padding-top: 20px;
    padding-bottom: 0px;
}

.Statistical-two h3.aio-icon-title.ult-responsive {
    font-size: 15px;
    line-height: 22px;
}

.Statistical-two .aio-icon-description.ult-responsive {
    font-size: 12px;
}

.Statistical-two .aio-icon-component.style_1 {
    height: 240px;
}

.Statistical-three h2.vc_custom_heading {
    font-size: 20px;
}

section.vc_section.Statistical-three {
    padding-top: 30px;
    padding-bottom: 0px;
}

.Statistical-three .aio-icon-description.ult-responsive {
    font-size: 12px;
}

.Statistical-three .aio-icon-component.style_1 {
    height: 230px;
}

section.vc_section.Statistical-four {
    padding-top: 40px;
    padding-bottom: 10px;
}
.Statistical-three h3.aio-icon-title.ult-responsive {
    font-size: 15px;
}
	
	
.Statistical-four h2.vc_custom_heading {
    line-height: 29px;
    font-size: 20px;
}

.Statistical-four p {
    line-height: 19px;
    font-size: 12px;
}

.Statistical-four li {
    font-size: 12px;
    line-height: 22px;
}	
.Abstract.-banner h2.vc_custom_heading {
    font-size: 20px;
}

.Abstract.-banner p {
    font-size: 12px;
}

.Abstract.-banner a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 12px;
    padding: 12px 16px;
}

.Abstract.-banner   img.vc_single_image-img.attachment-full {
    width: 80%;
}

section.vc_section.Abstract.-banner {
    padding-top: 100px;
    padding-bottom: 50px;
}

.Abstract.-one h2.vc_custom_heading {
    font-size: 20px;
}

.Abstract.-one p {
    font-size: 12px;
}

.Abstract.-one img.vc_single_image-img.attachment-full {
    width: 70%;
}

.Abstract.-one h4.vc_custom_heading {
    font-size: 14px;
}

.Abstract.-one p.vc_custom_heading {
    font-size: 12px;
}

section.vc_section.Abstract.-one {
    padding-top: 40px !important;
    padding-bottom: 40px;
}

section.vc_section.Abstract.-two {
    padding-top: 50px;
    padding-bottom: 50px;
}

.Abstract.-two h2.vc_custom_heading {
    font-size: 25px;
}

.Abstract.-two h6.vc_custom_heading {
    font-size: 14px;
}

.Abstract.-two img.vc_single_image-img.attachment-full {
    width: 80%;
}

.Abstract.-three h2.vc_custom_heading {
    font-size: 20px;
}

section.vc_section.Abstract.-three {
    padding-top: 30px;
    padding-bottom: 10px;
}

.Abstract.-three p {
    font-size: 12px;
}	
	
.Abstract.-two p {
    font-size: 12px;
}	
.Patent-banner h2.vc_custom_heading {
    font-size: 20px;
    line-height: 28px;
}

section.vc_section.Patent-banner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.Patent-banner p {
    font-size: 12px;
}

.Patent-banner img.vc_single_image-img.attachment-full {
    width: 80%;
}

section.vc_section.Patent-two {
    padding-top: 40px !important;
    padding-bottom: 40px;
}

.Patent-two img.vc_single_image-img.attachment-full {
    width: 80%;
}

.Patent-two h2.vc_custom_heading {
    font-size: 20px;
    line-height: 26px;
}

.Patent-two p.loaq {
    font-size: 12px;
}

.Patent-two li {
    font-size: 13px;
}

.Patent-three h2.vc_custom_heading {
    font-size: 20px;
    line-height: 28px;
}

.Patent-three p {
    font-size: 12px;
}

section.vc_section.Patent-three {
    padding-top: 30px;
    padding-bottom: 30px;
}



.Patent-three .aio-icon-description.ult-responsive {
    font-size: 12px;
}

.Patent-three h3.aio-icon-title.ult-responsive {
    font-size: 13px;
}

section.vc_section.Patent-four {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Patent-four h2.vc_custom_heading {
    font-size: 20px;
    line-height: 25px;
}

.Patent-four p.loaq {
    font-size: 12px;
}

.Patent-four li {
    font-size: 12px;
}

.Patent-four img.vc_single_image-img.attachment-full {
    width: 80%;
}

section.vc_section.Patent-five {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Patent-five h2.vc_custom_heading {
    font-size: 30px;
    line-height: 32px;
}

.Patent-five h3.aio-icon-title.ult-responsive {
    font-size: 13px;
    line-height: 18px;
}

.Patent-five .aio-icon-description.ult-responsive {
    font-size: 12px;
}

.Patent-five .aio-icon-component.style_1 {
    height: 300px;
    padding: 20px;
    margin: 0px;
    width: 230px;
}	
.Patent-three .aio-icon-component.style_1 {
    width: 180px;
}	
.Homeservice .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    flex-direction: column;
	 align-items: center;
}
div#footer-widget li a {
    font-size: 12px;
}

section#text-2 p {
    font-size: 12px;
}

section#text-2 h3 {
    font-size: 20px;
}

h3.widget-title {
    padding-left: 0px;
}

section#text-3 {
    padding-top: 25px;
}

section#text-4 {
    padding-top: 25px;
}

section#text-5 {
    padding-top: 25px;
}

div#footer-widget li.priv {
    padding-top: 0px;
}	
	
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
    padding-top: 5px !important;
}
.journalbanner h1.vc_custom_heading {
    font-size: 30px;
    line-height: 35px;
}
.ScientificEditing_banner h1.vc_custom_heading {
    font-size: 23px;
    line-height: 29px;
}
.Premium-banner h1.vc_custom_heading {
    font-size: 25px;
    line-height: 34px;
}	
.AcademicProofreading-banner h1.vc_custom_heading {
    font-size: 23px;
    line-height: 31px;
}	
.Plagiarism-banner h1.vc_custom_heading {
    font-size: 20px;
    line-height: 28px;
}
.Menuscript-banner h1.vc_custom_heading {
    font-size: 30px;
    line-height: 40px;
}

.Menuscript-banner p {
    font-size: 12px 
}
.Scratch-banner h1.vc_custom_heading {
    font-size: 20px;
    line-height: 24px;
}	
.Statistical-banner h1.vc_custom_heading {
    font-size: 20px;
    line-height: 24px;
}	
.Patent-banner h1.vc_custom_heading {
    line-height: 27px;
    font-size: 20px;
}	
.Abstract.-banner h1.vc_custom_heading {
    font-size: 20px;
    line-height: 22px;
}	
.english-two a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 11px;
    padding: 10px 15px;
}	
	
}







@media screen and (max-width: 768px){
	
	.homebanner h1 {
    font-size: 32px;
}

.homebanner h2 {
    font-size: 22px;
}

.homebanner p {
    font-weight: 400;
    font-size: 18px;
}

.homesecone h2 {
    padding-bottom: 0px;
    padding-left: 34px !IMPORTANT;
}

.homesecone .stats-top .stats-number {
    font-size: 35px !important;
}

.homesecone .stats-block .stats-text {
    font-size: 15px !important;
}

.homesectwo h2 {
    font-size: 33px;
}

.homesectwo p {
    font-size: 19px;
}

.homesecthree h2 {
    font-size: 42px;
}

.homesecthree p {
    font-size: 19px;
}

.homesecfour h2 {
    font-size: 50px;
}

.homesecfour p {
    font-size: 19px;
}

.homesecfive h2 {
    font-size: 43px;
}


.homesecfive .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 50%;
}

.homesecfive .aio-icon-description.ult-responsive {
    font-size: 15px;
    padding: 0px 10px;
}

.homesecsix h2 {
    font-size: 42px;
}

.homesecsix p {
    font-size: 18px;
}

.homesecsix .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 60%;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.secsixrow.vc_row-o-equal-height.vc_row-flex {
    align-items: center;
    justify-content: center;
}

.homesecseven h2 {
    padding: 0px;
}

.homesecseven p.vc_custom_heading {
    padding: 0px;
    padding-bottom: 30px;
    font-size: 18px;
}

.homesecseven textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 369px;
}

.homeseceight .vc_btn3-container.vc_btn3-right {
    padding-right: 100px;
}
.navbar-brand img {
    width: 85%;
}
/* ABOUT PAGE START */
	
.aboutbanner h1 {
    font-size: 33px;
}

#content.site-content {
    padding-top: 0px !important;
}

.aboutbanner p {
    font-size: 18px;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.aboutsecone .box h3 {
    padding-top: 10px !important;
}

.aboutsecone .box img.aligncenter {
    top: -91px !important;
    left: 20% !important;
}

.aboutsecone .box h4 {
    font-size: 15px !important;
}

.aboutsecone .boxtwo h4 {
    font-size: 15px;
}

.aboutsecone .boxtwo h3 {
    padding-top: 214px;
}

.aboutsecone .box p {
    font-size: 14px;
    text-align: center;
}

.aboutsecone .box {
    padding: 0px 15px;
}

.aboutsecone .boxtwo img.aligncenter {
    bottom: -97px;
    left: 20%;
}

.aboutsectwo .wpb_column.vc_column_container.vc_col-sm-5 {
    width: 100%;
}

.aboutsectwo .wpb_column.vc_column_container.vc_col-sm-7 {
    width: 100%;
}



.aboutsecthree p {
    padding-right: 0px;
    font-size: 19px;
}

.aboutsecfour h2 {
    font-size: 40px !important;
}

.aboutsecfour .vc_row.wpb_row.vc_row-fluid {
    padding: 0px 0px !important;
}

.aboutsecfour p {
    text-align: center !important;
    padding-right: 0px;
}

.aboutsecfour .roundtopleft img.alignright {
    left: 37px;
    bottom: -3px;
}

.aboutsecfour .roundbottomleft img.alignright {
    left: 41px;
}

.aboutsecfive h2 {
    font-size: 40px !important;
}

.aboutsecfive p {
    font-size: 15px;
    padding-right: 0px;
}

.aboutsecfour .roundbottomright {
    height: 319px;
}
	
	
/* ABOUT PAGE END */
	
	
	
/* 	PRICINGPAGE START */

	.pricingbanner .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 60%;
}

.pricingbanner .pricingtwo {
    margin-top: 60px;
    margin-bottom: 60px !important;
    position: unset;
}

.pricingbanner .pricing h4 {
    left: 23%;
}

.pricingbanner .pricingtwo h4 {
    left: 24%;
}

.pricingbanner .vc_row.wpb_row.vc_row-fluid.price {
    padding-top: 50px;
}

.pricingbanner h1 {
    font-size: 40px;
}

.pricingbanner p.vc_custom_heading {
    font-size: 22px;
}
.pricingbanner .vc_row.wpb_row.vc_row-fluid.price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricingbanner .pricingtwo {
    margin-bottom: 80px !IMPORTANT;
}
	
/* PRICINGPAGE ENDS	 */
	
/* 	CONTACT START */

	.contactsec1 .forstline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 279px;
}

.contactsec1 .secondline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 124px;
}

.contactsec1 .secondline textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 281px !important;
}

.contactsec1 .chckmain {padding-bottom: 30px;display: flex;flex-direction: column;align-items: center;}

.contactsec1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactsec1 .wpcf7-checkbox input[type="checkbox"] + span {
    font-size: 16px;
}

.contactsec1 span.wpcf7-form-control.wpcf7-checkbox.form-control {padding: 20px 0px;align-items: center;}


.contactsec1 .chckone {
    width: 71%;
}

.contactsec1 .chcktwo {
    margin-top: 53px;
    margin-left: 0px;
    width: 71%;
}

.contactsec1 .chcktwo ul li {
    padding-left: 0px;
}

.contactsec1 textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 592px !important;
}
	
/* 	CONSTACT ENDS */
	.journalbanner h2 {
    font-size: 32px;
    margin-bottom: 0px;
}

.journalbanner p {
    font-size: 19px;
    margin: 0px;
}

section.vc_section.journalbanner.vc_custom_1697497929736.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}

section.vc_section.journalbanner.vc_custom_1697497929736.vc_section-has-fill img.vc_single_image-img.attachment-full {
    width: 70%;
    display: none;
}

section.vc_section.journalbanner.vc_custom_1697497929736.vc_section-has-fill {
    padding: 20px 0px;
}

section.vc_section.journalbanner.vc_custom_1697497929736.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_left {
    display: none !important;
}

.journalsecone h2 {
    font-size: 35px;
}

.journalsecone h3 {
    font-size: 35px;
}

.journalsecone p {
    font-size: 19px;
}

.journalsectwo h2 {
    font-size: 26px;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    padding: 5px 17px;
    font-size: 22px;
}

.journalsectwo p {
    font-size: 23px;
}

.wpb_single_image.wpb_content_element.vc_align_center.lineone {
    display: none !important;
}

section.vc_section.journalsecthree.vc_custom_1697503579093.vc_section-has-fill {
    padding-top: 50px;
}

.journalsecthree p {
    font-size: 23px;
    margin: 0px;
}

.journalsecthree h2 {
    font-size: 25px;
}

.journalsecthree .vc_btn3-container.vc_btn3-inline {
    padding-left: 0px;
}

.wpb_single_image.wpb_content_element.vc_align_left.linethree {
    display: none !important;
}

.journalsecfour .vc_btn3-container.vc_btn3-inline {
    padding: 0px;
}

.journalsecfour p {
    font-size: 23px !important;
}

.wpb_single_image.wpb_content_element.vc_align_left.linefour img {
    display: none !important;
}

.journalsecfive h2 {
    font-size: 25px;
    text-align: start !important;
}

.journalsecfour h2 {
    font-size: 25px;
}

.journalsecfive .linefive {
    display: none !important;
}

.journalsecfive p.vc_custom_heading {
    font-size: 23px;
    padding: 0px !important;
}

.journalsecsix h2.vc_custom_heading {
    font-size: 25px;
    text-align: start !important;
}

.journalsecsix p.vc_custom_heading {
    padding: 0px !important;
    font-size: 23px;
}

.wpb_single_image.wpb_content_element.vc_align_left.last {
    display: none !important;
}

.journalsecseven p.vc_custom_heading {
    font-size: 23px;
}

section.vc_section.journalsecseven.vc_custom_1697827227629.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-5 {
    width: 50%;
}

section.vc_section.journalsecseven.vc_custom_1697827227629.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-1 {
    display: none !important;
}

.journalsecseven h2 {
    font-size: 25px;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill h2.vc_custom_heading.hed:before {
    display: none;
}

h3.vc_custom_heading.tal {
    margin: 0px;
    padding-bottom: 30px;
    padding-top: 10px;
}

h2.vc_custom_heading.hed {
    font-size: 34px;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .aio-icon-component.style_1 {
    margin-bottom: 50px !important;
    margin: auto;
    width: 528px;
    height: 300px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.jorn.vc_row-o-equal-height.vc_row-flex {
    padding-bottom: 50px !important;
}

.journalsecsix .vc_btn3-container.vc_btn3-right {
    text-align: start;
}

.upb_video_class,
.vc_row,
.wpb_column,
.wpb_row {
    padding-bottom: 20px;
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
    padding-bottom: 0px !important;
}

section.vc_section.journaltesti .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
	.srv-banner p.vc_custom_heading {
    font-size: 14px !important;
}

.srv-banner h1.vc_custom_heading {font-size: 31px;}

section.vc_section.srv-banner {
    padding-top: 100px;
    padding-bottom: 80px;
}

.srev-one h2.vc_custom_heading {
    font-size: 30px;
    margin-bottom: 50px;
}

section.vc_section.srve-two h2.vc_custom_heading:before {
    width: 81% !important;
    top: 11% !important;
    left: 122px !important;
}

section.vc_section.srev-one h2.vc_custom_heading:before {
    width: 80%;
    top: 37%;
    left: 18%;
}

.srev-one .rted {
    height: 295px;
}

.srve-two h2.vc_custom_heading {
    font-size: 30px !important;
    padding-bottom: 15px !important;
}

.srve-two p.ewr {
    font-size: 15px;
}

.srve-two .vc_column-inner {
    justify-content: center;
}

.srve-two .pted {
    padding: 3px 10px;
}
	
.srv-banner  img.vc_single_image-img.attachment-full {
    padding-top: 40px !important;
}

section.vc_section.srv-banner {
    padding-bottom: 40px;
    padding-top: 80px;
}

section.vc_section.srev-one h2.vc_custom_heading:before {
    width: 74%;
    top: 43%;
    left: 21%;
}

.srev-one h2.vc_custom_heading {
    font-size: 27px;
    margin-top: 10px;
}

.srev-one .rted {
    height: 290px;
}

.srve-two h2.vc_custom_heading {
    font-size: 26px !important;
    margin-top: 6px;
}

section.vc_section.srve-two h2.vc_custom_heading:before {
    width: 71% !important;
    top: 8% !important;
    left: 21% !important;
}

.srve-two img.vc_single_image-img.attachment-full {
    margin-top: 0px;
    padding-top: 0px;
}

.srve-two .pted {
    padding: 13px 19px;
}

.srve-four h2.vc_custom_heading {
    font-size: 23px;
}

img.vc_single_image-img.attachment-full {
    padding-top: 0px !important;
}

.srve-three h2.vc_custom_heading {
    font-size: 26px !important;
}

.srve-three p.tyuio {
    font-size: 18px;
}
section.vc_section.srve-three .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}

.srve-three .qwea {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 75px;
}

.srve-three .wea {
    border-bottom-left-radius: 75px !important;
    border-bottom-right-radius: 0px;
}

.srve-four p.vc_custom_heading {
    padding: 0px;
}
.srev-one .rted {
    height: 275px;
    padding: 5px;
}	

section.vc_section.srve-three.vc_custom_1701366207605.vc_section-has-fill {
    padding-bottom: 50px !IMPORTANT;
}

.srve-five h2 {
    font-size: 52px !IMPORTANT;
}
	.col-12.col-md-6.hgdgd ul li {
    padding: 8px !IMPORTANT;
}
	h3.widget-title {
    padding-left: 0px;
}
	section.vc_section.Pre-banner .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
    padding: 0px;
}

section.vc_section.Pre-banner img.vc_single_image-img.attachment-full {
    width: 80%;
}

section.vc_section.pre-one .por:before {
    left: 42%;
    top: 46%;
}

.vc_row.wpb_row.vc_row-fluid.no img {
    bottom: 54px;
}

.owl-stage-outer {
    padding-top: 47px;
}

.vc_row.wpb_row.vc_row-fluid.no h3 {
    font-size: 19px;
}

section.vc_section.pre-two .okm:before {
    display: none;
}

.pre-two .okm {
    font-size: 15px;
    margin-bottom: 10px !IMPORTANT;
}

.no .owl-dots {
    display: none !important;
}


.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50% !;
}

section.vc_section.pre-two .wpb_column.vc_column_container.vc_col-sm-3 {
  width: 70%;
    padding-bottom: 0px;
}

.uyt {
    height: 145px;
}

section.vc_section.pre-two .vc_row.wpb_row.vc_inner.vc_row-fluid {
    padding-bottom: 0px;
	display:flex;
	    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.vc_section.pre-two p br {
    display: none;
}

section.vc_section.pre-three.vc_custom_1701816031643.vc_section-has-fill {}

section.vc_section.pre-three.vc_custom_1701816031643.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}

.pre-three h2.vc_custom_heading {
    margin-bottom: 0px;
    text-align: center !important;
    font-size: 35px;
    padding-bottom: 8px !important;
    margin-top: 0pc;
}

.pre-three p {
    text-align: center;
    font-size: 17px;
}

.pre-three 
 .wpb_column.vc_column_container.vc_col-sm-6 {
    padding-bottom: 0px;
}

.pre-four h2 {margin: 0px;font-size: 49px;}
	.pre-two p {
    padding-top: 0px;
}
	section.vc_section.Publication-banner .col-md-6 {}

section.vc_section.Publication-banner .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}

section.vc_section.Publication-banner .wpb_text_column.wpb_content_element {
    margin: 0px;
}

.Publication-banner h1.vc_custom_heading {
    font-size: 41px;
    margin-bottom: 5px;
}

.Publication-banner p {
    font-size: 18px;
}

section.vc_section.Publication-banner img.vc_single_image-img.attachment-full {
    width: 80%;
}

section.vc_section.Publication-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.publiction-one h2.vc_custom_heading:before {
    display: none;
}

.publiction-one h2.vc_custom_heading {
    font-size: 30px;
    margin-bottom: 0px;
}

.publiction-one p.qwsa {
    padding: 0px;
}

section.vc_section.publiction-one .wpb_text_column.wpb_content_element {
    margin: 0px;
}

section.vc_section.publiction-one .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction:column;
}
	
section.vc_section.test-shape .trilx:before {
    display: none !important;
}

section.vc_section.test-shape .trilx:after {
    display: none !important;
}
	section.vc_section.test-shape .testimonials .item {
    height: 440px !IMPORTANT;
}

section.vc_section.test-shape .trilx {
    font-size: 29px !IMPORTANT;
}
	
.Resubmission-banner h1.vc_custom_heading {font-size: 35px;}

section.vc_section.Resubmission-banner {
    padding-top: 70px;
}

section.vc_section.Resubmission-one h2.vc_custom_heading:before {
    left: 13%;
}

.Resubmission-one img {
    bottom: 55px;
}

.Resubmission-two h2.vc_custom_heading {
    font-size: 30px;
}

.Resubmission-two h2.vc_custom_heading:before {
    top: 137px;
    left: 18%;
}

.Resubmission-three .zzxaas {
    padding: 15px;
    height: 260px;
}


.Resubmission-three .wpb_column.vc_column_container.vc_col-sm-10 {
    padding-bottom: 0px;
}

.Resubmission-three p.mncxz {
    padding-bottom: 0px;
}

.english-banners h4.vc_custom_heading {
    font-size: 14px;
}

.english-banners h1.vc_custom_heading {
    font-size: 30px;
}

.english-banners p {
    font-size: 16px;
}

.english-one h2.vc_custom_heading {
    font-size: 28px;
    padding-bottom: 0px;
}

section.vc_section.english-one {
    padding-top: 13px !important;
    padding-bottom: 0px !important;
}

.english-one .owl-nav {
    display: none;
}

.english-one .owl-dots {
    display: none;
}

.english-two h2.vc_custom_heading {
    font-size: 25px;
}

section.vc_section.english-two {
    padding-bottom: 3px !important;
    padding-top: 18px !important;
}

.english-two .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 0px;
}

section.vc_section.home-three {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.home-three h2.vc_custom_heading {
    font-size: 18px;
}

.home-three li {
    font-size: 12px;
}

.home-four .mnbvc {padding-left: 68px;padding-top: 1px;padding-right: 0px;padding-bottom: 153px;}

.home-four .mnvc {
    padding-left: 68px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 153px;
}


.home-four .mnbv {
    padding-left: 68px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 153px;
}

.home-four h3 {margin-bottom: 4px;font-size: 14px;}

.home-four h2.vc_custom_heading {
    font-size: 20px;
}

.home-four .qsdfg p {
    font-size: 13px;
}	
	
	
.Menuscript-banner h2.vc_custom_heading {
    font-size: 30px;
}

.Menuscript-banner p {
    font-size: 16px;
}

.Menuscript-one .qwaassd {
    height: 220px;
}

.Menuscript-one h3 {
    font-size: 15px;
    margin-top: 0px;
}

.Menuscript-one p {
    font-size: 11px;
}

.Menuscript-one h2.vc_custom_heading {
    font-size: 25px;
}

.Menuscript-one p.cvxz {
    font-size: 15px;
}

.Menuscript-two h2.vc_custom_heading {
    font-size: 25px;
}

.Menuscript-two p {
    font-size: 15px;
}

.Menuscript-four h2.vc_custom_heading {
    font-size: 25px;
}

.Menuscript-four .qaassd {
    height: 260px;
}

.Menuscript-four h3 {
    margin-top: 0px;
}

section.vc_section.Menuscript-four {
    padding-top: 10px !important;
    padding-bottom: 50px;
}

.Menuscript-three p {
    font-size: 15px;
}	
section.vc_section.Thesis-banner {
    padding-top: 50px;
    padding-bottom: 0px !important;
}

.Thesis-banner h1.vc_custom_heading {
    font-size: 17px;
}

.Thesis-banner h6.vc_custom_heading {
    font-size: 12px;
}

.Thesis-banner p {
    font-size: 12px;
}

.Thesis-one h2.vc_custom_heading {
    font-size: 20px;
}

.Thesis-one h6.vc_custom_heading {
    font-size: 12px;
}

.Thesis-one p {
    font-size: 15px;
}

.Thesis-six h2.vc_custom_heading {
    font-size: 25px;
    padding-bottom: 0px;
}

.Thesis-six h3.vc_custom_heading {
    font-size: 16px;
}

.Thesis-six p {
    font-size: 12px;
}

.Thesis-six li {
    font-size: 11px;
}

.Thesis-two h2.vc_custom_heading {
    font-size: 25px;
    padding-bottom: 10px;
}



.Thesis-two .aio-icon-description.ult-responsive {
    font-size: 13px;
}

.Thesis-two h3.aio-icon-title.ult-responsive {
    font-size: 16px;
}

section.vc_section.Thesis h2.vc_custom_heading {
    font-size: 25px;
}

.Thesis-four h2.vc_custom_heading {
    padding-bottom: 10px;
}

.Thesis-five h3.aio-icon-title.ult-responsive {
    font-size: 15px;
}

.Thesis-five .aio-icon-description.ult-responsive {
    font-size: 12px;
}

.Thesis-five p {
    font-size: 12px;
    padding-bottom: 0px;
     margin: 0px;
}

.Thesis-five .wpb_text_column.wpb_content_element {
    margin: 0px !important;
}	
section.vc_section.ScientificEditing_banner h2.vc_custom_heading {
    font-size: 20px;
}

section.vc_section.ScientificEditing_banner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ScientificEditing_banner h6.vc_custom_heading {
    font-size: 12px;
}

section.vc_section.ScientificEditing_banner h3.vc_custom_heading {
    font-size: 14px;
}

section.vc_section.Scientific.Editing_one {
    padding-top: 40px;
    padding-bottom: 20px;
}

.Scientific.Editing_one h6.vc_custom_heading {
    font-size: 13px;
}

section.vc_section.Menuscript-three {
    padding-top: 30px !important;
    padding-bottom: 10px;
}
.Premium-banner h2.vc_custom_heading {
    font-size: 20px;
}

section.vc_section.Premium-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Premium-one h2.vc_custom_heading {
    font-size: 20px;
}

.Premium-one h4.vc_custom_heading {
    font-size: 20px;
}

.Premium-one .aio-icon-component.style_1 {
    padding: 15px;
}

section.vc_section.Premium h2.vc_custom_heading {
    font-size: 26px;
}

.Premium p {
    font-size: 12px;
}
	
section.vc_section.Plagiarism-banner {
    padding-top: 50px;
    padding-bottom: 0px;
}

section.vc_section.Plagiarism-one {
    padding-top: 30px;
    padding-bottom: 10px;
}

section.vc_section.Plagiarism-two {
    padding-bottom: 0px;
    padding-top: 30px;
}	
.Scratch-banner h2.vc_custom_heading {
    font-size: 17px;
}

section.vc_section.Scratch-banner .vc_row.wpb_row.vc_row-fluid {padding-bottom: 0px;}

section.vc_section.Scratch-banner {
    section.vc_section.Scratch-banner {
    padding-top: 50px;
    padding-bottom: 10px;
};
    padding-top: 50px;
    padding-bottom: 10px;
}

.Scratch-one h2.vc_custom_heading {
    font-size: 17px;
    padding-bottom: 10px;
}

section.vc_section.Scratch-three {
    padding-top: 40px;
    padding-bottom: 0px;
}

.Scratch-four .aio-icon-component.style_1 {
    height: 260px;
    padding: 15px;
    margin-bottom: 10px;
}

.Scratch-four h3.aio-icon-title.ult-responsive {
    font-size: 19px;
}

.Scratch-five h3.aio-icon-title.ult-responsive {
    font-size: 11px;
}

.Scratch-five .aio-icon-description.ult-responsive {
    font-size: 10px;
}	

section.vc_section.Statistical-banner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.vc_row.wpb_row.vc_row-fluid.vc_row-o-equal-height.vc_row-flex {
    padding-bottom: 0px !important;
}

.Statistical-two h2.vc_custom_heading {
    padding-bottom: 0px;
}

.Statistical-two h3.aio-icon-title.ult-responsive {
    font-size: 12px;
    line-height: 14px;
}

.Statistical-two .aio-icon-description.ult-responsive {
    font-size: 11px;
}

.Statistical-two .aio-icon-component.style_1 {
    margin: 0px;
	padding: 10px;

}

.Statistical-three .aio-icon-component.style_1 {
    height: 270px;
}	
section.vc_section.Abstract.-banner {
    padding-top: 50px;
}

.Abstract.-banner h6.vc_custom_heading {
    font-size: 13px;
}

.Abstract.-one h2.vc_custom_heading {
    font-size: 17px;
}

.Abstract.-one h4.vc_custom_heading {
    font-size: 13px;
}

.Abstract.-two h2.vc_custom_heading {
    font-size: 20px;
}

section.vc_section.Abstract.-two {
    padding-top: 30px;
    padding-bottom: 20px;
}

.Abstract.-two h6.vc_custom_heading {
    font-size: 12px;
}	
.Abstract.-three .vc_row.wpb_row.vc_row-fluid {
    padding-bottom: 0px;
}
.Patent-three .aio-icon-component.style_1 {
    width: 140px;
    height: 210px;

}

.Patent-three h3.aio-icon-title.ult-responsive {
    font-size: 12px;
    padding-bottom: 10px;
}

.Patent-five .aio-icon-component.style_1 {
    padding: 10px;
    height: 340px;
    width: 170px;
}	
h3.widget-title {
    font-size: 18px;
}	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: white !important;
    font-size: 20px;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-top: 40px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    background: unset !important;
}	


section.vc_section.journalbanner.vc_custom_1697497929736.vc_section-has-fill img.vc_single_image-img.attachment-full {
    display: block !important;
	    margin: auto;

}	
.ScientificEditing_banner h1.vc_custom_heading {
    font-size: 17px;
    line-height: 24px;
}
.Premium-banner h1.vc_custom_heading {
    font-size: 20px;
    line-height: 25px;
}	
.AcademicProofreading-banner h1.vc_custom_heading {
    font-size: 20px;
    line-height: 27px;
}	
	
	
	
	
	
	
	
}










@media screen and (max-width: 767px){
	
	
.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}

.homesecone .vc_row.wpb_row.vc_row-fluid {
    display: flex;
}

.homesecone h2 {
    padding-left: 13px !important;
}

.homesectwo p {
    padding: 0px;
}

.homesecthree h2 {
    font-size: 40px;
}


.homesecfive .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}

.homesecfive .aio-icon-component.style_1 {
    height: 290px;
}

.homesecsix .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 90%;
}

.homesecsix .aio-icon-component.style_1 {
    height: 250px;
}

.homesecseven h2 {
    font-size: 38px;
}

.homesecseven span.chnge {
    font-size: 39px;
}

.homesecseven p {
    text-align: center;
	
}

.homesecseven .wpb_column.vc_column_container.vc_col-sm-5 {
    height: 300px;
}
.homesecsix p {
    font-size:17px;
	
}
	
.mainbox {
    height: 195px;
}

.wpcf7-checkbox input[type="checkbox"] + span {
    font-size: 15px;
}

.homesecseven textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 461px;
    margin-top: 23px;
}

.homeseceight h2 {
    font-size: 60px;
}

.col-12.col-md-3 {
    width: 10% !IMPORTANT;
}

.homeseceight .vc_btn3-container.vc_btn3-right {padding: 0px;}

section#text-2 p {
    padding-bottom: 0px;
    margin: 0px;
}

section#text-3 {
    padding: 0px;
}


.homesecsix p {
    padding-right: 0px;
}
.homebanner .wpb_single_image.wpb_content_element.vc_align_center {
    text-align: justify;
}
	.homesecfour p {
    padding-right: 0px;
    font-size: 17px;
}

.homesecsix h2 {
    font-size: 35px;
}
	.homesecfour br {
    display: none !important;
}
	.navbar-brand img {
    width: 100%;
}
/* ABOUT PAGE START	 */
	.aboutsecone .box img.aligncenter {
    top: -123px !important;
    left: 33% !important;
    max-width: 38%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #eba835;
}

li#mega-menu-item-31 {
    padding: 0px 0px !important;
}
.aboutsecone .boxtwo {
    background-image: unset !important;
    border-radius: 10px;
    background: #EFEFEF; !important;
    height: 300px;
    padding-top: 20px;
    margin-top: 220px;
}

.aboutsecone .boxtwo h3 {
    padding-top: 30px;
}

.aboutsectwo p.vc_custom_heading {
    padding-right: 0px;
    font-size: 18px;
}

section.vc_section.aboutsectwo {padding: 10px 30px !important;}

.aboutsecthree p {font-size: 18px;}

.aboutsecfour .roundtopleft {
    height: 188px;
}

.aboutsecfour .roundtopleft img.alignright {
    display: none;
}

.aboutsecfour .roundtopright {
    height: 188px;
}

.aboutsecfour .roundtopright img.alignleft {
    display: none;
}

.aboutsecfour .roundbottomleft img.alignright {
    display: none;
}

.aboutsecfour .roundbottomright img.alignleft {
    display: none;
}

.aboutsecfour .roundbottomright {
    height: 188px;
}

.aboutsecfive p.vc_custom_heading.paratwo {
    padding-left: 0px;
    padding-right: 0px;
}

.aboutsecone .boxtwo img.aligncenter {
    left: 170px;
    top: -44%;
    width: 38%;
}
	
.box {
    background-image: unset !important;
    border-radius: 10px;
    background: #EFEFEF;
    height: 300px;
}

.boxtwo {
    padding-top: 51px !important;
}

.aboutsecone .boxtwo img.aligncenter {
    left: 165px;
    top: -34%;
}

.aboutsecone .box {
    margin-bottom: 22px !important;
    padding-top: 20px;
    height: 316px;
    border-radius: 40px;
}

.aboutsecone .vc_row.wpb_row.vc_row-fluid {
    padding-top: 133px;
}

.aboutsecone .boxtwo p {
    text-align: center;
}

.aboutsecone .boxtwo {
    margin-top: 284px;
    border-radius: 40px;
}
	
/*  ABOUT PAGE ENDS	 */
	
	
	
	
/* 	PRICING PAGE START */

	.pricingbanner .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 90%;
}

.pricingbanner h1 {
    font-size: 40px;
}

.pricingbanner p.vc_custom_heading {
    font-size: 20px;
}

.pricingbanner h3 {
    font-size: 23px;
}

.pricingbanner .pricing h4 {
    left: 27%;
}

.pricingbanner .pricingtwo h4 {
    left: 29%;
}
.pricingbanner .pricing h4 {
    margin-top: 0px;
}
	
/* PRICINGPAGE ENDS */
	
/* CONTCTPAGE START */
	.contactsec1 .vc_row.wpb_row.vc_row-fluid.controw {
    padding: 0px 4px !important;
}

.contactsec1 .forstline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 279px;
}

.contactsec1 .forstline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 240px;
}

.contactsec1 .secondline textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 238px !important;
}

.contactsec1 .secondline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 112px;
}

.contactsec1 .chckone {
    width: 100%;
}

.contactsec1 .chcktwo {
    width: 100%;
}

.contactsec1 textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 490px !important;
}
	
	
/* CONTACT PAGR ENDS	 */
	
	section.vc_section.journalsectwo.vc_custom_1697503572073.vc_section-has-fill img.vc_single_image-img.attachment-full {
    width: 50%;
}

section.vc_section.journalsectwo.vc_custom_1697503572073.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_center {
    text-align: start;
}

.journalsectwo p {
    margin: 0px;
}

section.vc_section.journalsecthree.vc_custom_1697503579093.vc_section-has-fill img.vc_single_image-img.attachment-full {
    width: 60%;
}

section.vc_section.journalsecthree.vc_custom_1697503579093.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_center {
    text-align: start;
}

section.vc_section.journalsecfour.vc_custom_1697503587463.vc_section-has-fill img.vc_single_image-img.attachment-full {
    width: 60%;
}

section.vc_section.journalsecfour.vc_custom_1697503587463.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_center {
    text-align: start;
}

section.vc_section.journalsecfour.vc_custom_1697503587463.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_left.linefour {
    display: none;
}

section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill .vc_btn3-container.vc_btn3-right {
    text-align: start;
}

section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill img.vc_single_image-img.attachment-full {
    width: 80%;
}

section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-5 {
    display: none;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section .wpb_column.vc_column_container.vc_col-sm-5 {
    width: 100%;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section .wpb_column.vc_column_container.vc_col-sm-5 {
    /* width: 100% !important; */
}

section.vc_section.journalsecseven.vc_custom_1697827227629.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-5 {
    width: 100%;
}

section.vc_section.journalsecseven.vc_custom_1697827227629.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-5 img.vc_single_image-img.attachment-full {
    width: 60%;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill img.vc_single_image-img.attachment-full {
    width: 50%;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
}


section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-6 {
    padding-bottom: 10px;
}

section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0px;
}

.journalsecsix p.vc_custom_heading {
    margin-bottom: 5px;
}
section.vc_section.journalsectwo.vc_custom_1697503572073.vc_section-has-fill img.vc_single_image-img.attachment-full {
    width: 50%;
}

section.vc_section.journalsectwo.vc_custom_1697503572073.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_center {
    text-align: start;
}

.journalsectwo p {
    margin: 0px;
}

section.vc_section.journalsecthree.vc_custom_1697503579093.vc_section-has-fill img.vc_single_image-img.attachment-full {
    width: 60%;
}

section.vc_section.journalsecthree.vc_custom_1697503579093.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_center {
    text-align: start;
}

section.vc_section.journalsecfour.vc_custom_1697503587463.vc_section-has-fill img.vc_single_image-img.attachment-full {
    width: 60%;
}

section.vc_section.journalsecfour.vc_custom_1697503587463.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_center {
    text-align: start;
}

section.vc_section.journalsecfour.vc_custom_1697503587463.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_left.linefour {
    display: none;
}

section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill .vc_btn3-container.vc_btn3-right {
    text-align: start;
}

section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill img.vc_single_image-img.attachment-full {
    width: 80%;
}

section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-5 {
    display: none;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section .wpb_column.vc_column_container.vc_col-sm-5 {
    width: 100%;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section .wpb_column.vc_column_container.vc_col-sm-5 {
    /* width: 100% !important; */
}

section.vc_section.journalsecseven.vc_custom_1697827227629.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-5 {
    width: 100%;
}

section.vc_section.journalsecseven.vc_custom_1697827227629.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-5 img.vc_single_image-img.attachment-full {
    width: 60%;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill img.vc_single_image-img.attachment-full {
    width: 50%;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
}


section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-6 {
    padding-bottom: 10px;
}

section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0px;
}

.journalsecsix p.vc_custom_heading {
    margin-bottom: 5px;
}
section.vc_section.journaltesti {
    padding-top: 30px !IMPORTANT;
}
.row.tp-r .col-12.col-md-6 {
   max-width: 25%;
   display: contents;
    width: 28%;
}

.col-12.col-md-6.gfrrfg {
    max-width: 80% !IMPORTANT;
}

.row.tp-r {
    justify-content: center;
}

h3.widget-title {
    padding-left: 0px;
}
	.Pre-banner h1.vc_custom_heading {
    font-size: 27px;
}

.Pre-banner p {
    font-size: 18px;
}

.pre-one .por br {
    display: none;
}

.pre-one .por {
    font-size: 30px;
    margin: 0px;
}

.vc_row.wpb_row.vc_row-fluid.no img {
    bottom: 42px;
}

section.vc_section.pre-one .por:before {left: 40%;top: 66px;}



.pre-two h2.vc_custom_heading {
    font-size: 32px;
    margin-bottom: 4px;
}

.pre-two .okm br {
    display: none;
}

section.vc_section.pre-two .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 80%;
}

.pre-three h2.vc_custom_heading {
    font-size: 29px;
}

.pre-three p {
    font-size: 16px;
}

.pre-four h2 {
    padding: 0px;
}

.vc_row.wpb_row.vc_row-fluid.no .item {
    height: 363px;
}
	.Publication-banner h1.vc_custom_heading {
    font-size: 37px;
}

.publiction-one h2.vc_custom_heading {
    font-size: 27px;
}

section.vc_section.publiction-one .item {
    height: 277px;
}

.homeseceight h2 {
    padding: 0px;
}
section.vc_section.test-shape .trilx {
    font-size: 25px !important;
}

section.vc_section.test-shape .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled button.owl-prev {
    position: absolute;
    left: -100px !IMPORTANT;
}

section.vc_section.test-shape .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled button.owl-next {
    position: absolute;
    right: -100px !IMPORTANT;
}
	
	

.Resubmission-one h2.vc_custom_heading {
    font-size: 30px;
}

section.vc_section.Resubmission-one h2.vc_custom_heading:before {
    display: none;
}

.Resubmission-one p.omn {
    padding-top: 30px;
}

.Resubmission-one img {
    bottom: 42px;
}

.Resubmission-two h2.vc_custom_heading:before {
    display: none;
}

.Resubmission-three .zzxaas {
    height: 160px;
}
	
.home-four .mnbvc {padding-left: 82px;padding-top: 6px;padding-right: 0px;padding-bottom: 109px;}

.home-four .mnvc {
    padding-left: 82px;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 129px;
}

.home-four .mnbv {
    padding-left: 82px;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 129px;
}
	
.Menuscript-one .qwaassd {
    height: 110px;
    padding: 20px;
}

.Menuscript-two p {
    padding: 0px;
}



.Menuscript-two .aio-icon-component.style_1 {
    height: 240px;
    padding: 40px;
}



.Menuscript-three h2.vc_custom_heading {
    font-size: 37px;
}

section.vc_section.Menuscript-three {
    padding-top: 10px !important;
}

.Menuscript-four .qaassd {
    height: 130px;
    padding: 20px;
}	



	
.Thesis-six ul {
    padding-bottom: 0px;
}

.Thesis-two .aio-icon-component.style_1 {
    height: 170px;
    padding: 30px;
    margin-bottom: 0px;
}

.Thesis-two h3.aio-icon-title.ult-responsive {
    margin-top: 0px;
}

section.vc_section.Menuscript-three.Thesis {
    padding-top: 10px !important;
    padding-bottom: 10px;
}

section.vc_section.Thesis h2.vc_custom_heading {
    line-height: 37px;
}

section.vc_section.Thesis a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    margin-top: 0px;
}

section.vc_section.Thesis div#wpcf7-f632-p658-o1 {
    margin: auto;
}

section.vc_section.Thesis div#wpcf7-f632-p658-o1 h2 {
    font-size: 20px;
}

.Thesis-four .aio-icon-component.style_1 {
    padding: 30px;
    margin: auto;
    height: 160px;
}

.Thesis-five .aio-icon-component.style_1 {
    height: 170px;
    padding: 20px !important;
    margin-bottom: 0px;
}
.Scientific div#wpcf7-f632-p685-o1 {
    margin: auto;
}	

.Premium-one .aio-icon-component.style_1 {
    padding: 30px;
    height: 170px;
	margin: 0px;
}
.AcademicProofreading-one h3.vc_custom_heading {
    padding-bottom: 0px;
}

.AcademicProofreading-three h2.vc_custom_heading {
    font-size: 20px;
}

section.vc_section.AcademicProofreading-three {
    padding-top: 30px;
    padding-bottom: 30px;
}


.AcademicProofreading-three  img.vc_single_image-img.attachment-full {
    width: 80%;
}

.AcademicProofreading-four h2.vc_custom_heading {
    font-size: 20px;
}

.AcademicProofreading-four .aio-icon-component.style_1 {
    padding: 20px;
    width: 50%;
    margin: auto;
}

.pricingbanner h1 {
    font-size: 30px;
}

section.vc_section.pricingbanner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.Plagiarism-banner  img.vc_single_image-img.attachment-full {
    width: 60%;
}

.Plagiarism-one  img.vc_single_image-img.attachment-full {
    width: 60%;
}	
.Plagiarism-two img.vc_single_image-img.attachment-full {
    width: 70%;
}	
	
.Scratch-four .aio-icon-component.style_1 {
    height: 170px;
    padding: 25px;
    margin-bottom: 10px;
}



.Scratch-five .aio-icon-component.style_1 {
    height: 180px;
    padding: 15px;
    margin: 0px;
}

.Scratch-five .aio-icon-description.ult-responsive {
    font-size: 12px;
}

.Scratch-five h3.aio-icon-title.ult-responsive {
    font-size: 15px;
    padding: 0px;
    padding-bottom: 10px;
}

	
.Statistical-two h3.aio-icon-title.ult-responsive {
    font-size: 18px;
    line-height: 23px;
}

.Statistical-two .aio-icon-component.style_1 {
    height: 150px;
    padding: 20px;
}

.Statistical-two .aio-icon-description.ult-responsive {
    font-size: 12px;
}

.Statistical-three .aio-icon-component.style_1 {
    height: 200px;
}	
.Statistical-four p {
    padding: 0px;
}	
.Statistical-banner  img.vc_single_image-img.attachment-full {
    width: 80%;
}	
.Patent-three .aio-icon-component.style_1 {
    width: 400px;
    margin: auto;
    height: 140px;
    display: flex;
    align-items: center;
}

.Patent-five .aio-icon-component.style_1 {
    margin: auto;
    width: 350px;
    height: 220px;
    padding: 20px;
}	
.Patent-three p {
    font-size: 11px;
}	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: unset !important;
}
.Premium-banner img.vc_single_image-img.attachment-full {
    width: 70%;
}	
	
	
	
}









































@media screen and (max-width: 424px){
	
	.navbar-brand {
    width: 48%;
}

.homebanner h1 {
    font-size: 27px;
    padding-bottom: 4px;
}

.homebanner h2 {
    font-size: 18px;
}

.homebanner p {
    font-size: 16px;
    padding-bottom: 25px;
}

.homebanner img.vc_single_image-img.attachment-full {
    width: 70%;
}

.homebanner .wpb_single_image.wpb_content_element.vc_align_center {
    text-align: center;
}

.homesecone .vc_row.wpb_row.vc_row-fluid {
    display: block;
}

.homesecone h2 {
    text-align: center !important;
    padding-left: 0px !important;
    font-size: 36px;
    padding-bottom: 24px;
}

.homesecone .stats-block .stats-text {
    font-size: 18px !important;
}

.homesectwo h2 {
    font-size: 28px;
}

.homesectwo p {
    font-size: 17px;
}

.homesecthree h2 {
    padding-bottom: 14px !important;
    font-size: 30px;
}

.homesecthree p {
    padding-right: 0px;
}

.homesecfour {
    padding-bottom: 40px !important;
    padding-top: 40px !IMPORTANT;
}

.homesecfour h2 {
    font-size: 40px;
}

.homesecfour p {
    font-size: 17px;
}

.owl-carousel .owl-item {justify-content: flex-end !important;}

.homesecfive h2 {
    font-size: 31px;
}

.homesecfive .aio-icon-component.style_1 {
    height: 442px;
}

.homesecsix h2 {
    font-size: 31px;
}

.homesecsix p {
    font-size: 18px;
}

.homesecsix .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}

.homesecsix .aio-icon-component.style_1 {
    height: 300px;
}

section.vc_section.homesecseven {
    padding-top: 50px !IMPORTANT;
    padding-bottom: 50px !important;
}

.homesecseven textarea.wpcf7-form-control.wpcf7-textarea.form-control {width: 304px;}

.wpcf7-checkbox input[type="checkbox"] + span {
    font-size: 13px;
}

.homeseceight h2 {
    font-size: 50px !important;
}

.homebanner {
    padding-bottom: 50px !important;
    padding-top: 50px !IMPORTANT;
}

section.vc_section.homesectwo.vc_custom_1697571223310.vc_section-has-fill {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homesecseven p.vc_custom_heading {
    font-size: 17px;
}

section.vc_section.homeseceight {
    padding-top: 50px !IMPORTANT;
}

h3.widget-title {
    padding-left: 0px;
}

ul li {
    padding-left: 0px;
}
.homesecseven .wpb_column.vc_column_container.vc_col-sm-5 {
    height: 313px;
}

	.homesecseven .wpb_column.vc_column_container.vc_col-sm-5 {
     height: 335px;
}
	.homesecseven .vc_row.wpb_row.vc_inner.vc_row-fluid.bag {
    border-radius: 0px;
}
	
	section.vc_section.aboutbanner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.aboutbanner h1 {
    padding-bottom: 5px;
    font-size: 27px;
}

.aboutbanner p {
    font-size: 16px;
}

.aboutbanner img.vc_single_image-img.attachment-full {
    max-width: 87%;
    padding-top: 20px;
}

.aboutbanner .vc_single_image-wrapper.vc_box_border_grey {
    text-align: center;
}

section.vc_section.aboutsecone.vc_custom_1697066030187.vc_section-has-fill {}



.aboutsecone .box img.aligncenter {
    top: -84px !important;
}



.aboutsecone .boxtwo img.aligncenter {
    top: -84px !important;
    left: 112px;
}

.aboutsecone .boxtwo {
    margin-top: 156px;
    border-radius: 20px;
    height: 392px;
    margin-bottom: 1px !important;
}

.aboutsecone .box {
    height: 443px;
}

.aboutsectwo h2 {
    font-size: 30px;
}

.aboutsectwo p.vc_custom_heading {
    font-size: 17px;
    text-align: justify !important;
}


.aboutsecone .boxtwo p {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.aboutsecone .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin: 0px;
}

.aboutsecone .vc_row.wpb_row.vc_row-fluid {
    padding-top: 130px;
}

.aboutsectwo .main p {
    padding: 0px;
}

.aboutsectwo .main {
    / display: block; /
    text-align: center;
    background: none;
    border-radius: 20px;
}

.aboutsectwo .main.last {
    height: 315px;
    padding-bottom: 26px;
}

section.vc_section.aboutsectwo {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.aboutsecfour .roundtopleft {
    margin-bottom: 20px !IMPORTANT;
    height: 253px;
}

.aboutsecfour .roundtopright {
    height: 300px;
    margin-bottom: 20px !IMPORTANT;
}

.aboutsecthree h2 {
    font-size: 30px;
}

.aboutsecthree p {
    font-size: 15px;
}

.aboutsecfour h2 {
    font-size: 23px !important;
}

.aboutsecfour .roundbottomleft {
    height: 301px;
    margin-bottom: 20px !IMPORTANT;
}



.aboutsecfour .roundbottomright {
    height: 290px;
    margin-bottom: 20px !IMPORTANT;
}

.aboutsecfive .wpb_single_image img {
    width: 80%;
}

.aboutsecfive .vc_single_image-wrapper.vc_box_border_grey {
    text-align: center;
}

.aboutsecfive h2 {
    font-size: 38px !important;
}
	.aboutsectwo .main {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    padding: 30px 0px;
}

.aboutsecone .wpb_text_column.wpb_content_element {
    margin: 0px;
}

.aboutsecone .boxtwo {
    margin-top: 300px;
}

.aboutsecone .box p {
    font-size: 15px;
}
	
	
/* 	PRICING PAGE START */
	
	.pricingbanner h1 {
    font-size: 45px;
}


.pricingbanner p.vc_custom_heading {
    font-size: 18px;
}

.pricingbanner .pricing h4 {
    left: 13%;
}

.pricingbanner .pricing {
    padding: 19px 21px;
}

.pricingbanner .pricing h4 {
    margin-bottom: 28px;
}

.pricingbanner .pricingtwo h4 {
    margin-bottom: 29px;
    left: 17%;
}

.pricingtwo ul {padding-bottom: 13px;}

.pricingbanner .pricingtwo {padding: 19px 21px;height: 517px;}
	
	
/* PRICINGPAGE ENDS */
/* 	CONTACT PAGE START */
	.contactsec1 .forstline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 157px;
}

.contactsec1 .secondline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 75px;
}

.contactsec1 .secondline textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 156px !important;
}

.contactsec1 .secondline input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    font-size: 8px;
}

.contactsec1 .secondline textarea.wpcf7-form-control.wpcf7-textarea.form-control ::placeholder {
    font-size: 6px !important;
}

.contactsec1 span.wpcf7-form-control.wpcf7-checkbox.form-control {
    width: 319px;
}

.contactsec1 .wpcf7-checkbox input[type="checkbox"] {
}

.contactsec1 .wpcf7-checkbox input[type="checkbox"] + span:before {
    top: 0px;
    left: 286px;
}

.contactsec1 textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 340px !important;
}

.contactsec1 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    padding: 6px
 98px;
}
section.vc_section.Pre-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Pre-banner h1.vc_custom_heading {
    font-size: 23px;
}

.Pre-banner p {
    font-size: 16px;
}

section.vc_section.pre-one .por:before {
    display: none;
}

.pre-one .por {
    font-size: 27px;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-bottom: 0px !important;
}



.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section .vc_row.wpb_row.vc_row-fluid {
    padding-bottom: 0px !important;
}

.owl-stage-outer {
    padding-top: 52px;
}

.pre-one .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-bottom: 0px !important;
}

.vc_row.wpb_row.vc_row-fluid.no .item {
    height: 297px;
}

.vc_row.wpb_row.vc_row-fluid.no img {
    bottom: 62px;
}

.pre-two h2.vc_custom_heading {
    font-size: 25px;
}

.pre-two .okm {
    margin-bottom: 0px !important;
}

section.vc_section.pre-two .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 90%;
}

.pre-three h2.vc_custom_heading {
    font-size: 22px;
}

.pre-three p {
    font-size: 15px;
}

.pre-four h2 {
    line-height: 0px !IMPORTANT;
    font-size: 50px;
}

.pre-four .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !IMPORTANT;
}

.pre-four p {
    font-size: 15px;
}

.pre-four .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-bottom: 0px !important;
}

.pre-four .wpb_column.vc_column_container.vc_col-sm-8 {
    padding-bottom: 0px;
}
.Publication-banner h1.vc_custom_heading {
    font-size: 33px;
    margin: 0px;
}

.Publication-banner p {
    font-size: 16px;
}

.publiction-one h2.vc_custom_heading {
    margin: 0px;
    font-size: 24px;
}

section.vc_section.publiction-one .item {
    height: 254px;
}

	/* CONTACT PAGE ENDS */
	
	section.vc_section.test-shape .trilx {
    font-size: 22px !important;
}

#customers-testimonials .owl-item.active.center .item {
    flex-shrink: 1 !IMPORTANT;
}

}







@media screen and (max-width: 425px){
	
	.navbar-brand {
    width: 48%;
}

.homebanner h1 {
    font-size: 27px;
    padding-bottom: 4px;
}

.homebanner h2 {
    font-size: 18px;
}

.homebanner p {
    font-size: 16px;
    padding-bottom: 25px;
}

.homebanner img.vc_single_image-img.attachment-full {
    width: 70%;
}

.homebanner .wpb_single_image.wpb_content_element.vc_align_center {
    text-align: center;
}

.homesecone .vc_row.wpb_row.vc_row-fluid {
    display: block;
}

.homesecone h2 {
    text-align: center !important;
    padding-left: 0px !important;
    font-size: 36px;
    padding-bottom: 24px;
}

.homesecone .stats-block .stats-text {
    font-size: 18px !important;
}

.homesectwo h2 {
    font-size: 28px;
}

.homesectwo p {
    font-size: 17px;
}

.homesecthree h2 {
    padding-bottom: 14px !important;
    font-size: 30px;
}

.homesecthree p {
    padding-right: 0px;
}

.homesecfour {
    padding-bottom: 40px !important;
    padding-top: 40px !IMPORTANT;
}

.homesecfour h2 {
    font-size: 40px;
}

.homesecfour p {
    font-size: 17px;
}

.owl-carousel .owl-item {justify-content: flex-end !important;}

.homesecfive h2 {
    font-size: 31px;
}

.homesecfive .aio-icon-component.style_1 {
    height: 442px;
}

.homesecsix h2 {
    font-size: 31px;
}

.homesecsix p {
    font-size: 18px;
}

.homesecsix .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}

.homesecsix .aio-icon-component.style_1 {
    height: 300px;
}

section.vc_section.homesecseven {
    padding-top: 50px !IMPORTANT;
    padding-bottom: 50px !important;
}

.homesecseven textarea.wpcf7-form-control.wpcf7-textarea.form-control {width: 304px;}

.wpcf7-checkbox input[type="checkbox"] + span {
    font-size: 13px;
}

.homeseceight h2 {
    font-size: 50px !important;
}

.homebanner {
    padding-bottom: 50px !important;
    padding-top: 50px !IMPORTANT;
}

section.vc_section.homesectwo.vc_custom_1697571223310.vc_section-has-fill {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homesecseven p.vc_custom_heading {
    font-size: 17px;
}

section.vc_section.homeseceight {
    padding-top: 50px !IMPORTANT;
}

h3.widget-title {
    padding-left: 0px;
}

ul li {
    padding-left: 0px;
}
.homesecseven .wpb_column.vc_column_container.vc_col-sm-5 {
    height: 313px;
}

	.homesecseven .wpb_column.vc_column_container.vc_col-sm-5 {
     height: 335px;
}
	.homesecseven .vc_row.wpb_row.vc_inner.vc_row-fluid.bag {
    border-radius: 0px;
}
	
	section.vc_section.aboutbanner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.aboutbanner h1 {
    padding-bottom: 5px;
    font-size: 27px;
}

.aboutbanner p {
    font-size: 16px;
}

.aboutbanner img.vc_single_image-img.attachment-full {
    max-width: 87%;
    padding-top: 20px;
}

.aboutbanner .vc_single_image-wrapper.vc_box_border_grey {
    text-align: center;
}

section.vc_section.aboutsecone.vc_custom_1697066030187.vc_section-has-fill {}



.aboutsecone .box img.aligncenter {
    top: -84px !important;
}



.aboutsecone .boxtwo img.aligncenter {
    top: -84px !important;
    left: 112px;
}

.aboutsecone .boxtwo {
    margin-top: 156px;
    border-radius: 20px;
    height: 392px;
    margin-bottom: 1px !important;
}

.aboutsecone .box {
    height: 443px;
}

.aboutsectwo h2 {
    font-size: 30px;
}

.aboutsectwo p.vc_custom_heading {
    font-size: 17px;
    text-align: justify !important;
}


.aboutsecone .boxtwo p {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.aboutsecone .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin: 0px;
}

.aboutsecone .vc_row.wpb_row.vc_row-fluid {
    padding-top: 130px;
}

.aboutsectwo .main p {
    padding: 0px;
}

.aboutsectwo .main {
    / display: block; /
    text-align: center;
    background: none;
    border-radius: 20px;
}

.aboutsectwo .main.last {
    height: 315px;
    padding-bottom: 26px;
}

section.vc_section.aboutsectwo {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.aboutsecfour .roundtopleft {
    margin-bottom: 20px !IMPORTANT;
    height: 253px;
}

.aboutsecfour .roundtopright {
    height: 300px;
    margin-bottom: 20px !IMPORTANT;
}

.aboutsecthree h2 {
    font-size: 30px;
}

.aboutsecthree p {
    font-size: 15px;
}

.aboutsecfour h2 {
    font-size: 23px !important;
}

.aboutsecfour .roundbottomleft {
    height: 301px;
    margin-bottom: 20px !IMPORTANT;
}



.aboutsecfour .roundbottomright {
    height: 290px;
    margin-bottom: 20px !IMPORTANT;
}

.aboutsecfive .wpb_single_image img {
    width: 80%;
}

.aboutsecfive .vc_single_image-wrapper.vc_box_border_grey {
    text-align: center;
}

.aboutsecfive h2 {
    font-size: 38px !important;
}
	.aboutsectwo .main {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    padding: 30px 0px;
}

.aboutsecone .wpb_text_column.wpb_content_element {
    margin: 0px;
}

.aboutsecone .boxtwo {
    margin-top: 300px;
}

.aboutsecone .box p {
    font-size: 15px;
}
	
	
/* 	PRICING PAGE START */
	
	.pricingbanner h1 {
    font-size: 45px;
}


.pricingbanner p.vc_custom_heading {
    font-size: 18px;
}

.pricingbanner .pricing h4 {
    left: 13%;
}

.pricingbanner .pricing {
    padding: 19px 21px;
}

.pricingbanner .pricing h4 {
    margin-bottom: 28px;
}

.pricingbanner .pricingtwo h4 {
    margin-bottom: 29px;
    left: 17%;
}

.pricingtwo ul {padding-bottom: 13px;}

.pricingbanner .pricingtwo {padding: 19px 21px;height: 517px;}
	
	
/* PRICINGPAGE ENDS */
/* 	CONTACT PAGE START */
	.contactsec1 .forstline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 157px;
}

.contactsec1 .secondline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 75px;
}

.contactsec1 .secondline textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 156px !important;
}

.contactsec1 .secondline input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    font-size: 8px;
}

.contactsec1 .secondline textarea.wpcf7-form-control.wpcf7-textarea.form-control ::placeholder {
    font-size: 6px !important;
}

.contactsec1 span.wpcf7-form-control.wpcf7-checkbox.form-control {
    width: 319px;
}

.contactsec1 .wpcf7-checkbox input[type="checkbox"] {
}

.contactsec1 .wpcf7-checkbox input[type="checkbox"] + span:before {
    top: 0px;
    left: 286px;
}

.contactsec1 textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 340px !important;
}

.contactsec1 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    padding: 6px
 98px;
}

	/* CONTACT PAGE ENDS */
	.journalbanner h2 {
    font-size: 25px;
}

.journalbanner p {
    font-size: 18px;
}

.journalsecone h2 {
    font-size: 32px;
}

.journalsecone h3 {
    font-size: 30px;
    padding-bottom: 10px;
}

.journalsecone p {
    font-size: 18px;
}

.journalsectwo h2 {
    font-size: 20px;
}

.journalsectwo p {
    font-size: 21px;
}

section.vc_section.journalsecthree.vc_custom_1697503579093.vc_section-has-fill {
    padding: 0px;
}

.journalsecthree p {
    font-size: 21px;
}

.journalsecthree h2 {
    font-size: 23px;
}

.journalsecfour h2 {
    font-size: 23px;
}

.journalsecfour p {
    font-size: 21px !important;
}

.journalsecfive h2 {
    font-size: 23px !important;
}

.journalsecfive p.vc_custom_heading {
    font-size: 21px !important;
}

.journalsecsix h2.vc_custom_heading {
    font-size: 23px;
}

.journalsecsix p.vc_custom_heading {
    font-size: 21px;
}

.journalsecseven p.vc_custom_heading {
    font-size: 21px;
}

section.vc_section.journaltesti .owl-item.active {
    justify-content: center !IMPORTANT;
}

h2.vc_custom_heading.hed {
    font-size: 30px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.jorn.vc_row-o-equal-height.vc_row-flex p.vc_custom_heading {
    font-size: 19px;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .aio-icon-component.style_1 {
    width: 370px;
    height: 355px;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .aio-icon-component.style_1 p {font-size: 16px !important;}
	
		.srve-four .vc_row.wpb_row.vc_inner.vc_row-fluid.non {
    display: none !important;
}

.srve-four p.vc_custom_heading {
    margin-bottom: 0px;
}

.srve-four .wpb_column.vc_column_container.vc_col-sm-8 {
    padding-bottom: 0px !important;
}
	
section.vc_section.mob {
    display: block !important;
}	
	.srev-one .rted {
    width: 96%;
}

.srev-one 
 .vc_row.wpb_row.vc_row-fluid {
    padding-bottom: 0px;
}

.srev-one 
 .wpb_column.vc_column_container.vc_col-sm-2 {
    display: none !IMPORTANT;
}

section.vc_section.srve-two h2.vc_custom_heading:before {
    top: 12% !important;
    left: 26% !important;
}

.srve-two p.ewr {
    padding-bottom: 0px !important;
}

.srve-two p.ewr .wpb_column.vc_column_container.vc_col-sm-2 {
}

.srve-two img.vc_single_image-img.attachment-full {
    width: 70%;
}


.srve-two   .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
}

.srve-two .wpb_column.vc_column_container.vc_col-sm-2 {
    padding-bottom: 0px;
}

.srve-two .wpb_column.vc_column_container.vc_col-sm-8 {
    padding-bottom: 0px;
}

.srve-three p.tyuio {
    font-size: 17px;
}

.srve-three .qwea h6 {
}

.srve-three .qwea {
    height: 229px !important;
}

.srve-four h2.vc_custom_heading {
    margin-bottom: 0px;
}
	.row.tp-r {
    padding-bottom: 10px;
}

.row.tp-r a.gghj-dr {
    padding: 11px 9px;
    font-size: 16px;
}

.row.tp-r .navbar-brand {
    padding-bottom: 26px;
    width: 45%;
}
	section.vc_section.Pre-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Pre-banner h1.vc_custom_heading {
    font-size: 23px;
}

.Pre-banner p {
    font-size: 16px;
}

section.vc_section.pre-one .por:before {
    display: none;
}

.pre-one .por {
    font-size: 27px;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-bottom: 0px !important;
}



.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section .vc_row.wpb_row.vc_row-fluid {
    padding-bottom: 0px !important;
}

.owl-stage-outer {
    padding-top: 52px;
}

.pre-one .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-bottom: 0px !important;
}

.vc_row.wpb_row.vc_row-fluid.no .item {
    height: 297px;
}

.vc_row.wpb_row.vc_row-fluid.no img {
    bottom: 62px;
}

.pre-two h2.vc_custom_heading {
    font-size: 25px;
}

.pre-two .okm {
    margin-bottom: 0px !important;
}

section.vc_section.pre-two .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 90%;
}

.pre-three h2.vc_custom_heading {
    font-size: 22px;
}

.pre-three p {
    font-size: 15px;
}

.pre-four h2 {
    line-height: 0px !IMPORTANT;
    font-size: 50px;
}

.pre-four .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !IMPORTANT;
}

.pre-four p {
    font-size: 15px;
}

.pre-four .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-bottom: 0px !important;
}

.pre-four .wpb_column.vc_column_container.vc_col-sm-8 {
    padding-bottom: 0px;
}
.Publication-banner h1.vc_custom_heading {
    font-size: 33px;
    margin: 0px;
}

.Publication-banner p {
    font-size: 16px;
}

.publiction-one h2.vc_custom_heading {
    margin: 0px;
    font-size: 24px;
}

section.vc_section.publiction-one .item {
    height: 254px;
}
section.vc_section.test-shape .trilx {
    font-size: 22px !important;
}

#customers-testimonials .owl-item.active.center .item {
    flex-shrink: 1 !IMPORTANT;
}

.Resubmission-banner h1.vc_custom_heading {
    font-size: 32px;
}

.Resubmission-banner h6.vc_custom_heading {
    font-size: 20px;
}

.Resubmission-banner p {
    font-size: 14px;
}

.Resubmission-banner img.vc_single_image-img.attachment-full {
    width: 100%;
    max-width: 336px;
}

.Resubmission-one h2.vc_custom_heading {
    font-size: 24px;
}

section.vc_section.Resubmission-one {
    padding-top: 30px !important;
}



.Resubmission-two h2.vc_custom_heading {
    font-size: 25px;
}

section.vc_section.Resubmission-two {
    padding-top: 30px !important;
}

.Resubmission-three h2.vc_custom_heading {
    font-size: 25px;
}

section.vc_section.Resubmission-three {
    padding-top: 20px !important;
}

section.vc_section.Menuscript-banner {
    padding-top: 30px;
}

.Menuscript-banner img.vc_single_image-img.attachment-full {
    width: 100%;
    max-width: 360px;
}

.Menuscript-one .qwaassd {
    padding: 10px;
}

.Menuscript-four .qaassd {
    padding: 10px;
}

.Menuscript-four img.vc_single_image-img.attachment-full {
    width: 100%;
    max-width: 360px;
}	
	
section.vc_section.Thesis-one {
    padding-top: 30px !important;
}

.Thesis-six  .vc_row.wpb_row.vc_row-fluid.vc_row-o-equal-height.vc_row-flex {
    padding-bottom: 0px;
}


.Thesis-two .aio-icon-component.style_1 {
    padding: 8px;
}

.Thesis-two h3.aio-icon-title.ult-responsive {
    margin-top: 12px !important;
}


.Thesis-four h2.vc_custom_heading {
    font-size: 22px;
}	
section.vc_section.ScientificEditing_banner h2.vc_custom_heading {
    font-size: 18px;
}

.Scientific.Editing_one h2.vc_custom_heading {
    font-size: 18px;
}

.Scientific.Editing_one h6.vc_custom_heading {
    font-size: 12px;
}

section.vc_section.ScientificEditing_two h2.vc_custom_heading {
    font-size: 20px;
}

section.vc_section.ScientificEditing_two {
    padding-bottom: 0px;
}

.ScientificEditing_three h2.vc_custom_heading {
    font-size: 20px;
}
.Premium-banner  img.vc_single_image-img.attachment-full {
    width: 70%;
}



.Premium-one .aio-icon-component.style_1 {
    padding: 13px;
}	
	
.AcademicProofreading-four h2.vc_custom_heading {
    font-size: 19px;
}

.pricingbanner h1 {
    font-size: 20px !important;
}	
	
.Plagiarism-one h2.vc_custom_heading {
    font-size: 20px;
}

.Plagiarism-one h4.vc_custom_heading {
    font-size: 16px;
}

.Plagiarism-two h2.vc_custom_heading {
    font-size: 20px;
    line-height: 29px;
}	
.Scratch-four .aio-icon-component.style_1 {
    height: 190px;
}

.Scratch-five .aio-icon-component.style_1 {
    height: 200px;
}	
.Statistical-two .aio-icon-component.style_1 {
    height: 170px;
}

.Statistical-three h2.vc_custom_heading {
    padding-bottom: 0px;
}

.Statistical-three .aio-icon-component.style_1 {
    height: 240px;
    margin: 0px;
}	
.Menuscript-four .qaassd {
    width: 90%;
    margin: auto;
    height: 150px;
}	
	
.journalbanner h1.vc_custom_heading {
    font-size: 20px;
    line-height: 25px;
}	
.english-banners h1.vc_custom_heading {
    font-size: 20px;
}
.english-banners p {
    font-size: 12px;
}
	
	
	
	
	
	
}







@media screen and (max-width: 375px){
	
	.navbar-brand {
    width: 48%;
}

.homebanner h1 {
    font-size: 27px;
    padding-bottom: 4px;
}

.homebanner h2 {
    font-size: 18px;
}

.homebanner p {
    font-size: 16px;
    padding-bottom: 25px;
}

.homebanner img.vc_single_image-img.attachment-full {
    width: 70%;
}

.homebanner .wpb_single_image.wpb_content_element.vc_align_center {
    text-align: center;
}

.homesecone .vc_row.wpb_row.vc_row-fluid {
    display: block;
}

.homesecone h2 {
    text-align: center !important;
    padding-left: 0px !important;
    font-size: 36px;
    padding-bottom: 24px;
}

.homesecone .stats-block .stats-text {
    font-size: 18px !important;
}

.homesectwo h2 {
    font-size: 28px;
}

.homesectwo p {
    font-size: 17px;
}

.homesecthree h2 {
    padding-bottom: 14px !important;
    font-size: 30px;
}

.homesecthree p {
    padding-right: 0px;
}

.homesecfour {
    padding-bottom: 40px !important;
    padding-top: 40px !IMPORTANT;
}

.homesecfour h2 {
    font-size: 40px;
}

.homesecfour p {
    font-size: 17px;
}

.owl-carousel .owl-item {justify-content: flex-end !important;}

.homesecfive h2 {
    font-size: 31px;
}

.homesecfive .aio-icon-component.style_1 {
    height: 442px;
}

.homesecsix h2 {
    font-size: 31px;
}

.homesecsix p {
    font-size: 18px;
}

.homesecsix .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}

.homesecsix .aio-icon-component.style_1 {
    height: 300px;
}

section.vc_section.homesecseven {
    padding-top: 50px !IMPORTANT;
    padding-bottom: 50px !important;
}

.homesecseven textarea.wpcf7-form-control.wpcf7-textarea.form-control {width: 304px;}

.wpcf7-checkbox input[type="checkbox"] + span {
    font-size: 13px;
}

.homeseceight h2 {
    font-size: 50px !important;
}

.homebanner {
    padding-bottom: 50px !important;
    padding-top: 50px !IMPORTANT;
}

section.vc_section.homesectwo.vc_custom_1697571223310.vc_section-has-fill {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homesecseven p.vc_custom_heading {
    font-size: 17px;
}

section.vc_section.homeseceight {
    padding-top: 50px !IMPORTANT;
}

h3.widget-title {
    padding-left: 0px;
}

ul li {
    padding-left: 0px;
}
.homesecseven .wpb_column.vc_column_container.vc_col-sm-5 {
    height: 313px;
}

	.homesecseven .wpb_column.vc_column_container.vc_col-sm-5 {
     height: 335px;
}
	.homesecseven .vc_row.wpb_row.vc_inner.vc_row-fluid.bag {
    border-radius: 0px;
}
	
	section.vc_section.aboutbanner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.aboutbanner h1 {
    padding-bottom: 5px;
    font-size: 27px;
}

.aboutbanner p {
    font-size: 16px;
}

.aboutbanner img.vc_single_image-img.attachment-full {
    max-width: 87%;
    padding-top: 20px;
}

.aboutbanner .vc_single_image-wrapper.vc_box_border_grey {
    text-align: center;
}

section.vc_section.aboutsecone.vc_custom_1697066030187.vc_section-has-fill {}



.aboutsecone .box img.aligncenter {
    top: -84px !important;
}



.aboutsecone .boxtwo img.aligncenter {
    top: -84px !important;
    left: 112px;
}

.aboutsecone .boxtwo {
    margin-top: 156px;
    border-radius: 20px;
    height: 392px;
    margin-bottom: 1px !important;
}

.aboutsecone .box {
    height: 443px;
}

.aboutsectwo h2 {
    font-size: 30px;
}

.aboutsectwo p.vc_custom_heading {
    font-size: 17px;
    text-align: justify !important;
}


.aboutsecone .boxtwo p {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.aboutsecone .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin: 0px;
}

.aboutsecone .vc_row.wpb_row.vc_row-fluid {
    padding-top: 130px;
}

.aboutsectwo .main p {
    padding: 0px;
}

.aboutsectwo .main {
    / display: block; /
    text-align: center;
    background: none;
    border-radius: 20px;
}

.aboutsectwo .main.last {
    height: 315px;
    padding-bottom: 26px;
}

section.vc_section.aboutsectwo {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.aboutsecfour .roundtopleft {
    margin-bottom: 20px !IMPORTANT;
    height: 253px;
}

.aboutsecfour .roundtopright {
    height: 300px;
    margin-bottom: 20px !IMPORTANT;
}

.aboutsecthree h2 {
    font-size: 30px;
}

.aboutsecthree p {
    font-size: 15px;
}

.aboutsecfour h2 {
    font-size: 23px !important;
}

.aboutsecfour .roundbottomleft {
    height: 301px;
    margin-bottom: 20px !IMPORTANT;
}



.aboutsecfour .roundbottomright {
    height: 290px;
    margin-bottom: 20px !IMPORTANT;
}

.aboutsecfive .wpb_single_image img {
    width: 80%;
}

.aboutsecfive .vc_single_image-wrapper.vc_box_border_grey {
    text-align: center;
}

.aboutsecfive h2 {
    font-size: 38px !important;
}
	.aboutsectwo .main {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    padding: 30px 0px;
}

.aboutsecone .wpb_text_column.wpb_content_element {
    margin: 0px;
}

.aboutsecone .boxtwo {
    margin-top: 300px;
}

.aboutsecone .box p {
    font-size: 15px;
}
	
	
/* 	PRICING PAGE START */
	
	.pricingbanner h1 {
    font-size: 45px;
}


.pricingbanner p.vc_custom_heading {
    font-size: 18px;
}

.pricingbanner .pricing h4 {
    left: 13%;
}

.pricingbanner .pricing {
    padding: 19px 21px;
}

.pricingbanner .pricing h4 {
    margin-bottom: 28px;
}

.pricingbanner .pricingtwo h4 {
    margin-bottom: 29px;
    left: 17%;
}

.pricingtwo ul {padding-bottom: 13px;}

.pricingbanner .pricingtwo {padding: 19px 21px;height: 517px;}
	
	
/* PRICINGPAGE ENDS */
/* 	CONTACT PAGE START */
	.contactsec1 .forstline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 157px;
}

.contactsec1 .secondline input.wpcf7-form-control.wpcf7-text.form-control {
    width: 75px;
}

.contactsec1 .secondline textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 156px !important;
}

.contactsec1 .secondline input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    font-size: 8px;
}

.contactsec1 .secondline textarea.wpcf7-form-control.wpcf7-textarea.form-control ::placeholder {
    font-size: 6px !important;
}

.contactsec1 span.wpcf7-form-control.wpcf7-checkbox.form-control {
    width: 319px;
}

.contactsec1 .wpcf7-checkbox input[type="checkbox"] {
}

.contactsec1 .wpcf7-checkbox input[type="checkbox"] + span:before {
    top: 0px;
    left: 286px;
}

.contactsec1 textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 340px !important;
}

.contactsec1 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    padding: 6px
 98px;
}

	/* CONTACT PAGE ENDS */
	.journalbanner h2 {
    margin: 0px;
    font-size: 22px;
}

.journalbanner p {
    font-size: 17px;
}

section.vc_section.journalbanner.vc_custom_1697497929736.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-6 {
    padding-bottom: 5px;
}

section.vc_section.journalsecone.vc_custom_1697825706994.vc_section-has-fill {
    padding: 20px 0px !important;
}

.journalsecone h3 {
    font-size: 25px;
}

.journalsecone h2 {
    font-size: 30px;
}

.journalsecone p {
    font-size: 17px;
    font-weight: 400;
}

section.vc_section.journalsectwo.vc_custom_1697503572073.vc_section-has-fill {
    padding: 0px 0px !IMPORTANT;
}

.journalsectwo p {
    font-size: 19px;
}

.journalsecthree p {
    font-size: 19px;
}

.journalsecthree h2 {
    font-size: 22px;
}

.journalsecfour p {
    font-size: 19px !important;
}

.journalsecfive p.vc_custom_heading {
    font-size: 19px !important;
}

.journalsecsix p.vc_custom_heading {
    font-size: 19px;
}

.journalsecseven p.vc_custom_heading {
    font-size: 19px;
}

h2.vc_custom_heading.hed {
    font-size: 26px;
}

h3.vc_custom_heading.tal {
    font-size: 29px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.jorn.vc_row-o-equal-height.vc_row-flex p.vc_custom_heading {
    font-size: 18px;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .aio-icon-component.style_1 {
    width: 345px;
    height: 378px;
    margin-bottom: 20px !important;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .aio-icon-component.style_1 {}

.wpb_column.vc_column_container.vc_col-sm-4 {}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .wpb_column.vc_column_container.vc_col-sm-4 {
    padding: 0px;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill .vc_row.wpb_row.vc_inner.vc_row-fluid {
    padding: 0px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.jorn.vc_row-o-equal-height.vc_row-flex {
    padding-bottom: 0px !IMPORTANT;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.jorn.vc_row-o-equal-height.vc_row-flex .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0px;
}
	section.vc_section.srv-banner {
    padding-bottom: 30px;
    padding-top: 50px;
}

.srv-banner p.vc_custom_heading {
    font-size: 15px;
}

.srv-banner h1.vc_custom_heading {
    font-size: 30px;
}

.srev-one h2.vc_custom_heading {
    font-size: 23px;
    margin-bottom: 30px;
}

section.vc_section.srev-one h2.vc_custom_heading:before {
    width: 76%;
    top: 44%;
    left: 28%;
}

.srev-one .rted {
    width: 340px;
    height: 220px;
}

section.vc_section.srev-one {
    padding-top: 30px !important;
    padding-bottom: 30px;
}

.srve-two h2.vc_custom_heading {
    font-size: 23px !important;
}

section.vc_section.srve-two h2.vc_custom_heading:before {
    width: 81% !important;
    top: 13% !important;
    left: 24% !important;
}

.srve-two p.ewr {
    padding: 0px;
}

.srve-four h2.vc_custom_heading {
    font-size: 23px;
    margin-top: 0px;
}

.srve-four p.vc_custom_heading {
    padding: 0px;
}

.srve-five h2 {
    font-size: 50px;
}

.srve-three h2.vc_custom_heading {
    font-size: 23px !important;
}

.srve-three p.tyuio {
    font-size: 16px;
}
	.srve-three .qwea {
    height: 258px !important;
}


.srve-three .wea {
    height: 238px;
}

.srve-three .vc_row.wpb_row.vc_row-fluid.mjns {
    padding-bottom: 0px !important;
}

section.vc_section.srve-five {
    padding-bottom: 0px !IMPORTANT;
}



section.vc_section.srve-five .wpb_column.vc_column_container.vc_col-sm-2 {
    display: none !IMPORTANT;
}
	.Pre-banner h1.vc_custom_heading {
    font-size: 20px;
}

.Pre-banner p {
    font-size: 15px;
}

section.vc_section.Pre-banner {
    padding-bottom: 20px;
}

.pre-one .por {
    font-size: 24px;
}

.vc_row.wpb_row.vc_row-fluid.no .item {
    height: 309px;
}

.pre-two h2.vc_custom_heading {
    font-size: 22px;
    margin: 0px;
}

.pre-two .okm {}

.aboutsecone .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
}

.pre-three h2.vc_custom_heading {
    font-size: 20px;
    line-height: 1.4;
}

.pre-three p {
    font-size: 14px;
}

.pre-four h4 {
}
	.Publication-banner h1.vc_custom_heading {
    font-size: 29px;
    padding-bottom: 5px;
}

.Publication-banner p {
    font-size: 15px;
}

section.vc_section.Publication-banner {
    padding-bottom: 0px;
}

.publiction-one h2.vc_custom_heading {
    font-size: 20px;
}
	section.vc_section.test-shape .trilx {
    font-size: 22px !important;
}

#customers-testimonials .owl-item.active.center .item {
    flex-shrink: 1 !IMPORTANT;
    width: 460px !IMPORTANT;
}
	section.vc_section.test-shape .trilx {
    font-size: 20px !IMPORTANT;
}

section.vc_section.test-shape .testimonials .item {
    height: 360px !important;
}

section.vc_section.test-shape .testimonials .item {
    height: 340px !important;
}

section.vc_section.test-shape .owl-carousel .owl-item.center .item p {
    font-size: 14px !IMPORTANT;
    line-height: 17px !important;
}
	

.Resubmission-one h2.vc_custom_heading {
    font-size: 22px;
    padding-bottom: 15px;
}

section.vc_section.Resubmission-one {
    padding-top: 10px !important;
}

.

.Resubmission-one .owl-stage-outer {
    padding-top: 46px;
}

.Resubmission-one  .vc_row.wpb_row.vc_row-fluid {
    padding-bottom: 0px;
}

.Resubmission-one  .wpb_column.vc_column_container.vc_col-sm-10 {
    padding-bottom: 0px;
}

.Resubmission-two h2.vc_custom_heading {
    font-size: 22px;
}

.Resubmission-two p {
    font-size: 12px;
}

.Resubmission-three h2.vc_custom_heading {
    font-size: 22px;
}

section.vc_section.Resubmission-three {
    padding-top: 0px !important;
}
section.vc_section.Resubmission-one {
    padding-top: 30px !important;
}

.Resubmission-one .vc_row.wpb_row.vc_row-fluid.no img {
    bottom: 55px;
}

.Resubmission-one .owl-stage-outer {
    padding-top: 44px;
}

.Resubmission-three .zzxaas {
    height: 170px;
}	
	
.home-four .mnbvc {
    padding-left: 71px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 88px;
}

.home-four .mnvc {
    padding-left: 71px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 88px;
}

.home-four .mnbv {
    padding-left: 71px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 88px;
}	
.Thesis-four h2.vc_custom_heading {
    font-size: 20px;
    padding-bottom: 0px;
}

.Thesis-five .aio-icon-component.style_1 {
    padding: 10px !important;
}	
.Scientific div#wpcf7-f632-p685-o1 {
    padding-left: 17px;
}

.Menuscript-three h2.vc_custom_heading {
    font-size: 30px;
}
	
.Premium-one .aio-icon-description.ult-responsive {
    font-size: 10px;
}

.Premium-one .aio-icon-component.style_1 {
    padding: 23px;
}	
.AcademicProofreading-four .aio-icon-component.style_1 {
    width: 80%;
}	
section.vc_section.Scratch-banner {
    padding-top: 10px;
    padding-bottom: 10px;
}

section.vc_section.Scratch-one {
    padding-top: 10px;
}

.Scratch-four .aio-icon-component.style_1 {
    height: 220px;
}

.Scratch-five .aio-icon-component.style_1 {
    height: 220px;
}	
	
.Statistical-two .aio-icon-component.style_1 {
    height: 180px;
}

.Statistical-three .aio-icon-component.style_1 {
    height: 270px;
}	
	
.Patent-three .aio-icon-component.style_1 {
    width: 310px;
}	
.Scratch-banner h1.vc_custom_heading {
    font-size: 17px;
}	
	
}




/*--------------------------------------------------------------
## MEDIA QUERY ENDS
-----------------------------------------------------------------*/




.homeseceight h4.vc_custom_heading {
    font-family: 'Montserrat' !IMPORTANT;
}

section.vc_section.journalsecone.vc_custom_1697825706994.vc_section-has-fill h4.vc_custom_heading {
    font-size: 40px;
    font-weight: 700;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill h4.vc_custom_heading.hed {
    color: #F4A634;
    text-align: center;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill h4.vc_custom_heading.hed:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/10/Arrow-1.png) !important;
    content: "";
    display: block;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 67%;
    left: 24%;
    top: 81px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    background-repeat: no-repeat !important;
}

section.vc_section.journalseclast.vc_custom_1697842039710.vc_section-has-fill h2.vc_custom_heading.tal {
    font-size: 35px;
    font-weight: 600;
}

section.vc_section.journalsectwo.vc_custom_1697503572073.vc_section-has-fill h3.vc_custom_heading {
    margin: 0px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

section.vc_section.journalsecthree.vc_custom_1697503579093.vc_section-has-fill h3.vc_custom_heading {
    margin: 0px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

section.vc_section.journalsecfour.vc_custom_1697503587463.vc_section-has-fill h3.vc_custom_heading {
    margin: 0px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

section.vc_section.journalsecfive.vc_custom_1697503669055.vc_section-has-fill h3.vc_custom_heading {
    margin: 0px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

section.vc_section.journalsecsix.vc_custom_1697826700300.vc_section-has-fill h3.vc_custom_heading {
    margin: 0px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

section.vc_section.journaltesti h2.vc_custom_heading {
    font-size: 45px;
    font-weight: 700;
    color: black;
}

section.vc_section.journaltesti h5 {
    margin: 0px;
    padding: 10px 0px;
    color: #F4A634;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 23px;
}

section.vc_section.journalsecseven.vc_custom_1697827227629.vc_section-has-fill h3.vc_custom_heading {
    margin: 0px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

section.vc_section.srv-banner h4.vc_custom_heading {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

section.vc_section.srve-three.vc_custom_1701366207605.vc_section-has-fill p {
    color: black;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
}

section.vc_section.Resubmission-banner h4.vc_custom_heading {
    font-size: 25px;
    font-weight: 600;
    color: black;
    margin: 0px;
    margin-bottom: 20px;
}

section.vc_section.pre-one.vc_custom_1701801307085.vc_section-has-fill h2.vc_custom_heading {
    color: #F4A634;
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 800;
    word-wrap: break-word;
    text-align: center;
}

section.vc_section.pre-one.vc_custom_1701801307085.vc_section-has-fill h2.vc_custom_heading:before {
    background: url(https://edinburghpublication.com/wp-content/uploads/2023/12/Arrow-1-1-1.png);
    content: "";
    display: block;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 208px;
    top: 60%;
    left: 45%;
    transform: translate(-50px, 0%) !important;
}

section.vc_section.pricingbanner h2.vc_custom_heading {
    color: #000;
    text-align: center;
    /* font-family: Inter; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    padding-bottom: 10px;
}
section.vc_section.contactsec1 h1 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.46px;
    margin: 0px;
    padding-top: 25px;
}

section.vc_section.Thesis-banner h4.vc_custom_heading {
    margin-top: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

section.vc_section.Scientific.Editing_one h4.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
}

section.vc_section.ScientificEditing_banner h4.vc_custom_heading {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
}

section.vc_section.Plagiarism-banner h4.vc_custom_heading {
    margin-top: 0px;
    font-size: 20px;
    color: black;
    font-weight: 600;
}