body{
    font-family: "DM Sans", sans-serif;
    color:#05052d;
}

a:hover{
    text-decoration:none;
}

p{
    line-height:24px;
    font-weight: 500;
}

ul {
    padding: 0;
    margin:0;
}

li{
    list-style:none;
}
button {
    background: #05052d;
    color: #fff;
    border-radius: 5px;
    padding: 5px 12px;
    border: 0px solid #05052d;
    font-weight: 700;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
}
button:hover {
    background-color: #ccc;
    color: #000;
}
button:focus{
    outline:none;
}

/* header {
    padding: 20px 0;
    width: 100%;
} */

.header-left{
    text-align:center;
}

.header-right {
    padding: 7px 0;
    text-align: right;
}

.header-right li {
    display: inline;
    padding-right: 25px;
}
.logo{
    font-weight: 700;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #000063, #37e2e0);
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0;
}
.header-right li ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed lightgray;
}

.header-right li ul li:last-child {
    border-bottom: none;
}

.header-right #dropdownMenuButton {
    background: none;
    border: none;
}

.header-right li a {
    color: #05052d;
}

.header-right .dropdown-toggle::after{
   border-top: .3em solid #05052d; 
}

.header-right button#dropdownMenuButton:focus {
    color: #05052d;
}

.header-right .dropdown-menu {
    width: 230px;
    padding: 0px 10px;
}

.order-btn {
    float: right;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    background: #05052d;
    padding: 8px 20px;
    margin-top: -6px;
    border-radius:32px;
}

