
/*---------- RESET ----------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
}

body {
    background-color: white;
    font-family: 'Montserrat', sans-serif;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
    margin: 0;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input, textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    -webkit-text-size-adjust: none;
}
ol, ul {
    list-style: none;
}
p{
    color: #737373;
    margin-bottom: 0.7em;
    font-size: 1em;
    font-weight: 500;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
:focus {
    outline: 0;
}
::-moz-focus-inner {
    border: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img{
    width: 100%;
    border-radius: 5px;
}

a{
    display: block;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

section{
    width: 100%;
    float: left;
    padding-top: 5em;
    padding-bottom: 5em;
}

article{
    padding-bottom: 1em;
}

.site-wrapper{
    overflow-x: hidden;
}

.dropdown-menu.radio .dropdown-item { 
	position:relative;
	overflow:hidden; 
	cursor:pointer; }

.dropdown-menu.radio input { 
	visibility: hidden; 
	position:absolute; left: -30px; }

.dropdown-menu.radio i { 
	font-weight:normal; font-style:normal; 
	display:block; }

.dropdown-item.active {
  background-color:#555; color:#fff;
}

.cost-wrap{
     display: flex;
     justify-content: start;
     align-items: center;
     margin-top: 0.2rem;
     margin-bottom: 0.5rem;
     border: 1px solid #ced4da;
     padding-inline: 0.75em;
     border-radius: 0.25rem;
}

.cost-wrap .dropdown-toggle{
    border: none;
}

.cost{
    width: 90px;
}

.select-value{
    width: 75px;
    margin-right: 1em;
}

.dropdown-menu.show{
    max-height: 320px;
    overflow-y: scroll;
}

.select-value .dropdown-menu.show{
    width: 75px;
}

.value{
    width: 20px;
}

.main{margin: auto;}


.header{
    background-color: #fff;
    width: 100%;
}

.navbar{
    width: 100%;
}

.nav-link {
    display: block;
    padding: 1.5rem 1rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
}

.nav-container{
    background-color: #fff;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-inline:1em;
    position: relative;
    margin: auto;
}

.navbar a.navbar-brand img{
    width: 200px;
    max-width: 200px;
    padding: 20px;
    z-index: 300;
}

.nav__logo {
    top: 0;
    position: absolute;
    width: auto;
    left: 0;
    z-index: 300;
    background-color: #2A7CC7;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.menu{display: flex;
    flex-direction: row;
    align-items: center;
  
}

.menu ul{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu ul a{
    padding: 1em;
}

.login{
    display: flex;
    flex-direction: row;
    align-items: center;
}


#home-hero{
    background-color: #e3edfc;
    background-color:rgba(227, 237, 253, 0.9);
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 5% 0;
}

.page-hero .row{
    align-items: center;
}

.page-hero{ padding: 10% 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.page-hero-content{
    position: absolute;
    background-color:rgba(0, 0, 0, 0.71);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.page-hero .header-content h2 {
    padding: 0.5em 0;
    color: #FFF;
    font-size: 3em;
}

.page-hero .header-content h6{
    color: #FFF;
}

.header-content{
    width: 100%;
}

.header-content h1{
    padding: 0.5em 0;
    color: #252B42;
    font-size: 3em;
}

.header-content h5{
    color: #2A7CC7;
}

.header-content p { 
    color:#737373;
}

.header-form{
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    width: 100%;
}

.header-form h5{
    color: #2A7CC7;
    font-size: 1em;
    margin-bottom: 10px;
}

.navbar-login{
    background-color: #2A7CC7;
}

.navbar-login a{
    color:#FFFFFF;
    padding: 1.5rem;
}

.page-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 3em;
}
.page-title h2{
    padding: 0.5em 0;
    color: #252B42;
    font-size: 2em;
    text-align: center;
}

.page-header{
    display: flex;
    justify-content: start;
}

.page-header h2{
    padding: 0.5em 0;
    color: #252B42;
    font-size: 1.6em;
    text-align: left;
}

.card-title{
    font-size: 1.25rem;
}

.cards-wrapper .card{
    width: 100%;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) ;
}

.cards-wrapper{
    padding-top: 2em;
}

.cards-wrapper .card{
    margin-bottom: 1.5em;
}

.cards-wrapper .col-12{
    display: flex;
    align-items: stretch;
}

.cards-wrapper .card .card-icon{
    background-color:#F3CD03;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin: 1rem;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-wrapper .card img{
    width: 30px;
}

.card-title-line{
    background-color:#F3CD03;
    height: 4px;
    display: flex;
    width: 100px;
    margin-bottom: 0.5em;
}

.how-it-works{
    background-color: #e3edfc;
   background-color:rgba(227, 237, 253, 0.9)
}

.who-we-are {
    background-color: #e3edfc;
    background-color: rgba(227, 237, 253, 0.9);
}

.other-writing-services{
    background-color: #e3edfc;
    background-color: rgba(227, 237, 253, 0.9);
}

.btn-wrap{
    display: inline-block;
    padding: 0;
}

.btn-wrap a{
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
}

.essays-online .row{
    display: flex;
    flex-direction: row;
}
.online-video-wrap{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.online-video{
    position: absolute;
    cursor: pointer;
}

.online-video .bi{
    color:#F3CD03;
    font-size: 3em;
}

footer{
    background: #2A7CC7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    
}

.quick-links{
    color: #FFFFFF;
    font-size: 1em;
}

.quick-links h6{
    color: #FFFFFF;
    margin-bottom: 1em;
}

.quick-links p{
    color: #FFFFFF;
    font-size: 0.8em;
}

.quick-links a{
    color: #FFFFFF;
    font-size: 0.8em;
    margin-bottom: 1em;
}

.footer{
    padding: 3% 0;
}

.footer-web{
    border-top: 1px solid #fff;
    padding: 0.8em 0;
}

.footer-web .row{
    display: flex;
    align-items: center;
}

.web a{
    color: #fff;
    font-size: 0.8rem;
}

.social-media {
    display: flex;
    justify-content: end;
}

.social-media li{ 
    display: flex;
    flex-direction: row;
}

.social-media li a{
    color: #fff;
    font-size: 1.2em;
    padding: 0.4em;
}

.our-services{
    display: flex;
    flex-direction: column;
}

.our-services li{
    margin-bottom: 10px;
}
.team .col-12{
    display: flex;
    align-items: stretch;
}

.social-links ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.testimonial-content h6{
    margin-bottom: 1em;
}

.social-links a img{
    width: 20px;
}



/*-------------Testimonial Carousel---------*/
.testimonials{
    background-color: #e3edfc;
    background-color:rgba(227, 237, 253, 0.2)
}


