@charset "UTF-8";
/* CSS Document */
@font-face {font-family: 'Gotham-Bold';src: url('../fonts/Gotham-Bold.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'Gilroy';src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'Mulish';src: url('../fonts/Mulish-Regular.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'Lato-Regular';src: url('../fonts/Lato-Regular.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'Roboto';src: url('../fonts/Roboto-Regular.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}


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

:root {
	--blue: #367C2A;
	--white: #ffffff
}

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

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

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

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-blue{
	background-color: #367C2A;
}

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

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

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

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

.visible-title {
    visibility: visible;
}

header{
	padding:0px 0px;
    width: 100%;
    background-color: #fff;
	border-bottom: 1px solid gray;
    z-index: 9;
}
header .navbar .nav-item .nav-link{
	font-size: 13px;
	line-height: 20px;
	color: #262626;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Gilroy';
	padding: 10px 15px;
}
header .navbar .nav-item a.btn-blue{
	color: #fff!important;
	font-family: 'Roboto';
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	font-weight:500;
	padding: 5px 18px;
	margin-left: 15px;
	background:#367C2A;	
	border-radius:5px;
	cursor:pointer;
}

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

header .navbar .nav-item .dropdown-menu{
	background-color: #256d19;
}
header .navbar .nav-item .dropdown-menu .dropdown-item{
	color: #ffffff;
	font-size: 13px;
    line-height: 20px;
	font-weight: bold;
}
header .navbar .dropdown-item:hover,header .navbar .dropdown-item:focus{
	color: #367C2A !important;
}

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


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


/*==============================================================
	Footer Style
==============================================================*/
footer .get-quote{
	background:linear-gradient(90deg, #3B7F2D 0%, #92AF38 100%);
	padding: 35px 0px;
}
footer .get-quote .btn-blue{
	font-size: 16px;
    padding: 11px 63px;
	background:#ffffff;
	color:#367C2A;
	border-radius: 5px;
	border:1px solid #ffffff;
	cursor:pointer;
}

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

}

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

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

/*==============================================================
	Banner Section Style
==============================================================*/
.hero-banner{
	background: url('../images/banner-home.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	height:350px;
	text-align: center;
	padding-top:55px;
}

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

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

/*==============================================================
	services Section Style
==============================================================*/
.services{
	padding: 60px 0px;
}
.services h2{
	color: #000000;
	font-family: 'Gotham-Bold';
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 12px;
}
.services p{
	color: #000000;
	font-family: 'Roboto';
	font-size: 13px;
	line-height: 20px;
	margin: 0px 0px 25px;
}
.services-box{
	padding: 20px;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	width: 100%;
	height: 100%;
	border: 1px solid #367C2A;
	display: inline-block;
}

.services-box:hover{	
	background-color: #F3F1E6;	
}
.services-box .icon{
	height: 62px;
	width: 62px;
	padding: 29px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position:-183px -94px;
	flex-shrink: 0;
}
.services-box .icon1{
	height: 62px;
	width: 63px;
	padding: 29px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position:-97px -94px;
	flex-shrink: 0;
}
.services-box .icon2{
	height: 62px;
	width: 71px;
	padding: 29px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -10px -10px;
	flex-shrink: 0;
}
.services-box .icon3{
	height: 50px;
	width: 50px;
	padding: 25px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -345px -150px;
	flex-shrink: 0;
}
.services-box .icon4{
	height: 50px;
	width: 50px;
	padding: 25px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -345px -220px;
	flex-shrink: 0;
}
.services-box .icon5{
	height: 50px;
	width: 50px;
	padding: 25px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position:  -345px -10px;
	flex-shrink: 0;
}
.services-box .icon6{
	height: 64px;
	width: 64px;
	padding: 29px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -12px -92px;
	flex-shrink: 0;
}
.services-box .icon7{
	height: 64px;
	width: 64px;
	padding: 32px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -181px -10px;
	flex-shrink: 0;
}
.services-box .icon8{
	height: 64px;
	width: 64px;
	padding: 30px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -97px -10px;
	flex-shrink: 0;
}
.services-box .icon9{
	height: 62px;
	width: 62px;
	padding: 30px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -10px -176px;
	flex-shrink: 0;
}
.services-box h3{
	color: #367C2A;
	font-family: 'Gotham-Bold';
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-left: 20px;
}
.benefits .services-box h3{
	font-size: 24px;
	line-height: 30px;
}
.benefits .services-box .icon{
	border: 3px solid rgba(0, 52, 105, .5);
}
.services-box p{
	color: #000000;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 22px;
	margin-top: 12px;
	height: auto;
}
.services-box span{
	color: #000000;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

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

.services.support h2{
	margin-bottom: 30px;
}
.support .support-cotainer{
	max-width: 910px;
	width: 100%;
	margin: auto;
}
.support .services-box{
	padding: 30px;
	border-left: 5px solid #367C2A;
}
.support .icon-box{
	margin-bottom: 15px;
}
.support .icon-box .icon{
	border: 2px solid #367C2A;
	padding: 23px;
	height: 50px;
	width: 50px;
}
.support .services-box p{
	margin: 0px;
}
.support .services-box p:nth-of-type(1){
	font-family: 'Lato';
    font-size: 16px;
    line-height: 24px;
    margin-bottom:15px;
    color: #000000;
}
.support .services-box p:nth-of-type(2){
	color: #4C4C4C;
	font-family: 'Gilroy';
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

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

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

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

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

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

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

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

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

.faqs .card-body{
	padding: 10px 0px 0px;
	color: #000000;
	font-family: 'Roboto';
	font-size: 13px;
	line-height: 20px;
}
.faqs .card-header .btn-link{
	color: #333333;
	font-family: "Gotham-Bold";
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	padding: 0px 25px 0px 0px;
	white-space: normal;
	text-align: left;
}
.faqs .faqs-body{
	padding-left: 45px;
}
.faqs .faqs-body 
.faqs .faqs-body .mb-0 > button {
	display: block;
	position: relative;
  }
.faqs .faqs-body .mb-0 > button::after {
	content: "\f067";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0px;
	font-weight: 600;
}
  
.faqs .faqs-body .mb-0 > button[aria-expanded="true"]::after {
	content: "\f068";
	font-family: 'FontAwesome';
	font-weight: 600;
}
.faqs .faqs-body .mb-0 > button[aria-expanded="true"]{
  color: #367C2A;
  font-family: "Gotham-Bold";
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  
  text-align: left;
}
.faqs .faqs-body .mb-0 > button[aria-expanded="true"] .count-faqs{
	color: #367C2A;
}
.faqs .faqs-body .mb-0 > button > .count-faqs{
	position: absolute;
	float: left;
	left: -40px;
	color: #979797;
	font-family: "Roboto Condensed";
	font-size: 22px;
	line-height: 25px;
	font-weight: 100;
}

/*==============================================================
	Select Plan Section Style
==============================================================*/
.services.plans h2{
	margin-bottom: 80px;
}
.select-plan{
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
.select-plan .header-part{
	padding: 30px 30px 17px;
}
.select-plan .header-part h3{
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
.select-plan .header-part p{
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 0;
}
.select-plan .body-part{
	background-color:#F3F1E6;
	padding: 17px 20px;
	height: 140px;
}
.select-plan .body-part p{
	margin: 0;
}
.list-part h5{
	color: #000000;
	font-family: 'Roboto';
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 22px 30px 5px;
	border-bottom: 4px solid rgba(0,0,0,0.1);
}
.list-part ul{
    display: flex;
    flex-wrap: wrap;
}
.list-part ul li{
	color: #000000;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 20px;
	padding: 10px 30px 10px 55px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.list-part ul li:before {
   position: relative;
    content: "\f00c";
    width: 12px;
    height: 10px;
    left: -20px;
    top: 0px;
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #337B06;
    width: 1em;
    margin-right: -1em;
	
}
.list-part ul li small{
	display: block;
	font-family: 'Roboto';
	font-size: 10px;
	line-height: 20px;
}
.footer-part{
	padding: 40px 30px 30px;
	border-top: 3px solid rgba(0,0,0,0.1);
}
.btn-outline-blue{
	border: 1px solid #367c2a;
	border-radius: 4px;
	color: #367c2a;
	padding: 12px 20px;
	width: 100%;
	word-break: inherit;
    white-space: break-spaces;
	text-align: center;
    display: inline-block;
}

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

.btn-outline-blue:hover, .btn-outline-blue1:hover{
	background-color: #367c2a;
	color: #FFFFFF;
}

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

}

.select-plan.most-popular .body-part{
	background-color: #367C2A;
}

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


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

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


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

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

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


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

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

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

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


.aspts{padding: 80px 0px;background: #f3f1e6;}
.aspts .box{box-shadow: 0px 0px 15px rgba(0, 0, 0, 15%);border-radius: 5px;padding:25px 18px 15px;background:#ffffff;}
.aspts .box .tab-pane .head{font-size: 20px;line-height: 24px;font-family: 'Gilroy';padding: 0px 0px 20px;}
.aspts .box .tab-pane p{font-size: 16px;line-height: 24px;font-family: 'Lato-Regular';}
.aspts .box .tab-pane ul{padding-bottom:20px}
.aspts .box .tab-pane ul li{list-style: disc;font-size: 16px;line-height: 24px;font-family: 'Lato-Regular';margin-left: 20px;}

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

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

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


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

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

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


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


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


.features,
.rps{
    padding: 50px 0px;
}

.why-to-promote {
    padding: 50px 20px;
}

.features h2, .why-to-promote h2, .rps h2 {
    color: #000000;
    font-family: "Gotham-Bold";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 35px;
}


.why-to-promote ul li{list-style: disc;padding-bottom: 20px;font-weight:400;font-family: 'Roboto';}

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

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

.rps .box hr{
    width:560px;display:inline-block;margin-bottom:0px;margin-top:0px;
}


.pad-20{padding:20px;}
.bg-head{background: #2F6B25;color: #ffffff;padding: 20px;border-radius: 2px 2px 0 0;font-family: "Gotham-Bold";}
.bg-head .price{float:right;font-size:22px;font-family: "Gotham-Bold";}
.font12{font-size:12px;line-height:20px;font-weight:400;font-family: 'Roboto';}
.font14{font-size:14px;line-height:20px;font-weight:400;font-family: 'Roboto';}

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

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

.rps .details {
    border-radius: 5px;
    background-color: #2f6b25;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Roboto';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 15px;
}

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

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

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

.btn-quote:hover {
    color: #ffffff;
    background: #1b610f;
}

.hg-35{height:35%!important;}


.rps section, .rps section {
	float: left;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0px 0px 6px 1px #c5c5c5;
}

.rps section img, .rps section img {
	width: 100%;
	height: auto;
}

.section2 .overlay {
	width: 100%;
	height: 0%;
	background: rgba(22,40,111,0.5);
	text-align: center;
	position: absolute;
	right: 0px;
	top: 0px;
	transition: 0.5s ease;
}

.section2 .icon-2x {
	position: absolute;
	bottom: -50px;
	left: 45%;
	transition: 0.5s ease;
	width: 30px;
}

.section2:hover .overlay {
	height:96%;
	transition: 0.5s ease;
}

.section2:hover .icon-2x {
	bottom: 40%;
	transition: 0.5s ease;
}

.samples-name{font-family:'Roboto';font-size:13px;line-height:20px;font-weight:400;}

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

@media screen and (max-width:950px){	
	.services.support .services-box{max-width: 100%;}
	.how-it-work-box{margin-left:0px;}
	.services-box p, .select-plan .body-part{height:auto;}
	.list-part ul{display: block;}
	.select-plan.most-popular .blue-title{margin-top:0px;}
	.nav-tabs .nav-link {width: 237px;}
}

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

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


@media screen and (max-width:767px){
	.bg-head {height: 100px;}
	.how-it-work-box{margin-left:0px;}
	.mar-b47{margin-bottom:15px!important}	
	.desk{display:none}
	.rps .box hr {
    width: 100%;}
.mob{display:inline-block;max-width:100% !important;margin-left: 0px!important;margin-left:6px!important;}
.how-it-work-box h3{display:flex;font-size: 18px;}
.form-ifrm{height:500px;}
.aspts .nav-tabs .nav-item, .aspts .nav-tabs .nav-item .nav-link {width: 100%;}

}


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

/* add on 29th july 2022 */
.text-decoration-under{text-decoration:underline;}

/* add on 9th Augest 2022 */
.sample-border{box-shadow: 0 0 5px 2px #ccc;display:inline-block;margin-bottom:10px;}