body {
	background: #fff;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
p, h5, h6 {
	font-family: 'Roboto';
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	font-family: 'Red Hat Display';
}
.red-40 {
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 6px 0;
}
.abu{
	font-weight:600;
}
.red-57 {
	font-size: 57px;
	line-height: 61px;
	font-weight: bold;
	letter-spacing: 2px;
}
.red-36 {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #003060;
}
.red-24 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
.robo-13 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}
.robo-25 {
	font-size: 25px;
	line-height: 29px;
	letter-spacing: 4px;
}
.robo-24 {
	font-size: 24px;
	line-height: 29px;
	 font-weight: 500;
	}
.robo-18 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.red-22 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
}
.red-17 {
	font-size: 17px;
	line-height: 21px;
	font-weight: 600;
	font-family: 'Red Hat Display';
	color: #003060;
}
.red-30 {
	font-size: 30px;
	line-height: 34px;
	
}
.red-35 {
	font-size: 35px;
	line-height: 40px;
	color: #003060;
	font-weight:600;
	text-align: center;
}
.blue {
	color: #003060;
}
.c-white {
	color: #fff;
}
.orange {
	color: #e68300;
}
h5, h6 {
	font-family: 'Roboto';
	color: #2b2b2b;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
btn:focus {
	box-shadow: none;
}
.robo-17 {
	font-family: 'Roboto';
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
}
.robo-regular {
	font-weight: normal;
	color: #003060;
}
.robo-65 {
	font-size: 65px;
	line-height: 52px;
}
.robo-20 {
	font-size: 20px;
	line-height: 24px;
}
.medium {
	font-weight: 500;
}
.robo-14 {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.red-20 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}
.top-bar {
	background: #003060;
	padding: 8px 0;
}
.logo img {
	width: 135px;
}
nav.custom-menu ul li {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0;
	padding: 0 13px;
}
nav.custom-menu ul li a {
	color: #2f2f2f;
	position: relative;
	padding-bottom: 10px;
}
ul.list-inline li {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #000;
	padding: 0 10px;
}
ul.list-inline li a {
	color: #000000;
	text-decoration: none !important;
}
ul.list-inline li:last-child {
}
nav.custom-menu ul > li > a:hover {
	color: #ffae42;
}
.menu-item a:hover svg path {
	fill: #ffae42 !important;
}
#down-arrow path {
	fill: #2f2f2f;
}
#down-arrow {
	width: 28px;
}
nav.custom-menu ul > li.menu-item-has-children > a:after {
	background: url(../images/down-arrow.svg) center center no-repeat;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: -20px;
	top: -1px;
	z-index: 1;
	background-size: 17px auto;
}
.icon-text {
	display: flex;
	justify-content: space-between;
}
nav.custom-menu ul > li.menu-item-has-children > a:hover:after {
	background-image: url(../img/down-arrow-hover.svg);
}
.sub-menu a {
	transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
}
.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 375px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: rgba(0,0,0,0.85);
}
.sub-menu ul {
	position: absolute;
	left: 100%;
	top: 0;
	list-style: none;
}
.menu-item .sub-menu ul {
	display: none !important;
}
.menu-item .sub-menu li:hover ul {
	display: block !important;
}
.sub-menu li {
	float: left !important;
	padding: 0 !important;
	width: 375px;
	text-align: left;
}
.sub-menu a {
  background: #1b1b1b;
  display: block;
  padding: 15px 7px;
  color: #fff !important;
  text-shadow: none;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.sub-menu a:hover {
	background: #ffae42;
	text-decoration: none;
	color: #fff;
}
.sub-menu a:after {
	display: none !important;
}
.or-n {
	padding: 8px 16px;
	background: #ffae42;
	border-radius: 19px;
	display: inline-block;
}
.or-n:hover {
	color: #fff;
}
.place-o {
	width: 10em;
	text-align: center;
	margin-top: 19px;
}
.banner-image {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: -1;
}
.caption-inner {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
}
.form-bg {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.overlay {
	position: absolute;
	content: '';
	background-image: linear-gradient(to right, #fff 0%, #ffffffba 44%, #fff0 100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.our-service {
	padding: 60px 0;
}
.circle {
	border-radius: 50%;
	padding: 38px;
	box-shadow: 0px 0px 5px 2px #00000021;
	/*width: 200px;
	height: 200px;*/
	display: inline-block;
	margin: 10px 0 20px;
}
.circle img {
	width: 100%;
}
.ser-icon {
	text-align: center;
	margin-top: 27px;
}
.extra-p {
	padding: 10px 0;
}
/*.ser-icon h4 {
	max-height: 21px;
}*/
.box-b {
	background: #003060;
	padding: 20px 33px;
	text-align: center;
	border-radius: 13px;
	margin: 20px 0;
}
.box-b img {
	margin-left: -36px;
	margin-right: 12px;
}
.box-b p {
	height: 5rem;
}
.form-h {
	background: #003060;
	padding: 30px 40px;
	border-radius: 15px;
	width: 60%;
	margin-left: 24px;
}
.form-nw{
	width: 80%;
}
.fill-o {
	margin: 10px 0 16px;
	letter-spacing: 1px;
}
.place-q {
	width: 9em;
	text-align: center;
	margin-top: 8px;
	margin: 0 auto;
	display: block;
	border:none;
}
.form-h .form-control {
	padding: 0.5rem 0.75rem !important;
}
.circle-i {
	background: #003060;
	border-radius: 50%;
	width: 14rem;
	height: 14rem;
	text-align: center;
	line-height: 63px;
	/* padding: 3rem 4rem; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.circle-white {
	background: #fff;
	box-shadow: 0px 0px 4px 1px #00000059;
	color: #003060;
	margin-left: -29px;
}
.bg-grey {
	background: #ccd6df;
	box-shadow: none;
}
.circle-container {
	display: flex;
	justify-content: center;
	margin: 3rem 0;
}
.expertise {
	padding: 60px 0;
}
.choose-us {
	background: #f5f9ff;
	padding: 60px 0;
}
.box-c {
	margin: 3rem 0 0;
	padding: 0 41px;
}
.box-c img {
	width: 32px;
	margin-right: 7px;
}
.testimony {
	padding: 40px 0;
}
.testimony .card {
	padding: 25px 20px;
	border-radius: 15px;
	box-shadow: 0 0 5px -1px #00000054;
	margin: 21px 0;
	
}
.left-q {
	margin: -11px 9px 0 0;
	width: 22px !important;
	display: inline-block !important;
}
.rt-q {
	margin: 8px 0 0 9px;
	width: 22px !important;
	display: inline-block !important;
}
.robo-15 {
	font-size: 15px;
	line-height: 19px;
	color: #292929;
	letter-spacing: 1px;
}
.testimony .card h4 {
	height: 3.4rem;
}
.owl-dots {
	display: none;
}
.slider-arrow {
	width: 60px;
	height: 105px;
	position: absolute;
	top: 50%;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -4%;
}
.slider-arrow.nav-button-prev {
	background-image: url(../images/nav-prev.png);
	left: -32px;
}
.slider-arrow.nav-button-next {
	background-image: url(../images/nav-next.png);
	right: -32px;
}
.testimony .item {
	margin: 0 15px;
}
.contact-home {
	background: #003060;
	padding: 29px 0 22px;
}
.contact-home h5 {
	font-weight: 600;
	letter-spacing: 1px;
}
.contact-form {
	display: flex;
	justify-content: space-between;
 align-it
}
.f-1 {
	width: 38%;
}
.f-2 {
	width: 38%;
}
.f-3 {
	width: 20%;
}
.send-msg {
	border-radius: 8px;
	border: none;
	color: #003060;
}
.rt-box {
	text-align: right;
	margin-top: 10px;
}
.custom-service {
	padding-top: 50px;
}
.service-box-container {
	margin-left: 14rem;
	margin-top: 1.5rem;
}
#footer {
	background: #003060;
	padding: 40px 0;
}
.footer-menu li a {
	color: #fff;
	font-weight: 300;
}
.footer-h {
	padding-bottom: 20px;
}
.footer-menu li {
	padding-bottom: 10px;
}
.contact-icon a svg, .social-icon a svg {
	width: 30px;
}
.contact-icon a svg path, .social-icon a svg path {
	fill: #fff;
}
.footer-bottom {
	background-color: #003060 !important;
	border-top: 1px solid #2c5279;
}
.breadcrumb-item a {
	color: #4b4b4b;
}
.breadcrumb-m{
	background: #e6eaef;
}
.breadcrumb-c .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin: 10px 0;
	list-style: none;
}
.social-icon a {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 36px;
	padding: 1px 4px;
	margin-right: 6px;
}
/*.writing-service {
	background-image: url(../images/inner-2.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 13px 0;
	background-size: 54%;
	height: auto;
}*/
.write-box {
	position: relative;
	width: 50%;
	height: auto;
	display: block;
}
.yellow {
	background: #ff9200;
}
.inner{
	position: relative;
    height: auto;
    width: 50%; 
    display: block;
}
.wt-overlay{
	position: absolute;
    content: '';
    background-image: linear-gradient(to left, #fff 0%, #ffffff4a 44%, #fff0 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.overlay-wr{
    position: absolute;
    content: '';
    background-image: linear-gradient(to top, #ccd6df 0%, #ccd6df3d 13%, #fff0 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.list-ws li{
	padding:6px 0;
}
.best-choice{
	padding: 50px 0 0;
}
/*06/06/2023*/
/*.inner-bg {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
}*/
/*.bg-box{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}*/
/*.girl{
	position:absolute;
	bottom: 0;
}
.write-b{
  position: absolute;
  top: 20%;
}*/
.write-b{
  width: 80%;
}
.girl-1 img{
	width:100%;
}
.case-study-1{
	padding: 40px 0;
  }
.cs-1{
    background: #f2f9f7;
}
.cs-2{
    background: #eeeef7;
}
.cs-3{
	 background: #fffbef;
}
.cs-4{
	background: #fdf4f7;
}
/*06/06/2023*/
.ask-us{
	background-image:url(../images/ask.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:70px 0;
}
.inner-ab {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
}
.ab-overlay{
	position: absolute;
    content: '';
    /*background-image: linear-gradient(to left, #fff 0%, #ffffff4a 44%, #fff0 100%);*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.about-work{
	padding-top: 10px;
}
.query-ab{
	background-image:url(../images/about-bg-5.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:70px 0;
}
.rorder-ab{
display: inline-block;
    margin-top: 34px;
}
.rorder-ab img{
	width:58%;
}
.rorder-ab:hover{
  opacity: 0.80;
}
.robo-35{
	-webkit-text-stroke: 1px #ff9200;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    color: #ff9200;
    font-weight: 600;
    line-height: 39px;
}
.cc-img{
	display:block;
	text-align:center;
}
.work-card{
	background: #e6eaef;
    padding: 30px 0 60px;
}
.wrt-text .card{
	padding: 34px 0;
    margin: 10px;
    border-radius: 14px;
    box-shadow: 0 0 7px -4px #000c;
}
.wrt-text .card-text{
height: 55px;
}
.work-form{
	background-image:url(../images/stu-m.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	padding: 60px 0;
}
.red-25{
	font-size:25px;
	line-height:29px;
	font-weight:600;
}
.contact-form-C{
	background: #e6eaef;
	padding: 30px 0 60px;
}
.robo-30{
	font-size:30px;
	line-height:34px;
	font-weight:600;
}
.map-l iframe{
	width:100%;
	display:block;
}
.price-chart{
	background: #e6eaef;
	padding:30px 0 60px;
}
.th-box{
	background-color: #003060 !important;
    padding: 26px 18px !important;
}
.teal{
	background-color: #016064 !important;
}
.dark{
	background-color:#000 !important;
}
.table-content{
	margin: 6px 0;
}
	
.price-chart .table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
.price-chart .table thead tr th {
	border-radius: 15px 15px 0 0;
}
.price-chart .table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.price-chart tbody tr:nth-child(even) {
  background-color: #f0f0f0;
 }
.price-chart .table>:not(caption)>*>* {
    padding: 0.5rem 0.8rem;
		border: none !important;
}
.bottom-table{
	background: #fff;
    text-align: center;
    padding: 14px 0 36px;
    border-radius: 0 0 15px 15px;
}
.table-shadow{
	box-shadow: 0 0 7px -1px #000000;
    border-radius: 15px;
	width:15rem;
	margin: 10px;
}
.skblue{
	background-color: #1f456e !important;
}
.indigo{
	background-color: #281e5d !important;
}
.faq{
	padding:40px 0 60px;
	background: #e6eaef;
}
.ask-f{
	padding-top:40px;
	display: flex;
    justify-content: center;
    align-items: center;
   
}
.ask-f .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #003060;
}
.ask-f .accordion-button:not(.collapsed)::after {
    background-image:url(../images/up-arrow-white.svg);
    transform: rotate(-180deg);
}
.ask-f .accordion-body {
    background-color: #f3f3f3;
}
.ask-f .accordion{
	width: 80%;
	box-shadow: 0 0 6px -3px;
}
.ask-f .accordion-button{
	font-weight:600;
	letter-spacing: 0.02rem;
}
.accordion-button:focus{
	box-shadow:none;
}
ul.list-ws li{
	display:block;
	position:relative;
	background:url(../images/check.svg) left top no-repeat;
	padding-left:30px;
	background-size:21px 21px;
	padding-top:0;
	padding-bottom:0;
	margin:10px 0;
}
.mobile_footer_section{
	display:none;
}

.write-ab {
	    padding-right: 11em;
}