.testimonials h2 {
	color: #252B42;
	text-transform: capitalize;
	position: relative;
	margin: 25px 0 50px;
}
.testimonials h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #ffdc12;
	left: 0;
	right: 0;
	bottom: -10px;
}
.carousel {
	width: 650px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}
.carousel .carousel-item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 0 0 10px;
}
.carousel .overview {
	text-align: center;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #999;
	text-shadow: none;
	top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 20px;
	margin-right: 2px;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next i {
	margin-right: -2px;
}
.carousel .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.carousel-indicators li {
	background: #252B42;
	border: none;
}
.carousel-indicators li.active {
	background: #2A7CC7;
}

.demo-container{
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(2.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}



.edd-root,
.edd-root *,
.edd-root *::before,
.edd-root *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.edd-root {
    display: inline-block;
    position: relative;
    width: 100%;
    user-select: none;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
}

.edd-root-disabled {
    color: #ccc;
    cursor: not-allowed;
}

.edd-root::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #45bce7;
    transition: transform 150ms ease-out;
    transform: scaleX(0);
}

.edd-root.edd-root-focused::after,
.edd-root.edd-root-invalid::after {
    transform: scaleX(1);
}

.edd-root.edd-root-invalid::after {
    background: rgb(255, 105, 105);
}

.edd-head {
    position: relative;
    overflow: hidden;
    transition: border-color 200ms;
}

.edd-root:not(.edd-root-disabled) .edd-head:hover {
    border-bottom-color: #aaa;
}

.edd-value {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 25px 8px 0;
}

.edd-arrow {
    position: absolute;
    width: 14px;
    height: 10px;
    top: calc(50% - 5px);
    right: 3px;
    transition: transform 150ms;
    pointer-events: none;
    color: #666;
}

.edd-root-disabled .edd-arrow {
    color: #ccc;
}

.edd-arrow::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    top: 0;
    right: 2px;
    transform: rotate(45deg);
    transform-origin: 50% 25%;
}