.banner {
   background-image: url(../images/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.banner-in{
    padding: 50px 0;
    background: #ffffffba;
}
.banner-left h1{
    font-weight: 700;
    font-size: 60px;
    margin-bottom:35px;
    text-transform:capitalize;
}
.banner-left h1 span{
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #000063, #37e2e0);
    -webkit-background-clip: text;
    background-clip: text;
}
.dropdown-menu li a {
    color: #05052d;
}

.banner-right {
    background: #fff;
    padding: 25px 25px 10px;
    border-radius: 10px;
    margin: 0;
    box-shadow: 0 0 20px -7px #666;
}

.banner-right h4 {
    color: #05052d;
    font-weight: 700;
    text-align:center;
}

.banner-right p {
    text-align: center;
    font-size: 15px;
    padding-bottom: 25px;
}

.banner-right input, .banner-right select, .banner-right textarea {
    font-size: 13px;
}

.banner-right button {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    background: #05052d;
    padding: 8px 20px;
    border-radius: 5px;
}

.banner-bottom{
    color:#fff;
    padding-top: 30px;
}

.banner-bottom li {
    display: inline;
    padding-right: 35px;
}

.banner-bottom li img {
    width: 8%;
}

.banner-bottom h5 {
    float: left;
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    color: #05052d;
    line-height: 44px;
    padding-right:20px;
}

.home-about, .assignment-help, .how-we-work, .what-make-unique, .partners-section, .services, .request-quote-sectn, .our-featuress{
    padding:40px 0;
}

.home-about-left h2, .assignment-help h2, .how-we-work h2, .partners-section h2, .services h2, .what-make-unique h2, .request-quote-sectn h2, .about-us-page h2, .know-more-sec h2, .values-sec h2, .our-features h2, .tutorial-samples h2, .our-featuress h2, .stats-service h2, .features-section h2, .directories h2{
    color: #05052d;
    font-weight: 700;
    text-transform:capitalize;
}

.home-about-left a {
    color: #05052d;
    font-weight: 600;
    text-decoration: underline;
}

.assignment-help, .services{
    background: #85ccff21;
    
}

.assignment-help-inner, .services-in {
    background: #fff;
    box-shadow: 0 0 6px #ccc;
    padding: 15px;
    position: relative;
}
.assignment-help-inner h3 {
    color: #05052d;
    font-size: 20px;
    font-weight: 700;
}

.assignment-help-inner p {
    font-size: 14px;
    text-align: justify;
}

.assignment-help-inner h5{
    position: absolute;
    background: #05052d;
    width: 85px;
    height: 85px;
    right: 20px;
    top: -40px;
    text-align: center;
    padding: 17px 0;
    margin: 0;
}

.assignment-help-inner h5 i {
    color: #fff;
    font-size: 50px;
}

.assignment-help-btn {
    text-align: center;
    margin-top: 35px;
}

.assignment-help-btn button {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    background: #05052d;
    padding: 8px 20px;
    border-radius: 5px;
    background-image: linear-gradient(to left, #05052d, #006367, #008272, #00a16c, #05052d);
}

.how-we-work h3, .services-in h4 {
    color: #05052d;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    text-transform:capitalize;
}
.how-we-work p{
    margin:0;
}
.how-we-work .heading span {
    font-weight: 500;
    background: #05052d;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 2px;
    border-radius: 33px;
    float: left;
    font-size: 18px;
    text-align: center;
    margin-right: 7px;
}

.how-we-work .heading {
   padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px dashed lightgray;
}

.what-make-unique p {
    text-align: center;
    padding-bottom: 40px;
}

.what-make-unique h2{
    text-align:center;
}

.unique-sect {
    text-align: center;
}

/* .unique-sect img {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 45px;
    padding: 5px;
    margin-bottom: 15px;
    box-shadow: 0 0 6px #ccc;
} */

.unique-sect h4 {
    font-size: 16px;
    font-weight: 700;
}

.unique-sect h4 span {
    font-size: 30px;
    font-weight: 600;
}

.partners-section{
    text-align:center;
}

.partners-section .rb {
    border-right: 1px dashed #05052d;
    border-bottom: 1px dashed #05052d;
}

.partners-section .r{
    border-right: 1px dashed #05052d;
}

.partners-section .b{
    border-bottom: 1px dashed #05052d;
}

.partners-section .col-sm-3 {
    padding: 30px;
}

footer {
    padding: 30px 0;
}

footer a{
    color:unset;
}

.quick-links h3 {
    font-weight: 700;
    font-size: 22px;
}

.copyright {
    padding: 15px 0;
    background: #1a4083;
    color: #fff;
}

.cc-right li {
    display: inline;
    font-size: 15px;
    font-weight: 600;
}

.cc-right li a{
    color:#fff;
}
.copyright p{
    margin:0;
}
.cc-right {
    text-align: right;
}

.quick-links img {
    width: 93%;
    margin: 10px 0;
}

.quick-links p {
    text-align: justify;
}

.quick-links li {
    padding: 8px 0 5px;
    font-weight: 500;
}

.quick-links a:hover {
    color: #05052d;
}

.header-inner {
    position: unset;
}

.header-inner li a {
    color: #05052d;
}

.header-inner #dropdownMenuButton {
    color: #05052d;
}

.page-not-found{
    text-align:center;
}

.page-not-found button{
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    background: #05052d;
    padding: 8px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.page-not-found img {
    width: 45%;
    padding-bottom: 20px;
}

.sitemap-banner {
    background-color: #f7f7f8;
    background-image: url(../images/grid.svg), linear-gradient(315deg, #85ccff, #ffffff);
    background-position: 50%, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: cover, auto;
    text-align: center;
    padding: 30px 0;
}
.request-quote-sectn{
    background-color: #f7f7f8;
    background-image: url(../images/footer-bg.svg);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
}
.sitemap-banner h1 {
    margin: 0;
    font-weight: 600;
    font-size: 36px;
}

.breadcrumb-sec {
    padding: 8px 0px;
    text-align: center;
    padding-bottom: 0px;
    
}

.breadcrumb li {
    display: inline;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
}

.breadcrumb li a {
    color: unset;
}

.breadcrumb >li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb li:last-child {
    color: #05052d;
    font-weight: bold;
}

ul.breadcrumb {
    display: block;
    margin: 0;
    background:none;
}

.terms-section {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.terms-section h6 {
    color: #05052d;
    font-weight: bold;
}

.policyy p {
    margin-bottom: 20px;
}

.privacy-policy-section {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.privacy-policy-section a{
    color: #05052d;
}
.topspace3 {
    color: #05052d;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}

.sitemap-page .sitemap-page-in {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 20px;
    border-radius: 4px;
    background: #fff;
}

.sitemap-page {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.sitemap-page-in h3 {
    font-size: 24px;
    font-weight: 600;
    color: #05052d;
}

.sitemap-page-in a {
    color: unset;
    font-size: 15px;
    font-weight: 500;
}

.sitemap-page-in li {
    padding: 7px 0;
}

.contact-right{
    background: #fff;
    padding: 20px 20px 10px;
    border-radius: 10px;
    margin: 0;
    border: 1px solid #e9ecef;
}

.contact-right h4 {
    color: #05052d;
    font-weight: 700;
}

.contact-right p {
    font-size: 15px;
}

/*.contact-right button {*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    font-size: 15px;*/
/*    border: none;*/
/*    background: #05052d;*/
/*    padding: 8px 20px;*/
/*    border-radius: 5px;*/
/*}*/
.contact-right button {
    /* color: #fff; */
    /* font-weight: 600; */
    /* font-size: 15px; */
    /* border: none; */
    background: #05052d;
    /* padding: 8px 20px; */
    /* border-radius: 5px; */
}

.contact-right input, .contact-right select, .contact-right textarea {
    font-size: 14px;
}

.contact-page{
    padding:20px 0;
}

.cu-page {
    border-top: 1px dashed lightgray;
}
.contact-right label {
    color: #05052d;
    font-size: 15px;
    font-weight: 600;
}

.contact-left {
    padding: 25px 25px 10px;
}

.contact-left h3 {
    color: #05052d;
    font-size:1.5rem;
    font-weight: 700;
}

.contact-left b {
   color: #05052d;
    font-size: 18px;
}

.contact-left i {
    color: #05052d;
    font-size: 35px;
    margin-bottom: 10px;
}

.contact-left li {
    padding: 10px 0;
    width: 33%;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.contact-left li a{
    color:unset;
}

.contact-left iframe {
    border: 1px dashed #05052d !important;
    padding: 10px;
}

.about-us-page {
    text-align: center;
    padding: 40px 0;
}

.about-us-page h3 {
    color: #05052d;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}

.know-more-sec, .our-features, .features-section, .tutorial-samples {
    padding: 40px 0px;
    background: #85ccff21;
}

.know-more-sec h3, .our-features h3, .features-section h3, .directories h3, .tutorial-samples h3{
    color: #05052d;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.know-more-sec img {
    width: 100%;
}

.know-more-sec h4 {
    color: #05052d;
    font-size: 17px;
    font-weight: 700;
}

.mis-vis p {
    margin-bottom: 20px;
}

.values-sec, .directories, .stats-service{
    padding: 40px 0;
}

.values-sec h3, .stats-service h3 {
    color: #05052d;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}

.values-sec h4 {
    color: #05052d;
    font-size: 17px;
    font-weight: 700;
}

.values-in, .bordd {
    border-right: 1px dashed #05052d;
    padding: 0 10px;
}

.data-ana h3{
    margin-bottom: 40px;
}

.stats-service h3 {
    text-align: center;
    margin-bottom: 10px;
}

.stats-service-in p{
    text-align: center;
    margin-bottom: 40px;
}

.values-i {
    box-shadow: 0 0 20px -7px #666;
    padding: 20px;
    /* margin-bottom: 25px; */
    text-align: center;
}

.feat-in h4 {
    color: #05052d;
    font-size: 18px;
    font-weight: 700;
}

.feat-in {
    padding-top: 30px;
}

.directories i {
    color: #05052d;
    font-size: 50px;
}

.directories p {
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
}

/* .directories li {
    margin: 0;
    list-style: none;
    width: 25%;
    float: left;
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px dashed lightgray;
} */

.directories li span{
    width: 60px;
    height: 60px;
    line-height: 0;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.dire{
    border-bottom: 1px dashed lightgray;
}

.table-contttable, .table-contt td, .table-contt th {
    border: 1px dashed #c1c1c1;
    line-height: 24px!important;
}

.table-contt table {
    border-collapse: collapse;
}

.table-contt th {
    background-color: #4d4d4d;
    color: #fff;
    border-right: none;
    padding: 7px;
    width: 22%;
    text-align: center;
    font-size: 16px;
}

.table-contt td {
    padding: 10px;
}

.table-contt td:first-child {
    color: #05052d;
    font-weight: 600;
    font-size: 14px;
}

.table-contt td:nth-child(2) {
    text-align:center;
}

.table-contt td:nth-child(3) {
    text-align:center;
}

.stats-in h5 {
    color: #05052d;
    font-size: 18px;
    font-weight: 700;
}

.stats-in p {
    padding-bottom: 10px;
}

.stats-in {
    border-bottom: 1px dashed lightgray;
    padding: 30px 0;
}

.stats-in img {
    width: 100%;
}

.samples-in img {
   width: 45%;
   margin-right: 20px;
    float: left;
}

.samples-in {
    background: #fff;
    padding: 20px;
    display: flow-root;
    /* margin-bottom: 30px; */
}

.samples-in h4 {
    color: #05052d;
    font-weight: 600;
    font-size: 20px;
}

.steps-section{
    background: #fff;
    padding: 25px 15px;
    margin-bottom: 15px;
}

.steps-section-lft{
    border-right: 2px dashed #05052d;
    /* height: 142px; */
    padding-right: 10px;
    text-align:justify;
}

 .steps-section-lftt {
    border-left: 2px dashed #05052d;
    /* height: 142px; */
    text-align:justify;
}

.steps-section p {
text-align:justify;
}

.steps-section-lft h4, .steps-section-lftt h4 {
    text-align: center;
    line-height: 30px;
    /* padding-top: 40px; */
}

.steps-section-rght {
    padding: 10px 0;
}

.values-innn{
    padding: 0 10px;
    text-align: center;
}
.values-innn img {
    width: 35%;
    padding-bottom: 0px;
    padding-top: 18px;
}

.values-innn p {
    text-align: justify;
}

.work-section h3 {
    text-align: center;
}

.features-section-in {
    padding-bottom: 20px;
}

.features-section-in h4 {
    border-bottom: 1px solid lightgray;
    padding-bottom: 8px;
}

.howw {
    width: 18%;
    margin: 0 10px;
}

.work-section-inner{
    background-image: linear-gradient(315deg, #85ccff, #ffffff);
    width: 100%;
    border-radius: 14px;
    padding: 20px 13px;
    text-align: center;
   /*height: 160px;*/
    margin: 0 auto;
    font-size: 15px;
    position: relative;
}
.work-section-inner .icon-n i {
    margin-bottom: 0px !important;
}
.work-section-inner i {
    color:#fff;
    width: 65px;
    height: 65px;
    background: #05052d;
    border-radius: 60px;
    font-size: 33px;
    font-style: normal;
    padding: 5px 0 0 0;
    margin: 0 auto;
    display: table;
    margin-top: -60px;
    border: 6px solid #efefef;
    text-align: center;
    position: unset;
    margin-bottom: 20px;
}

.work-section-inner p {
    font-size: 15px;
    margin: 10px 0;
}

.work-section-inner p:last-child i{
    font-size: 38px;
    margin-bottom: 20px;
    min-height: 0px;
    line-height: 24px;
    display: inline-table;
    background: none;
    border: none;
    height:auto;
    margin-top: 4px;
}

.work-section-inner {
    width: 18%;
    margin: 0 10px;
}

.work-section-in h3{
    margin-bottom: 75px;
}

.methods-work {
    background: #85ccff21;
}

.methods-work p{
    text-align:center;
    display:block;
    margin-bottom: 30px;
}

.methods-work li {
    text-align: center;
    border: 1px dashed #eee;
    background: #fff;
    margin: 5px 5px;
    width: 24%;
    padding: 15px;
}

.methods-work li span{
    display: inline-block;
}

.methods-work li p{
    margin-bottom: 0px;
}

.request-quote{
    padding: 50px 0 35px;
}

.request-quote-left .card-header {
    background:#fff;
    margin-bottom: 0px;
    padding: 0px !important ;
}

.request-quote-left .card-header a {
    color: unset;
    padding: 15px 15px !important;
    display: block;
}

.request-quote-left .card-header a h5 {
    font-size: 16px;
    font-weight: 600;
}
.quizz {
    color: #05052d;
}

.request-quote-left .card-header a h5 .right-iconn {
    float: right;
}
.request-quote-left .card {
    margin-bottom: 15px;
}
.request-quote-left .card-header a h5 {
    font-size: 20px;
    font-weight: 600;
}
.request-quote-left .card-header a h5 i {
    margin-right: 5px;
}
a.collapsed.col-faq-a:hover {
    background: #f6f6f6 !important;
}
.request-quote-left .card-body {
    border-top: 1px solid #eee;
    background: #fff;
    font-size: 14px;
    text-align:justify;
}

.request-quote-left h4 {
    color: #05052d;
    font-weight: 700;
}

.request-quote-left p {
    padding-bottom: 15px;
}
a.col-faq-a {
    background: #ccc;
}
a.collapsed.col-faq-a {
    background: #fff !important;
}
.req-bottom-in {
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    transition: background 1s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #fff;
    padding: 20px;
}

.req-bottom-in img {
    width: 40%;
    padding-bottom: 8px;
}

.contact-right h4 i {
    color: #05052d;
    font-size: 35px;
    margin-bottom: 10px;
}

.header-left img {
    width: 65%;
}

.header-right ul{
    float:left;
}

.order-btn a {
    color: #fff !important;
}
.order-btn:hover {
    background-color: rgba(5, 5, 45, .9);
}
.foot-logo {
    font-size: 28px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #000063, #37e2e0);
    -webkit-background-clip: text;
    background-clip: text;
}
.what-make-unique{
    padding: 50px 0;
    background-color: #f7f7f8;
    background-image: url(../images/footer-bg.svg), linear-gradient(315deg, #85ccff, #ffffff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
}
.data-ana li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    display: inline-flex;
}
.data-ana li i {
    margin-right: 10px;
    margin-top: 6px;
}









/* n-style start */

.gos-logo{
    font-weight: 700;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #000063, #37e2e0);
    -webkit-background-clip: text;
    background-clip: text;

}
.goe-nav a {
    color: #000 !important;
    padding: 20px 10px !important;
    font-weight: 500;
    transition-duration: .6s;
  transition-delay: .0s;
} 
.goe-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7) !important;
}
.goe-nav a:hover i {
    color: #000;
    border-left: 1px solid #000;
}
.goe-nav a i {
    color: #fff;
    border-left: 1px solid #fff;
    transition-duration: .6s;
  transition-delay: .0s;
}
@media (min-width: 767.98px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}
.dropdown-menu {
    animation: mynavtopmove 0.1s;
    margin: 0;
    padding: 0px;
}

@keyframes mynavtopmove {
  from {
    left: 0px;
    height: 0px;
    opacity: 0;
    border-bottom: 0px;
    transition: 0.3s;
  }
  to {
    height: auto;
  }
}
.n-drp-menu a:hover {
    border-left: 5px solid #000063;
    
}
.n-drp-menu a {
    border-left: 5px solid #fff;
    padding: 10px !important;
    /* border-radius: 40px; */
}
.n-drp-menu {
    display: flex !important;
    padding: 15px;
}
.n-drp-menu a:active {
    background-color: #ccc;
}
.goe-nav .dropdown-menu{
    left: -100px;
}
.n-drp-menu a:hover i {
    color: #000063;
}
.n-drp-menu a i {
    margin-left: -10px;
    color: #fff;
    margin-right: 5px;
}




.home-about-in img {
    margin-bottom: 15px;
}

.mb-30{
    margin-bottom: 30px;
}
.partners-section p {
    margin-bottom: 50px;
}
.border-none{
    border: none;
}
.directories li {
    margin: 0;
    list-style: none;
    width: 25%;
    display: block;
    padding: 10px;
    display: flex;
    box-sizing: border-box;
    border: 1px dashed lightgray;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
}
.directories ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}


.unique-sect .unique-sect-img img {
    width: 60px;
}
.unique-sect .unique-sect-img {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 70px;
    padding: 5px;
    margin-bottom: 15px !important;
    box-shadow: 0 0 6px #ccc;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}
.clr-p-count {
    font-weight: 500;
    background: #05052d;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 0px 12px;
    border-radius: 33px;
    float: left;
    font-size: 18px;
    text-align: center;
    margin-right: 7px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.captcha-box-gr {
    float: left;
}
.captchacodebox-gr {
    height: 31px !important;
    width: 31px !important;
    font-size: 20px !important;
    text-align: center;
    border: 1px solid rgb(204, 204, 204);
}
.cap-show-box {
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    background-color: #686868;
    padding: 5px 2px;
    margin-top: -24px;
    width: 72px;
    float: left;
    line-height: 21px;
    margin-left: 6px;
}
footer a:hover i {
    padding-right: 5px;
    transition: all 0.5s;
}
footer a i {
    transition: all 0.5s;
}
footer a:hover {
    color: rgba(0, 0, 0, .7) !important;
}
ul.breadcrumb a:hover {
    color: #767676;
}
@media (max-width: 768px) {
    .m-mb-30{
        margin-bottom: 30px !important;
    }
    .m-mb-0 {
        margin-bottom: 0px !important;
    }
    .n-drp-menu {
        display: block !important;
    }
    .goe-nav a{
        padding: 10px 10px !important;
    }
    .m-py-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .banner-left h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .what-make-unique p {
        padding-bottom: 0px;
    }
    .partners-section p {
        margin-bottom: 50px;
    }
    .partners-section img {
        margin-bottom: 30px;
    }
    .m-order-1{
        order: 1;
    }
    .m-order-2{
        order: 2;
    }
    .m-border-none{
        border: none !important;
    }
    .stats-in {
        padding: 30px 15px;
    }
    .stats-service-in p{
        margin-bottom: 0px;
    }
    .directories li {
        width: 50% !important;
    }
    .work-section-inner {
        width: 43%;
        margin: 73px 10px 0;
    }
    .m-mt-0{
        margin-top: 0px !important;
    }
    .contact-left li{
        width: 100%;
    }
    .contact-left {
        padding: 0px;
    }
}