@font-face {
font-family: 'OpenSansBold';
font-style: normal;
font-weight: normal;
src:url('../fonts/OpenSans-Bold.woff') format('woff');
}

@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: normal;
src:url('../fonts/OpenSans-Regular.woff') format('woff');
}


html {
    scroll-behavior: smooth
}

body {
    padding: 0;
    margin: 0;
    font: 16px/24px 'OpenSans';
    color: #11223f
}

* {
    margin: 0;
    padding: 0
}

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

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.anchor-new {display: block;height:60px!important;margin-top: -30px!important;visibility: hidden;}
.mar-b45{margin-bottom: 45px;}
.mar-b30{margin-bottom: 30px;}
.mar-t15{margin-top: 15px;}
.pad-lr{padding: 0px 30px;}
.pad-lr70{padding: 0px 70px;}
.pad-lr110{padding: 0px 110px;}
.sticky {position:fixed;top:0;width:100%;background:#fff;z-index:10;border-bottom:2px solid #333333}
.sticky+.content {padding-top: 102px}
article{padding: 60px 0px;}
.bg-color{background: #F5F5F5;}
.sec-heading{color: #000000;font-family: OpenSansBold;font-size: 30px;font-weight: bold;letter-spacing: 0;line-height: 40px;margin-bottom: 15px;}
.btn-quote{color: #ffffff;background:#CD4400;font-family: OpenSansBold;font-size: 16px;font-weight: bold;letter-spacing: 0;line-height: 24px;text-align: center;border: 1px solid #CD4400;padding: 10px;width: 200px;display: inline-block;border-radius: 4px;margin-left: 15px;}
.btn-quote:hover{color: #ffffff;background:#983403;text-decoration: none;}
.btn-quote1{color: #ffffff;background:#CD4400;font-family: OpenSansBold;font-size: 18px;font-weight: bold;letter-spacing: 0;line-height: 26px;text-align: center;border: 1px solid #CD4400;padding: 15px;width: 250px;display: inline-block;border-radius: 4px;}
.btn-quote1:hover{color: #ffffff;background:#983403;text-decoration: none;}

/* nav section start here */
.main-header{background: #333333;}
.navbar{padding-top: 5px; margin-bottom:0px;}
.navbar-nav{padding-top:0px;margin-left:15px;}
.navbar-toggle{margin-right:0px; margin-top:5px;border: 1px solid rgb(255 255 255 / 1);}
.navbar-toggle .icon-bar {background: #ffffff;}
.navbar-brand {float: left;height: auto;padding: 0px 0px;}
.nav>li>a{padding:10px;}
.navbar .cta{float:right;padding-top:9px;}
.navbar .cta .btn-warn{border-radius:4px;background-color:#CD4400;color:#FFFFFF;font-size: 14px;font-family: OpenSansBold;font-weight: bold;letter-spacing: 1px;line-height: 20px;text-align: center;}
.navbar .cta .btn-warn:hover{background-color: #983403;color: #FFFFFF;}
.navbar-nav>li>a {padding-top: 15px;padding-bottom: 15px;color: #ffffff;font-family: OpenSansBold;font-size: 13px;font-weight: bold;letter-spacing:0.7px;line-height: 20px;border-radius:5px;}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #585757;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: #585757;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background-color: #585757;}
.dropdown-menu>li>a {display: block;clear: both;white-space: nowrap;color: #333333;font-family: OpenSansBold;font-size: 13px;font-weight: bold;letter-spacing: 0.7px;line-height: 20px;padding: 9px 15px;}
@media (max-width: 767px){
.navbar .cta{float:left;width:100%}
.navbar .cta .btn-warn{width:100%}
.navbar-nav{margin-left:0px;}
.navbar-nav>li>a {padding-top:10px;padding-bottom:10px;}
}
/* nav section end here */
.banner{position:absolute;top:20%;}
.banner ul li{color: #ffffff;
    font-family: OpenSansBold;
    font-weight: 500;
    letter-spacing: 0;    
    padding-bottom: 10px;
    background: url(../images/shape.svg) no-repeat 0 4px;
    padding: 0 0 5px 30px;
    margin-bottom: 10px;font-size:18px;line-height:22px;}

.banner .head1{color: #ffffff;font-family: OpenSansBold;font-size: 36px;letter-spacing: 0;line-height:46px;padding-bottom:10px;}
/* .banner .head1 span{font-family: OpenSansBold;} */
.banner .info{color: #FFFFFF;letter-spacing: 0;margin-bottom:30px;}
.banner .cta a{color: #000000;font-size: 18px;letter-spacing: 0;line-height: 24px;border: 0.9px solid rgba(155,155,155,0.29);border-radius: 4.5px;background-color: #FFFFFF;box-shadow: 0 5px 12px 0 rgba(0,2,11,0.09);width: 260px;text-align: center;padding: 10px;display: inline-block;margin-right:20px;margin-bottom:20px;}
.banner .cta a:hover{border: 0.9px solid #cd4400;box-shadow: 0 5px 12px 0 rgb(205 68 0 /80%);color: #cd4400;}



   /* how-we-can-help section start here */
#how-we-can-help .box{border-radius:4px;background-color:#FFFFFF;box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);padding: 30px;margin:15px auto;height: 310px;}
#how-we-can-help .box .head{color: #000000;font-family: OpenSansBold;font-size: 20px;font-weight: bold;letter-spacing: 0;line-height: 24px;margin-bottom: 16px;}
#how-we-can-help .box .para{height:135px;color:#000000;font-size:14px;letter-spacing:0;line-height:22px;}
.eng-editing{border-left:5px solid #FFDC68;}
.translation{border-left:5px solid #AE9FE1;}
.manuscript{border-left:5px solid #50CAAE;}
#how-we-can-help ul li{margin-bottom: 15px;background: url(../images/tick.png) no-repeat 0px 4px;padding: 0px 0px 0px 30px;color: #000000;font-size: 13px;letter-spacing: 0;line-height: 20px;}
/* how-we-can-help section end here */

/* services section start here */
.services-we-offer {padding: 60px 0}
.services-we-offer .box {border-radius:4px;background-color:#fff;box-shadow:0 4px 20px 0 rgba(0, 0, 0, .12);margin:0;margin-bottom:50px}
.services-we-offer .box:last-child {margin-bottom:0px}
.services-we-offer .box .wd-100{width:100%;display:flex;border-bottom:1px solid rgb(51 51 51 / 20%);padding:20px 24px;margin-bottom: 18px}
.services-we-offer .box .wd-100 .wd-75 {width: 74%;display: flex;padding: 15px 0}
.services-we-offer .box .wd-100 .wd-75 .head {font-family: OpenSansBold;font-size:26px;font-weight: 700;letter-spacing: 0;line-height:30px;margin-right: 20px;color:#000000}
.services-we-offer .box .wd-100 .wd-75 .bs-day {padding: 7px 4px;opacity: .8; color: rgb(51 51 51 / 80%);font-family: OpenSans;font-size: 16px;font-weight: 500;letter-spacing: 0;line-height: 19px}
.services-we-offer .box .wd-100 .wd-25 {width: 26%;display: flex;padding: 10px 0}
.services-we-offer .box .wd-100 .wd-25 .price {color: #333;font-family: OpenSansBold;font-size: 24px;font-weight: 700;letter-spacing: 0;  line-height: 28px;margin-right: 26px;padding: 10px 0}
.services-we-offer .box .wd-100 .wd-25 .cta {background-color: #cd4400;box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);width:150px;color:#fff;font-family: OpenSansBold;font-size: 16px;font-weight: 500;text-align: center;letter-spacing: 0;line-height: 24px;padding: 12px;border-radius:5px;}
.services-we-offer .box .wd-100 .wd-25 .cta:hover {background-color: #983403;}
.services-we-offer .box .wd100 {width: 100%;display: flex;padding: 0 24px 20px}
.services-we-offer .box .wd100 .wd-70 {width: 65%;padding: 15px 20px 0 0}
.services-we-offer .box .wd100 .wd-30 {width: 35%;padding: 15px 20px 15px 0}
.services-we-offer .box .wd100 .wd-70 .info {color: #333;letter-spacing: 0;line-height: 20px;padding-bottom: 20px}
.services-we-offer .box .wd100 .wd-70 .main li {color: #333;font-family: OpenSans;font-weight: 500;letter-spacing: 0;line-height: 22px;padding-bottom: 10px;background: url(../images/tick.png) no-repeat 0 4px;padding: 0 0 5px 30px;margin-bottom: 10px}
.services-we-offer .box .wd100 .wd-70 .sub-list {margin-left: 40px}
.services-we-offer .box .wd100 .wd-70 .sub-list li {list-style: disc;padding-bottom: 10px}
.services-we-offer .box .wd100 .wd-30 .sub-head {color: #333;font-family: OpenSansBold;font-size: 16px;font-weight: 700;letter-spacing: 0;line-height: 22px;padding-bottom: 10px}
.services-we-offer .box .wd100 .wd-30 button {margin-bottom: 5px;}

.media-package {border-left: 7px solid #DC4BAD}
.infographics {border-left: 7px solid #FFCE00}
.video-summary {border-left: 7px solid #C77DDF}
.language-summary {border-left: 7px solid #71CC98}
.research-story {border-left: 7px solid #00B5E2}
/* services section end here */

/* research-promote start here */
#research-promote .box{border-radius: 4px;background-color: #FFFFFF;box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);padding:15px 20px;width: 600px;position: relative;margin-left: 50px;margin-bottom:20px}
#research-promote .box:last-child {margin-bottom:0px}
#research-promote .box .num{position: absolute;margin: 20px -65px;color: #262626;font-family: OpenSansBold;letter-spacing: 0;line-height: 33px;text-align: center;font-size: 24px;}
#research-promote .box .head{color: #000000;font-family: OpenSansBold;font-size: 16px;font-weight: bold;letter-spacing: 0;line-height: 24px;margin-bottom:10px}
#research-promote .box .info{color: #000000;font-family: OpenSans;font-size: 13px;font-weight: 400;letter-spacing: 0;line-height: 20px;}
/* research-promote start here */


/* why-choose-us section start here */
#why-choose-us .box{border-radius:4px;background-color:#FFFFFF;box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);padding: 30px;margin:15px auto;height:250px;}
#why-choose-us .box .head{color: #000000;font-family: OpenSansBold;font-size: 20px;font-weight: bold;letter-spacing: 0;line-height: 24px;margin-bottom: 16px;height:50px;}
#why-choose-us .box .para{color: #000000;font-size: 13px;line-height: 20px;}
.collaborative{border-left:5px solid #FFCE00;}
.delivery{border-left:5px solid #C77DDF;}
.round-of-changes{border-left:5px solid #71CC98;}
.guarantee{border-left:5px solid #00B5E2;}
/* why-choose-us section end here */

.short-title{font-size:14px;font-weight:bold;letter-spacing:0;line-height:24px;color:#CD4400;}
.success-sory .head {color: #262626;font-family: OpenSansBold;font-size: 24px;font-weight: bold;letter-spacing: 0;line-height: 33px;
 margin-bottom: 10px;height:35px;}
.success-sory .carousel-inner {position: relative;overflow: hidden;box-shadow: 0 4px 20px 0 rgba(0,0,0,0.12);background: #ffffff;}
.success-sory .carousel-detail{min-height:300px;border-radius: 6px;padding: 30px 50px 30px 50px;border: 0px;}
.success-sory .carousel-control-next, .carousel-control-prev{width:auto;}
.success-sory .carousel-control-prev-icon{background-image:url(../images/arrow.png);width:30px;border-radius:50%;height:30px;left:-20px;position:absolute;top: 50%;}
.success-sory .carousel-indicators li{display:none}
.success-sory .carousel-control-next-icon{background-image: url(../images/arrow.png);width: 30px;border-radius: 50%;height: 30px;right: -20px;position: absolute;transform: rotate(180deg);top: 50%;}


/* faq section star here */
#faq .accordion1 {background-color: transparent;cursor: pointer;padding: 10px 20px 15px 45px;width: 100%;border: none;text-align: left;outline: 0;color: #000;letter-spacing: 0;border-bottom: 1px solid rgb(151 151 151 / 20%);font-family: OpenSansBold;position:relative}
#faq .accordion1 span {opacity: .5;margin-right: 25px;font-size: 22px;font-family:OpenSans;line-height: 26px;position: absolute;left: 0;}
#faq .active1>span {opacity: 1}
#faq .active1 {border-bottom: 0;color: #CD4400;font-family:OpenSansBold;font-size: 20px;letter-spacing: 0;line-height: 24px;opacity: 1;}
#faq .accordion1:after {content: '\002B';color: #CD4400;font-size: 26px;font-weight: 700;right: 0;top: 10px;line-height: 26px;position: absolute;}
#faq .active1:after {content: "\2212";}
#faq .panel1 {padding: 0 18px;background-color: #fff;overflow: hidden;margin-left:26px;margin-right: 20px;margin-bottom: 0;color: rgba(38, 38, 38, .7);font-size: 13px;letter-spacing: 0;line-height: 20px;display: none;transition: max-height .25s ease}
#faq .active1+.panel1 {display: block;transition: max-height .25s ease;border-bottom: 1px solid rgb(151 151 151 / 20%)}
#faq ul {list-style: none}
#faq ul li {margin-left:20px;margin-bottom:10px;}
#faq ul li::before {content: "\2022";color: #CD4400;font-weight: 700;display: inline-block;width: 18px;margin-left: -15px;  vertical-align: bottom;font-size: 25px;}
#faq a{color: #CD4400;}	
#faq a:hover{ color:#983403;text-decoration:underline;}
/* faq section end here */

.bg-color1{background: #F5F5F5;padding:40px 0px;}
.bg-color1 .text{color: #000000; font-family: OpenSansBold;font-size: 30px;font-weight: bold;letter-spacing: 0;line-height: 30px;}
.bg-color1 .cta{text-align: right;}

/* footer start here */
footer{background:#333333;padding: 40px 20px 20px;}
footer .head{font-size: 24px;line-height: 30px;font-family: OpenSansBold;color:rgb(255 255 255 / 1);padding-bottom: 25px;}
footer p{color: rgb(255 255 255 / 80%);padding-bottom:20px;}
footer .col-md-7{padding-left:0px;padding-right: 70px;}
footer .col-md-5{padding-top:70px;}
footer .col-md-5 img{border-radius:10px;display:inline-block;}

footer .col-md-12{border-bottom: 1px solid rgb(255 255 255 /60%);padding-bottom: 15px;margin-bottom: 15px;padding-left:48px;}
.copywrite{color: #FFFFFF;font-size: 12px;letter-spacing: 0;line-height: 28.48px;border-bottom:0px!important;margin-bottom:0px!important;padding-bottom:0px!important;}	
footer a{color:#ffffff}
footer a:hover{color:#ffffff;text-decoration:underline;}
.foot-logo{width:230px;}
/* footer end here */

.modal-body {
    height: 500px;
    margin: 0 auto 10px;
    padding: 0 4px 15px
}

.model-img {
    display: block
}

.model-img1 {
    display: flex
}

.model-img button, .model-img1 button {
    background: 0 0;
    border: 0px solid;
    margin: 0 10px 10px 0
}

.model-img1 .img-icon{
    border: 1px solid #ccc;
}

.model-img1 .img-icon img{
       width: 130px;
    height: 100px;
}


.ifr-sec {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    border: 0
}

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

@media screen and (max-width:767px){
.banner, #how-we-can-help .box, .hg, #editage-promise .table-ver .title-two, #why-choose-us .box, #why-choose-us .box .head{height:auto;}
.desk{display:none}
.mob{display:block}
.pad-lr70, .pad-lr110{padding: 0px 0px;}
.btn-quote{margin-left:0px;margin-top: 15px;}

.bg-color1 .cta{text-align: left;}
footer .col-md-5{padding-top:20px;margin-bottom: 20px;}
footer .col-md-7{padding-left:0px;padding-right:0px;}
footer .col-md-12{padding-left:0px;}
#our-editors .box {margin-bottom: 20px;}

.services-we-offer .box .wd-100,
    .services-we-offer .box .wd100 {
        display: block
    }
#research-promote .box{width:100%;margin-left: 0;}
#research-promote img{margin-bottom:20px;}
#research-promote .box .num {position: relative;margin: auto;}
	.services-we-offer .box .wd-100 .wd-25,
	.services-we-offer .box .wd100 .wd-70,
    .services-we-offer .box .wd-100 .wd-75 {
        width: 100%;padding: 15px 0px;
    }
	 .carousel-control-next-icon{right:0px;}
    .carousel-control-prev-icon{left:0px;}
    .success-sory .carousel-detail{padding:30px 30px 30px 30px;}
	 .model-img {text-align: center}
.logo-responsive{width:250px;}
#banner {height: 440px;background: #757373;}
#banner #myCarousel {display:none;}
#banner .banner {position: relative;top: 20%;}
#banner .banner .head1 {font-size: 26px;line-height: 32px;}
#banner .banner .head {font-size: 18px;line-height: 30px;}
.dropdown-menu>li>a {color: #ffffff;}
.services-we-offer .box .wd100 .wd-30 {width: 100%;padding: 15px 0px;}
.services-we-offer .box .wd100 .wd-30 button {
    margin-bottom: 10px;
}
.model-img1 .img-icon {
    margin-bottom: 10px;
    width: 100%;
	text-align: center;
}

.model-img1 {
    display: block
}
}

@media screen and (max-width:325px){
	.logo-responsive{width:200px;}	
	#banner .banner .head1 {font-size: 20px;line-height:26px;}
}