.edd-root-open .edd-arrow {
    transform: rotate(180deg);
}

.edd-value,
.edd-option,
.edd-group-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.edd-root:not(.edd-root-disabled) .edd-value,
.edd-option {
    cursor: pointer;
}

.edd-select {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: -100%;
    top: 0;
}

.edd-root-native .edd-select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.edd-body {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 999;
    background: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    border-top: 0;
    border-right: 0;
}

.edd-root-open .edd-body {
    opacity: 1;
    pointer-events: all;
    transform: scale(1);
    transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.edd-root-open-above .edd-body {
    bottom: 100%;
}

.edd-root-open-below .edd-body {
    top: 100%;
}

.edd-items-list {
    overflow: auto;
    max-height: 0;
    transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-overflow-scrolling: touch;
}

.edd-items-list::-webkit-scrollbar {
    width: 12px;
}

.edd-items-list::-webkit-scrollbar-track {
    background: #efefef;
}

.edd-items-list::-webkit-scrollbar-thumb {
    background: #ccc;
}

.edd-group-label {
    font-size: 13px;
    padding: 4px 8px 4px 0;
    color: #555;
    font-weight: 600;
}

.edd-group-has-label {
    padding-left: 22px;
}

.edd-option {
    position: relative;
    padding: 4px 8px 4px 22px;
}

.edd-option-selected {
    font-weight: 400;
}

.edd-option-selected::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    border-bottom: 2px solid #4ac5f1;
    border-left: 2px solid #4ac5f1;
    left: 6px;
    top: calc(50% - 4px);
    transform: rotate(-45deg);
}

.edd-option-focused:not(.edd-option-disabled) {
    color: #4ac5f1;
}

.edd-option-disabled,
.edd-group-disabled .edd-option {
    cursor: default;
    color: #ccc;
}

.edd-gradient-top,
.edd-gradient-bottom {
    content: '';
    position: absolute;
    left: 2px;
    right: 12px;
    height: 32px;
    background-image:
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 40%,
            rgba(255, 255, 255, 1) 60%,
            rgba(255, 255, 255, 0) 100%
        );
    background-repeat: repeat-x;
    background-size: 100% 200%;
    pointer-events: none;
    transition: opacity 100ms;
    opacity: 0;
}

.edd-gradient-top {
    background-position: bottom;
    top: 0;
}

.edd-gradient-bottom {
    background-position: top;
    bottom: 0;
}

.edd-body-scrollable .edd-gradient-top,
.edd-body-scrollable .edd-gradient-bottom {
    opacity: 1;
}

.edd-body-scrollable.edd-body-at-top .edd-gradient-top,
.edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom {
    opacity: 0;
}

.cards-wrapper .card .payments-options img{
    width: 100%;
}

.contact-us .quick-links h6{
    color: #252B42;
}

.contact-us .quick-links a{
    color: #252B42;
}

.list-unstyled{
    display: flex;
    align-items: center;
    justify-content: start;
}

.list-unstyled li{
    margin-right: 20px;
}

@media (max-width: 992px){
    .container, .container-sm, .container-md {
        max-width: 900px;
    }

    .navbar a.navbar-brand img {
        width: 90px;
    }

    .header-content h1{
        font-size: 2em;
    }

    .navbar {
        padding: 1em 0;
    }
}



@media (max-width: 768px) {
    .header-content{
    padding: 3em 0;
    }

    .header-content br{
        display: none;
    }
    .page-hero .header-content h2{
        font-size: 2em;
    }

    .page-title{
        padding-bottom: 0;
    }

    .professional img{
        margin-bottom: 2em;
    }

    .about-us .card-text{
        margin-bottom: 2em;
    }
    

}

@media (max-width: 480px) {
    .footer-web .col-12{ display: flex;
        justify-content: center;
    }

    section{
       padding-top: 2em;
       padding-bottom: 2em;
    }

}

