*{
    margin: 0;
    padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: #112229;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
p{
    font-size: 15px;
    line-height: 26px;
}

.fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 2em;
    z-index: 999999;
}

.fixedbtnwhatsapp ul{
    list-style: none;
}

.fixedbtnwhatsapp img{
    width: 100%;
    max-width: 80px;
}

.main-slider{
    width: 100%;
    height: auto;
    background: url(../../assets/images/slider-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0px;
    padding-bottom: 0;
}
.main-slider img{
    width: 100%;
}

.header_sec{
    width: 100%;
    height: auto;
}
.top_sec{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5px 0px;
}
.top_sec a.logo-img{
    color: #614198;
    text-decoration: none;
    font-size: 24px;
    font-weight:600;
    padding-left: 26px;
}
.top_sec a.logo-img img{
    width: 100%;
    max-width: 190px;
}

.header_sec .navbar{
    margin: 0;
    padding: 0;
    background: #614198;
    border:none;
}

.header_sec .nav>li>a:focus, .nav>li>a:hover{
    background: transparent;
}


.header_sec .navbar-nav>li>a{
    color: #fff;
}
.slider_caption{
    color: #fff;
        padding-top: 81px;
}
.slider_caption h1{
    font-weight: 600;
}
.slider_caption p{
    font-size: 14px;
    line-height: inherit;
    padding: 20px 0px;
}
.slider_caption button{
    background: #131e29;
    color: #fff;
    outline: none;
    border-radius: 10px;
    padding: 10px 25px;
    border:none;
}

.title_heading{
    width: 100%;
    padding: 10px 0px;
}
.title_heading h2{
    font-weight: 600;
}
.title_heading hr {
    margin: 0;
    width: 100%;
    max-width: 71px;
    height: 6px;
    background: #614198;
    outline: none;
    border: none;
    border-radius: 6px;
}
.title_heading h2 span{
    color: #614198;
}

.welcome_sec p{
    color: #000;
    padding: 10px 0px;
}

.welcome_sec{
    width: 100%;
    padding: 20px 0px;
}

.item_welcome {
    width: 100%;
    border: 2px solid #614198;
    text-align: center;
    padding: 20px 15px;
    margin: 20px 0px;
    border-radius: 10px;
    transition: .2s linear;
}
.item_welcome:hover{
    border: 2px solid #000;
}
.item_welcome h3{
    font-weight: 600;
}
.item_welcome hr {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    max-width: 60px;
    height: 6px;
    background: #614198;
    margin-top: 5px;
    border-radius: 6px;
    margin: 9px auto;
}
.item_welcome p{
   
}
.item_welcome a{
    display: block;
    text-decoration: none;
}
.creative_sec{
    width: 100%;
    height: auto;
    padding: 30px 0px;
    text-align: center;
    background: url(../../assets/images/creative_secone.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.creative_sec.two{
    background: url(../../assets/images/creative_sectwo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.creative_sec h3{
    padding: 10px 0px;
    font-size: 23px;
    font-weight: 600;
    line-height: inherit;
    color: #Fff;
}
.creative_sec button{
     background: transparent;
    color: #fff;
    outline: none;
    border-radius: 10px;
    padding: 10px 45px;
    border:none;
    border:1px solid #fff;
    transition: .2s linear;
}
.creative_sec button:hover{
    background: #fff;
    color: #614198;
}
.about_item_sec{
    width: 100%;
    padding: 30px 0px;
}

.item_about .row{
    padding: 20px 0px;
}

.item_about h3{
    font-weight: 600;
}
.item_about p{
    padding: 10px 0px;
}

.about_item_sec .title_heading{
    text-align: center;
    padding-bottom: 40px;
}
.about_item_sec .title_heading hr{
    margin: 10px auto;
}

.content_creative{
    width: 100%;
    padding: 30px 0px;
    text-align: center;
}

.content_creative .title_heading{
    text-align: center;
    padding-bottom: 40px;
}
.content_creative .title_heading hr{
    margin: 10px auto;
}
.content_creative .title_heading h4{
    padding: 10px 0px;
}

.content_creative img{
    margin: 0 auto;
}

.item_nav_creative ul {
    list-style: none;
    border: none;
}
.item_nav_creative ul li {
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 497px;
    border:1px solid #e1e1e1;
    box-shadow: none;
    border-radius: 10px;
}
.item_nav_creative ul li a {
    border-radius: 10px;
    border:none;
    background: transparent;
}
.item_nav_creative ul li.active{
    border-bottom: 2px solid #614198;
    border-radius: 10px;
}

.marketing_content_item{
    width: 100%;
    padding: 20px 0px;
}
.marketing_content_item h3{
    padding: 10px 0px;
    font-weight: 600;
}

.how_about_sec{
    width: 100%;
    height: auto;
    padding: 30px 0px;
    text-align: center;
    background: #614198;
}
.how_about_sec .title_heading h2{
    color: #fff;
}
.how_about_sec .title_heading h2 span{
    color: #fff;
}
.how_about_sec .title_heading h4{
    padding: 5px 0px;
    color: #fff;
}

.how_about_sec button{
    width: 100%;
    border-radius: 0;
     padding: 11px 10px;
     background: #131e29;
    color: #fff;
    outline: none;
    border:none;
}
.how_about_sec .form-control{
    border-radius: 0;
    padding: 10px 10px;
    height: auto;
}
.right-padding-remove{
    padding-right: 0;
}
.left-padding-remove{
    padding-left: 0;
}

.packages_sec{
    width: 100%;
    padding: 30px 0px;
    text-align: center;
}
.package_item{
    width: 100%;
    background: #614198;
    padding: 20px 0px;
    color: #fff;
}
.package_item h2{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.package_item h3{
    font-size: 19px;
}
.package_item h4{
    padding: 10px 0px;
}
ul.packages_item{
    list-style: none;
    background: #fff;
    margin: 16px 0px;
    text-align: left;
}
ul.packages_item li{
    padding: 5px 30px;
    border-bottom: 1px solid #614198;
    color: #614198;
}

.package_item button {
    background: #fff;
    color: #614198;
    outline: none;
    border-radius: 20px;
    padding: 10px 70px;
    border: none;
}

nav.navbar.black{
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1212;
    top: 0;
}
.footer_section{
    width: 100%;
    background: #614198;
    padding: 30px 0px;
}
.item_footer{}
.item_footer p{
    color: #fff;
}
.item_footer h3{
    color: #fff;
    font-weight: 600;
}
.item_footer hr{
    width: 100%;
    max-width: 70px;
    height: 5px;
    background: #fff;
    margin: 10px 0px;
    border-radius: 2px;
}
.item_footer ul{}
.item_footer ul li {
    width: 100%;
    /*max-width: 129px;*/
    display: inline-block;
}
.item_footer ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size:13px;
    padding: 3px 0px;
}
.copyright_sec{
    width: 100%;
    background: #131e29;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
}
.hire_perfect_content{
    width: 100%;
    padding: 30px 0px;
    background: url(../../assets/images/hire-bg.png);
    background-size: cover;
    background-position: center;
}
.innner_hire {
    width: 100%;
    padding: 67px 67px;
    border: 2px solid #fff;
    background: #0000005e;
}
.innner_hire h2 {
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}
.innner_hire h2 span{

}

.innner_hire ul li {
    display: block;
    float: inherit;
}
.innner_hire .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #614198;
    color: #fff;
    border: none;
    border-left: 3px solid #ffffff;;
}

.innner_hire ul{
    margin: 20px 0px;
}
.innner_hire ul li a {
    display: block;
    border: none;
    border-radius: 2px;
    padding: 12px 10px;
    color: #fff;
    font-size: 19px;
}
.innner_hire .tab-pane{
    padding: 17px 0px;
}

.innner_hire .tab-pane p{
    color: #fff;
    font-size: 16px;
}
.business_item_sec{
    width: 100%;
    padding: 30px 0px;
}

.business_item_sec h2{
	text-align: center;
	padding-bottom: 1em;
}

.business_item_sec .progress{
    margin-bottom: 5px;
}

.business_item_sec .media-object{
    width: 68px;
}
.business_item_sec h3 {
    font-size: 15px;
    text-align: center;
    padding-top: 11px;
}
.business_item_sec h5{
    padding: 5px 0px;
}

.social_icon{}
.social_icon ul {
    text-align: right;
    margin: 0;
    padding: 22px 0px;
}
.social_icon ul li{
    display: inline-block;
}
.social_icon ul li a {
    display: block;
    background: #614198;
    color: #fff;
    border-radius: 31px;
    width: 50px;
    height: 50px;
    line-height: 53px;
    text-align: center;
}
.social_icon ul li a i{
    font-size: 21px;
    padding: 0.7em 0em;
}

.info_contact{
    padding: 10px 0px;
}
.info_contact p{}
.info_contact p a{
    color: #fff;
    text-decoration: none;
}

.header_sec.black {
    position: fixed;
    top: 0;
    z-index: 123213123;
}

.banner-img{
    background:url("../../assets/images/seo-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10em 0;
}
.banner-img img{
    width: 100%;
}

.banner-img h3{
    color: #fff;
    font-size: 41px;
    font-weight: 600;
}


.banner-img.webcontent{
    background:url("../../assets/images/web-content-writing-services.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10em 0;
}

.banner-img.essaywritingcontent{
    background:linear-gradient(0deg, rgb(0 0 0 / 11%), rgb(0 0 0 / 50%)), url("../../assets/images/web-content-writing-services.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8em 0;
}

.service_company {
    width: 100%;
    padding: 4em 0;
    padding-bottom: 0;
}
.service_company img{
    width: 100%;
}

.service_company .blue-txt {
    color: #275ea7;
}

.service_company h1 {
    color: #614198;
    font-size: 36px;
    text-align: left;
    font-weight: 500;
}

.service_company h1 span {
    display: block;
    font-weight: 900;
}

.service_company .desp {
    margin: 0 0 50px;
}

.service_company h2 {
    color: #5F5E5F;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 0px;
}

.service_company .purple-txt {
    font-size: 26.96px;
    text-align: center;
}

.hide-content-sec {
    display: block;
}

.read-more-text {
    font-size: 22px;
    color: #055eaa;
    line-height: 1em;
    cursor: pointer;
    display: none;
}
.desp p {
    padding: 5px 0px;
}

.itemserv {
    width: 100%;
    padding: 1em 0;
}

.about-sec{
     width: 100%;
    padding: 2.5em 0;
}
.about-sec img{
    width: 100%;
}

.about-sec .site-head {
    color: #614198;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.about-sec .site-subhead {
    color: #614198;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 15px;
}
.about-sec .site-subhead span {
    font-weight: 500;
}

.about-sec p {
    margin-bottom: 25px;
}

.about-sec .button-default {
    text-transform: uppercase;
}

.button-default {
    background-color: #614198;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    min-width: 119px;
    padding: 16px 27px;
    border-radius: 50px;
    vertical-align: middle;
    box-shadow: none;
    overflow: hidden;
    display: inline-block;
    border: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
}

.social_panel{
    width: 100%;
    padding: 2em 0;
    text-align: center;
}

.social_panel h2{
    color: #5F5E5F;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 38px;
} 

.secondary-services-title {
    color: #614198;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}


.secondary-services-content i {
    display: block;
    font-size: 3em;
    text-align: center;
    margin-bottom: 10px;
    color: #614198;
}

.industries-sec {
    background-color: #055eaa;
    padding: 4em 0;
    box-shadow: -1px 2px 6px NaNpx rgba(0,0,0,0.28);
    background-image: url(https://www.bluecorona.com/wp-content/themes/bluecorona-2017/images/industries-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 15px 50px 0 rgb(255, 255, 255);
    position: relative;
}

.industries-title {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 33px;
    text-align: center;
}

.industries-title span {
    font-weight: bold;
    text-transform: uppercase;
}

.industries-sec ul {
    list-style: none;
    margin: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.industries-sec li a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: text;
}

.industries-sec li a:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    font-size: 14px;
    vertical-align: unset;
}

.drivepanel {
    padding: 110px 0px 0px;
    position: relative;
    margin: 4em 0;
}

.drivepanel::before {
    content: "";
    background-image: url(https://www.bluecorona.com/wp-content/themes/bluecorona-2017/images/background-graphic-small-swoosh1.png);
    position: absolute;
    left: 0px;
    width: 52%;
    bottom: 0px;
    top: 0px;
    background-size: cover;
    background-position: -110px -80px;
    background-repeat: no-repeat;
    z-index: -1;
}

.image_cover {
    display: block;
    position: absolute;
    width: 48%;
    z-index: 2;
    top: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-panel-area {
    background-color: #FFFFFF;
    box-shadow: -1px 2px 6px rgba(0,0,0,0.28);
    padding: 40px;
    position: relative;
    z-index: 3;
    top: -50px;
}

.accordion-head {
    color: #5F5E5F;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.accordion-subhead {
    color: #055EAA;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 32px;
}

.accordion-subhead h2 {
    color: #055EAA;
    font-size: 36px;
    font-weight: 500;
    line-height: inherit;
}

.accordion-subhead h2 span {
    text-transform: uppercase;
    font-weight: 900;
}

div.content-scroller {
    height: 225px;
    margin-bottom: 25px;
    max-height: 155px;
}

.mCustomScrollBox {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.mCSB_container {
    overflow-y: scroll;
    width: auto;
    height: auto;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #614198;
    border-radius: 5px;
}

.mysersec {
    background: #f1f1f1;
    width: 100%;
    padding: 1.5em 0px;
}

.WriteMyEssayInner {
    background: url(../images/writemyessayInnerBanner2.png) center top no-repeat;
    min-height: 1000px;
    background-size: contain;
    top: -77px;
    left: 0;
    padding: 150px 37px 115px 40px;
}

.wmeTxt {
    height: 650px;
    margin: 20px;
    overflow-y: scroll;
    padding: 33px 4px;
    text-align: left;
}

.wmeTxt h2{
    margin: 10px 0;
}

.wmeTxt h3{
    margin: 10px 0;
}

.wmeTxt p {
    font-size: 16px;
    color: #545454;
    line-height: 29px;
    font-weight: 400;
    margin: 8px 0;
}

.wmeTxt ul{
    list-style: none;
}
.wmeTxt ul li{
    padding: 3px 0;
    font-weight: 200;
}

.reasonBtn {
    padding-top: 25px;
}

.reasonBtn .mainBtn {
    background: #614198;
    font-size: 15px;
    text-transform: uppercase;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    padding: 0 60px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    position: relative;
}

#mysytle::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#mysytle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
    -moz-appearance: button;
}



div#overlay img {
    width: 100%;
        border-radius: 20px;
}

div#overlay .modal-body{
    padding: 0;
}

div#overlay .modal-header {
    position: absolute;
    z-index: 1;
    right: 0;
    background: transparent;
    padding: 0;
}

div#overlay .modal-header .close {
    padding: 0;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    margin-top: -17px;
    margin-right: -18px;
    font-size: 30px;
}

div#overlay .modal-content {
    border-radius: 20px;
}

div#overlay .modal-dialog {
    max-width: 600px;
    margin: 15.75rem auto;
}