/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.navbar-expand-lg .container {
    flex-direction: column;
}

.navbar-expand-lg .container .row {
    width: 100%;
}

.navbar-expand-lg ul.call {
    padding: 0;
    margin: 0;
    /* float: right; */
}

.navbar-expand-lg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    z-index: 2;
    background: rgb(255 255 255);
    box-shadow: 0 0 16px rgb(102 102 102 / 20%);
}

.navbar-expand-lg .row {
    align-items: center;
    width: 100%;
    margin: 0;
}

.navbar-expand-lg .col-lg-6.col-md-6 {
    flex: 0 0 53%;
    max-width: 53%;
}

.navbar-expand-lg .col-lg-6.col-md-6+.col-lg-3.col-md-3 {
    flex: 0 0 22%;
    max-width: 22%;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.banner {
    background: url(images/banner1.jpg) no-repeat;
    padding: 160px 0 180px;
    background-position: left bottom;
    color: #fff;
    /* background-size: 100%; */
    z-index: 1;
}

.banner:before {content: "";background: url(images/banner2.png) no-repeat;position: absolute;right: 0;top: 0;bottom: 50px;z-index: -1;background-position: right bottom;width: 40%;background-size: 100%;}

.navbar-expand-lg .secondary-nav ul li {
    list-style-type: none;
}

.navbar-expand-lg ul.call li img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background: #41b9fa;
    width: 16%;
    border-radius: 5px;
    height: 43px;
}

.navbar-expand-lg ul.call li small {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    color: #000;
    font-weight: 500;
}

.navbar-expand-lg ul.call li {
    padding: 0;
    list-style-type: none;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.navbar-expand-lg ul.call li a {
    color: #000;
}

.navbar-expand-lg .secondary-nav ul li small span {
    color: #ff0000;
    font-size: 16px;
    font-weight: 500;
}

a:hover {
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 10px;
    display: block;
    padding: 0 0;
}

.navbar-expand-lg .navbar-nav li:first-child .nav-link {
    padding-left: 0;
}

img {
    max-width: 100%;
}

.banner h1 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    width: 652px;
    /* height: 96px; */
    color: #000;
}

.banner h1 span {
    color: #fff;
}

p {
    font-size: 14px;
}

p:last-child {
    margin-bottom: 0;
}

.banner p {
    font-weight: 300;
}

.banner ul li {
    font-weight: 300;
    list-style-type: none;
    position: relative;
    padding: 0 0 14px 30px;
}

ul {
    padding: 0;
}
.service-inner-banner a+a {
    left: 8px;
    position: relative;
}

a.btn1 {
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 6px;
    border: 2px solid transparent;
    /* margin-top: 21px; */
    /* width: 30%; */
    text-align: center;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
}

.banner ul li:before {content: "";background: url(images/list-icon.png) no-repeat;width: 17px;height: 24px;position: absolute;left: 0;top: 0;}

.banner a.btn1 {
    margin-right: 10px;
    margin-left: 20px;
    background: #fff;
    color: #7978de;
    font-weight: 600;
    border-color: #fff;
    width: 149.5px;
    text-align: center;
}

@keyframes big {
  0% {
    transform: scale(0.95);
  }
  70% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(0.95);
  }
}

.service-inner-banner h1 span {}

.service-inner-banner h4 {
    background: #fff;
    color: #000;
    padding: 8px 21px;
    clip-path: polygon(0% 0%, 95% 0, 100% 100%, 3% 100%);
    font-size: 22px;
    display: inline-block;
}
.banner a.btn1+a.btn1 {
    background: #000;
    color: #fff;
    /* font-weight: 500; */
    margin-left: 0;
    border-color: #000;
}

.banner .col-md-7.col-lg-7 {
    padding-right: 40px;
}

.navbar-expand-lg .secondary-nav ul li:last-child {
    padding-bottom: 0;
}

.sec2 .text-with-icon {
    text-align: center;
    padding: 30px 10px;
    border-radius: 10px;
    box-shadow: 10px 10px 3px -3px rgb(194 194 194);
}

.sec2 .text-with-icon img {
    max-height: 100px;
    margin: 0 0 20px;
}

.sec2 h5 {
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}

.sec2 {
    padding: 40px 0;
}

.sec2 .col1 .text-with-icon {
    background: #61a5e8;
}

.sec2 .col2 .text-with-icon {
    background: #6d69dd;
}

.sec2 .col3 .text-with-icon {
    background: #ffc444;
}

.sec2 .col4 .text-with-icon {
    background: #fc6066;
}

.sec1 h5 {
    color: #1777b0;
    font-size: 16px;
    margin: 0;
}

.sec1-1 .col-md-12.col-lg-12 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
}

.sec1 .text-box {
    flex: 0 0 25%;
    padding: 30px 20px;
    /* background: #fff; */
}

.sec1 {
    text-align: center;
    padding: 40px 0;
}

section.sec1.lazy-background.visible {
    background: url(images/bg1.jpg) no-repeat;
    background-size: cover;
}

h2.title {
    font-size: 36px;
    font-weight: 700;
}

.sec1 h2.title {
    color: #fff;
}

h2.title:after {content: "";background: url(images/head-icon.png) no-repeat;width: 199px;height: 2px;display: block;margin: 20px auto 30px;background-size: 100% 100%;}

.sec1 h2.title:after {
    filter: brightness(0) invert(1);
}

.sec1 img {
    max-height: 120px;
    margin: 0 0 20px;
}

section {
    padding: 40px 0;
    position: relative;
}

.sec3 {
    text-align: center;
}

.sec3 .box {
    /* box-shadow: 0px 0px 11px 0 rgb(153 153 153 / 66%); */
    border-radius: 10px;
    background: #d8d8d8;
    padding: 20px 25px 25px;
    height: 318px;
}

.sec3 img {
    margin: 0 0 10px;
    max-height: 75px;
}

.sec3 ul {
    margin: 0;
    display: inline-block;
    position: relative;
    left: 10px;
}

.sec3 h4 {
    color: #41b9fa;
}

.sec3 ul li {
    list-style-type: none;
    text-align: left;
    padding: 0 0 10px;
    font-size: 13px;
}

.sec3 ul li:before {content: "\f04b";font-family: 'Font Awesome 5 Pro';font-weight: bold;color: #1777b0;font-size: 10px;display: inline-block;margin-right: 7px;}

.sec3 ul li:last-child {
    padding: 0;
}

.sec3 .box p {
    font-size: 13px;
}

section.sec4.lazy-background.visible {
    background: url(images/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.sec4 h6 {
    color: #fff;
}

.sec4 p {
    font-weight: 500;
}

.sec4 h5 {
    font-weight: 600;
    margin: 0;
}

.sec4-1 {
    background: #fff;
    border-radius: 6px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.banner .row {
    /* align-items: center; */
}

.sec5 {
    background: linear-gradient(-134deg, #41b9fa, #6c6cf2);
    margin: 0;
    color: #fff;
    /* text-align: center; */
    padding-top: 0;
}

.sec5 h3 {
    font-weight: 600;
    margin: 0 0 15px;
}

.sec5 .box-area {
    position: relative;
    height: 556px;
}

.sec5 .box {
    max-width: 25%;
    text-align: center;
    position: absolute;
    padding: 0 10px;
}

.sec5 .box:first-child {
    top: 150px;
    left: 0;
}

.sec5 .box:nth-child(2) {
    top: 40px;
    left: 25%;
}

.sec5 .box:nth-child(3) {
    top: 150px;
    left: 50%;
}

.sec5 .box:nth-child(4) {
    top: 40px;
    left: 75%;
}

.sec5 .box:nth-child(5) {
    top: 310px;
    left: 25%;
}

.sec5 .box:last-child {
    top: 310px;
    left: 75%;
}

.sec5 img {
    height: 100px;
    margin: 0 0 20px;
}

.sec5 h5 {
    font-weight: 600;
    margin: 0 0 15px;
}

.sec6 .stars i {
    color: #fec42d;
}

.sec6 {
    text-align: center;
    background: #d8d8d8;
}

.sec6 .box {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 40px 25px 30px;
    width: 90%;
    margin: 142px auto 13px;
    border-radius: 10px;
    position: relative;
    height: 418px;
}

.sec6 .box img {
    margin: 0 auto 20px;
    max-width: 113px;
    /* display: none; */
    height: 113px;
    object-fit: cover;
    border-radius: 100%;
}

.sec6 h5 {
    font-weight: 700;
}

.sec6 h5:before {content: "\f10d";font-family: 'Font Awesome 5 Pro';display: none;font-size: 60px;margin: 0 0 15px;opacity: 0.3;}

.sec6 .slick-current+.slick-active .box {
    background: #6c6cf2;
    color: #fff;
}

.sec6 .slick-slide {
    transition: all 0.5s ease;
}

.sec6 .box:before {content: "";display: block;width: 100%;height: 302px;position: absolute;top: -275px;left: 0;}

.sec6 .box.lazy-background.visible:before {
    background: url(images/clip.png) no-repeat;
    background-position: center;
}

.sec6 .slick-slider {
    border-top: 3px solid #000;
}

.sec6 .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    width: 75px;
    height: 43px;
    top: -27px;
}

.sec6 .slick-prev {
    background: url(images/left-arrow.png) no-repeat;
    background-size: contain;
    left: -60px;
}

.sec6 .slick-next {
    background: url(images/right-arrow.png) no-repeat;
    background-size: contain;
    right: -60px;
    background-position: right;
}

.sec6 ul.slick-dots {
    margin: 20px 0 0;
}

.sec6 ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
}

.sec6 ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    border: none;
    background: rgb(108 108 242 / 35%);
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 6px;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.sec6 ul.slick-dots li.slick-active button:before {content: "";position: absolute;border: 1px solid #6c6cf2;left: -3px;right: -3px;top: -3px;bottom: -3px;border-radius: 100%;}

.sec6 ul.slick-dots li.slick-active button {
    background: rgb(108 108 242);
}

.sec7 {
    /* background: url(images/bg3.jpg) no-repeat; */
    padding: 40px 0 0;
    overflow: hidden;
}

.sec8 {
    padding: 20px 0;
    background: #f8f8f8;
}

.sec8 .box {
    display: flex;
    align-items: center;
    width: 85%;
    margin: 0 auto;
}

.sec8 .box img {
    max-height: 160px;
    margin-right: 40px;
}

.sec8 h3 {
    font-weight: 700;
    font-size: 1.75rem !important;
    margin: 0 0 8px !important;
}

.sec8 h3 span {
    color: #1777b0;
}

.sec8 a.btn1 {
    background: #1777b0;
    border-color: #1777b0;
    color: #fff;
    position: relative;
    padding-left: 45px;
    padding-right: 25px;
}

.sec-extra {
    padding: 30px 0;
    text-align: center;
    /* background: #fff; */
    background: #c2c2c2;
}

.sec7 .col2 .text-box {
    text-align: center;
    /* background: url(images/mbg.png) no-repeat; */
    background-size: 100%;
    padding: 0 60px 0;
    height: 524px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec7 h2 {
    margin: -10px 0 20px;
}

.sec7 h2 strong {
    display: block;
}

.sec7 .col-md-4.col-lg-4.col2 {
    flex: 0 0 40%;
    max-width: 40%;
    background-size: 100%;
    background-position: center;
    position: relative;
    z-index: 1;
}

.sec7 .col-md-4.col-lg-4 {
    flex: 0 0 30%;
    max-width: 30%;
    overflow: visible;
    z-index: 0;
}

.sec7 ul li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #fff;
    height: 125px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 19px;
}

.sec7 ul {
    margin: 0 0 0;
}

.sec7 ul li:after {content: "";display: table;clear: both;}

.sec7 .col1 li.lazy-background.visible:first-child:before {
    background: url(images/list1.png) no-repeat;
    background-size: 140%;
    background-position: left -7px;
}

.sec7 ul li span {
    display: inline-block;
    font-size: 45px;
    font-weight: 700;
    margin-right: 0;
    text-align: center;
    margin: 0;
}

.sec7 .col1 ul li:before {content: "";top: 0px;bottom: 0;left: -30px;right: -160px;position: absolute;z-index: -1;}

.sec7 .col-md-4.col-lg-4.col2:before {content: "";position: absolute;left: -40px;right: -40px;top: 0;bottom: 0;z-index: -1;}

.sec7 .col-md-4.col-lg-4.col2.lazy-background.visible:before {
    background: url(images/mbg.png) no-repeat;
    background-size: 100%;
    background-position: 21px center;
}

.sec7 .col1 ul li span {
    margin: 0 40px 0 36px;
}

.sec7 .col1 ul li.lazy-background.visible:nth-child(2):before {
    background: url(images/list2.png) no-repeat;
    background-size: 140%;
    background-position: left -7px;
}

.sec7 .col1 ul li.lazy-background.visible:last-child:before {
    background: url(images/list3.png) no-repeat;
    background-size: 130%;
    background-position: left -7px;
}

.sec7 .col1 ul li:last-child span {
    margin: 0 33px 0 28px;
}

.sec7 .col1 ul li:first-child {
    width: 80%;
    left: 20%;
    margin: 0 0 58px;
}

.sec7 .col1 ul li:last-child {
    width: 90%;
    left: 20%;
}

.sec7 .col1 ul li:nth-child(2) {
    margin: 0 0 58px;
}

.sec7 .col3 ul li:before {
    content: "";
    top: 0px;
    bottom: 0;
    right: -54px;
    left: -160px;
    position: absolute;
    z-index: -1;
}

.sec7 .col3 ul li.lazy-background.visible:first-child:before {
    background: url(images/list4.png) no-repeat;
    background-size: 140%;
    background-position: right -9px;
    right: -90px;
}

.sec7 .col3 ul li span {
    margin: 0 24px 0 42px;
}

.sec7 .col3 ul li {
    justify-content: flex-end;
    text-align: right;
}

.sec7 .col3 ul li.lazy-background.visible:nth-child(2):before {
    background: url(images/list5.png) no-repeat;
    background-position: right -7px;
    background-size: 140%;
}

.sec7 .col3 ul li:nth-child(2) span {
    margin: 0 37px 0 50px;
}

.sec7 .col3 ul li.lazy-background.visible:last-child:before {
    background: url(images/list6.png) no-repeat;
    background-position: right -7px;
    background-size: 140%;
}

.sec7 .col3 ul li:first-child {
    margin: 0 0 58px;
    width: 80%;
}

.sec7 .col3 ul li:last-child {
    width: 80%;
}

.sec7 .col3 ul li:nth-child(2) {
    margin: 0 0 58px;
}

.sec7 .col3 ul li:first-child span {
    margin: 0 0 0 40px;
}

.sec7 a.btn1 {
    font-size: 14px;
    border-radius: 50px;
    padding: 7px 40px;
}

.footer-widgets1 {
    background: #4b4b4b;
    padding: 30px 0;
}

footer a, footer a:hover {
    color: #cbc6c6;
}

.footer-widgets1 ul li {
    list-style-type: none;
    position: relative;
}

.footer-widgets1 ul li a {
    font-weight: 300;
}

footer h4 {
    color: #cbc6c6;
    font-weight: 600;
    margin: 0 0 15px;
}

footer ul {
    margin: 0;
}

.footer-widgets1 .col1 ul li:before {content: "\f105";color: #cbc6c6;font-family: 'Font Awesome 5 Pro';/* font-size: 10px; */margin-right: 6px;}

.footer-widgets1 .col1 ul li {
    display: inline-block;
    width: 49%;
}

.footer-widgets1 .row {
    align-items: flex-end;
}

.footer-widgets1 ul li i {
    background: #5f5f5f;
    width: 32px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50px;
    color: #cbc6c6;
    margin-right: 10px;
}

.footer-widgets1 .col2 ul li a {
    /* font-size: 17px; */
    font-weight: 400;
}

.footer-widgets1 .col2 ul li:last-child {
    margin: 14px 0 0;
}

.footer-widgets1 .col3 a {
    background: #5f5f5f;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-right: 11px;
}

.footer-widgets2 {
    background: #434343;
    padding: 25px 0;
}

.footer-widgets2  ul li {
    display: inline-block;
    width: 33%;
    list-style-type: none;
    position: relative;
}

.footer-widgets2 h4 {
    /* text-align: center; */
    font-size: 35px !important;
}

.footer-widgets2  ul li:before {
    content: "\f105";
    color: #cbc6c6;
    font-family: 'Font Awesome 5 Pro';
    /* font-size: 10px; */
    margin-right: 6px;
}

.copyright {
    background: #3c3c3c;
    color: #cbc6c6;
    padding: 15px 0 5px;
}

.copyright p {
    font-size: 12px;
}

.copyright .c2 {
    align-items: center;
    margin-top: 10px;
    padding: 10px 0 0;
    position: relative;
    z-index: 1;
}

.copyright .c2 p {
    font-size: 13px;
    font-weight: 300;
}

.copyright .payments {
    max-height: 22px;
    margin-right: 10px;
}

.copyright .dmca {
    max-height: 25px;
}

.copyright .c2:before {content: "";background: #cbc6c6;height: 1px;position: absolute;left: 15px;right: 15px;top: 0;}

.footer-widgets1 .col3 {
    text-align: right;
}

.footer-widgets1 .col3 .widgets {
    display: inline-block;
    text-align: left;
}

.whatsapp-widget{width:50px;height:50px;background:#12b919;padding:3px;border-radius:7px;box-shadow:0 0 10px rgba(0,0,0,.3);position:fixed;bottom:20px;left:20px;clear:both;outline:none;z-index:99999;}

.circle1{top:0;left:0}

.sec10 {
    /* background: linear-gradient( 91deg, #41b9fa, #6c6cf2); */
    /* background: url(images/bg3.jpg) no-repeat; */
    text-align: center;
    background: #273182;
}

.sec10 h2 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 40px;
}

.sec10 h5 {
    color: #03f0fe;
    margin: 0 0 8px;
}

.sec10 span {
    display: block;
    background: #fff;
    margin: 0 auto 13px;
    font-weight: 600;
    padding: 4px 0;
    border-radius: 4px;
    max-width: 82px;
    position: relative;
    z-index: 1;
}

.sec10 span:last-child {
    margin-bottom: 0;
}

.sec10 h4 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    height: 48px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.sec10 img {
    height: 295px;
}

.sec10 ul {
    margin: 30px 0 0;
}

.sec10 ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 12px;
}

.sec10 ul li strong {
    font-weight: 500;
    background: #fff;
    color: #4aaaf9;
    width: 32px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    margin-left: 6px;
}

.sec10 span:before {content: "";width: 170px;height: 29px;position: absolute;left: 140px;}

.sec10 span.lazy-background.visible:before {
    background: url(images/long-arrow.png) no-repeat;
    background-size: 100%;
}

.sec10 .col3 span:before {
    left: -210px;
    transform: rotate(180deg);
}

.cont1 {
    padding-top: 30px;
}

.cont1 h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.cont1 p {
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.ab-sec1 p {
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.ab-sec1 img {
    width: 85%;
}
.ab-sec2 {
    padding-top: 15px;
    position: relative;
}
.ab-sec2 img {
    width: 85%;
}

.cont2 h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.cont2 p {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.ab-sec3 {
   padding-top: 50px;
   background: #f5f5f5;
   padding-bottom: 21px;
}
.cont3 h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-left: -20px;
}

.cont3 ul li {
    list-style-type: none;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2;
    color: #000;
    padding-left: 37px;
    position: relative;
    padding-bottom: 10px;
}

.cont3 ul li::before {
    content: url("images/bullet1.png");
    position: absolute;
    left: -15px;
    top: 6px;
}

.ab-sec3 img {
    width: 90%;
}
.ab-sec4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ab-sec4 h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.ab-sec4 p {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.ab-sec4 {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.ab-sec4 h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.ab-sec4 p {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.ab-sec1 {
    position: relative;
}

.ab-sec1.lazy-background.visible::before {
    content: url("images/abimg3.jpg");
    position: absolute;
    left: 0;
    top: 0;
}

.ab-sec2.lazy-background.visible::before {
    content: url("images/img10.jpg");
    position: absolute;
    right: 0;
    top: 0;
}

.inner-banner {
     background: #7978de;
     padding: 130px 0 105px;
     color: #fff;
}
section.inner-banner h1 {
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 60px;
}
.ab-sec4::before {
    content: "";
    position: absolute;
    left: 72px;
    top: 0;
    height: 155px;
    width: 155px;
}

.ab-sec4::after {
    content: "";
    position: absolute;
    right: 64px;
    bottom: 0;
    height: 155px;
    width: 155px;
}

.ab-sec4.lazy-background.visible::before {
    background: url(images/abimg3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.ab-sec4.lazy-background.visible::after {
    background: url(images/img10.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.service-inner-banner{
     background: url(images/banner1.jpg) no-repeat;
     padding: 115px 0 0;
     background-position: left bottom;
     color: #fff;
     background-size: cover;
     z-index: 1;
}
.service-inner-banner h1{
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 35px;
    padding-top: 19px;
}
.service-form {
    background: #fff;
    width: 90%;
    float: right;
    box-shadow: 4px 2px 14px -5px rgba(0,0,0,0.75);
}

.serv-form-head {
    height: 100px;
    width: 100%;
    background: linear-gradient(90deg, #01b7ed, #02e3fa);
}
.serv-form-head h3 {
    text-align: center;
    padding-top: 16px;
    font-family: 'Poppins',sans-serif;
    font-weight: 700 !important;
    font-size: 29px !important;
    color: #fff;
}

.serv-form-head h3 span {
    color: #03ebfc;
}


.service-form form {
    padding: 20px;
    display: block;
}

.serv-form-head h5 {
    text-align: center;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 13px;
}

.service-form form select {
    height: 46px;
    margin-bottom: 17px;
    background: #ececec4f;
    font-size: 13px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
}

.service-form form input {
    height: 46px;
    background: #f9f9f9;
    font-size: 13px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
}

.service-form form button {
    width: 100%;
    display: block;
    margin-top: 17px;
    height: 50px;
    border: NONE;
    FONT-FAMILY: 'Poppins',SANS-SERIF;
    font-weight: 600;
    font-size: 20px;
    background: #38cadc;
    color: #fff;
    border-radius: 5px;
}

.service-form form span {
    color: #000;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    font-size: 25px;
    display: block;
}
section.service-2 {
    position: relative;
}
section.service-2::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.04;
}

section.service-2.lazy-background.visible::before {
    background: url(images/jaal.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

section.service-2 h2 {
    font-weight: 700;
    font-size: 25px;
    color: #000;
}

section.service-2 h3 {
    color: #000;
}


section.service-2 ul {
    /* padding-top: 10px; */
}

section.service-2 ul li {
    list-style-type: none;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 15px;
    display: inline-block;
    width: 49%;
    position: relative;
    padding-left: 52px;
    vertical-align: top;
    padding-right: 5px;
}

section.service-2 ul li::before {
    content: url(images/bullet1.png);
    position: absolute;
    left: 0;
    top: 0;
}
.bullet-sect {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.bullet-sect.lazy-background.visible {
    background: url(images/bg-z.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bullet-sect h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 400 !IMPORTANT;
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 0 !important;
}

.bullet-sect h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 36px !important;
    color: #fff;
    text-align: center;
    margin-bottom: 14px !important;
}
section.service-3 ul {
    /* padding-top: 20px; */
}

.bullet-sect a {
    text-align: center;
    display: block;
    background: #fff;
    width: 37%;
    margin: 0 auto;
    height: 50px;
    border-radius: 5px;
    line-height: 2.3;
    font-family: 'Poppins',sans-serif;
    font-size: 21px;
    font-weight: 600;
    background: #ffdd1c;
    color: #4bb0fe;
}
section.service-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    /* background: url("images/sbg.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

section.service-3 p {
}

section.service-3 ul li {
    list-style-type: none;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    padding-bottom: 15px;
    display: block;
    position: relative;
    padding-left: 52px;
    color: #000;
}

section.service-3 ul li::before {
    content: url(images/bullet1.png);
    position: absolute;
    left: 0;
    top: 0;
}

section.service-4 h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}

section.service-4 h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    padding-top: 10px;
}

section.service-4 p {
    color: #fffffffa;
}

section.service-4 ul {
    padding-top: 20px;
}

section.service-4 ul li {
    list-style-type: none;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
    display: inline-block;
    width: 40%;
    position: relative;
    padding-left: 52px;
    vertical-align: text-top;
    color: #fff;
}

section.service-4.lazy-background.visible {
    background: url(images/sbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

section.service-4 ul li::before {
    content: url(images/bullet1.png);
    position: absolute;
    left: 0;
    top: 0;
}
.service-inner-banner a {
    margin-top: 35px;
    color: #7978de;
    font-weight: 600;
}
.bullet-sect img {
    height: 155px;
}
.sec8 a.btn1::before {content: "\f07a";position: absolute;left: 13px;top: 7px;font-size: 21px;font-family: 'Font Awesome 5 Pro';}


.service-page h1{
    font-size: 26px !important;
    font-weight: 600;
    line-height: 1.4;
    
}

.service-page h2{
    font-size:25px;
    font-weight:700;
    margin-bottom: 15px;
}

.service-page h3{
    font-size:20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.service-page h4{
    font-size:17px;
    font-weight:700;
}
.bullet-sect .row {
    text-align: center;
}

.assignment-help .service-2 {
    padding-bottom: 15px;
}

section.service-3 ul li:last-child {
    padding-bottom: 0;
}

.service-2 ul li:last-child {
    padding-bottom: 0;
}

.english-assignment .service-4 {
    padding-bottom: 20px;
}

.geography-assignment section.service-3 img {
    max-height: 230px;
    width: auto;
}

.marketing-assignment .service-2 ul {
    margin: 0;
    /* width: 140%; */
}

.tourism-assignment .service-2 ul li {
    width: 100%;
}

.tourism-assignment .service-2 ul li ul li {
    width: 40%;
}

.aviation-assignment .service-2 ul li {
    width: 100%;
}

.coursework-writing .service-2 ul li {
    width: 100%;
}

.banner h1 label {
    /* display: block; */
    margin: 0;
    font-size: 2rem;
}

.faq-pg .card-header {
    padding: 0;
    border: navajowhite;
}

.faq-pg button.btn.btn-link {
    text-align: left;
    position: relative;
    border: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 0 10px rgb(51 51 51 / 20%);
    display: block;
    width: 100%;
    padding: 15px 20px 15px 30px;
    background: #f5f5f5;
}

.faq-pg button.btn.btn-link:hover {
    text-decoration: none;
}

.faq-pg .card {
    border: none;
    margin: 0 0 20px;
}

.faq-pg .card:last-child {
    margin: 0;
}

.faq-pg button.btn.btn-link small {
    position: absolute;
    left: 12px;
    top: 16px;
    text-align: center;
}

.faq-pg button.btn.btn-link small img {
    height: 13px;
    transform: rotate(90deg);
}

.faq-pg button.btn.btn-link.collapsed small img {
    transform: rotate(0deg);
}

.faq-pg .card-body {
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.innr-pg h4 {
    font-weight: 700;
}

.innr-pg h4:after {content: "";height: 2px;width: 100px;display: block;background: #7978de;margin: 7px 0 0;}

.innr-pg li {
    list-style-type: none;
    position: relative;
    padding: 0 0 7px 20px;
}

.innr-pg li:before {content: "";background: url(images/list-icon-blue.png) no-repeat;width: 13px;height: 24px;position: absolute;left: 0;top: 1px;background-size: contain;}

.innr-pg li:last-child {
    padding-bottom: 0;
}

/*priceing*/
section.pr-sec2 h2 {
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 27px;
}

section.pr-sec2 p {
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    color: #000;
}
.price-sec {
    padding: 20px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 18%);
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    width: 82%;
    height: 400px;
}

.intitle {
    width: 80%;
    background: red;
    padding: 15px 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /* height: 80px; */
    margin-left: -50px;
    margin-bottom: 35px;
    position: relative;
}

.intitle h3 {
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 25px;
    margin: 0;
}

.urgency ul {
    display: flex;
    justify-content: space-evenly;
    width: 85%;
    margin: 0 auto;
    padding: 6px;
    margin-top: 15px;
}

.urgency ul li {
    list-style: none;
    font-size: 15px;
    color: #fff;
}
ul.plan1 li {
    list-style: none;
    padding: 13px;
    width: 85%;
    margin: 0 auto;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Poppins',sans-serif;
}

ul.plan1 {display: block;}

ul.plan1 li span {
    float: right;
}

ul.plan1 li:first-child {
    background: #e5ecf078;
}

.intitle.t-plan1 {
    background: #00446d;
}

.intitle.t-plan2 {
    background: #ffdd1c;
}

.intitle.t-plan3 {
    background: #ff6f00;
}

.urgency.uc1 ul {
    background: #00446d;
}

.urgency.uc2 ul {
    background: #ffdd1c;
}

.urgency.uc3 ul {
    background: #ff6f00;
}

.intitle:before {content: "";border: 1px solid #000;position: absolute;right: -9px;width: 100%;bottom: -8px;height: 100%;border-top-right-radius: 20px;border-bottom-left-radius: 20px;z-index: -1;}

.intitle.t-plan2:before {
    border-color: #ffdd1c;
}

.intitle.t-plan1:before {
    border-color: #00446d;
}

.intitle.t-plan3:before {
    border-color: #ff6f00;
}

ul.plan1 li:nth-child(3) {
    background: #e5ecf078;
}

.price-sec a {
    position: relative;
    color: #fff;
    height: 80px;
    /* line-height: 90px; */
    text-align: center;
    width: 80px;
    border-radius: 50px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 14px;
    float: right;
    left: 45px;
    padding: 23px 0 0;
    line-height: 17px;
    animation: pulse 1.25s infinite;
}
a.btnordr3 {
    background: #ff6f00;
    animation: pulse3 1.25s infinite;
}

a.btnordr2 {
    background: #ffdd1c;
    animation: pulse2 1.25s infinite;
}
a.btnordr1 {
    background: #00446d;
    position: relative;
}

a.btnordr1::before {
    content: "";
    position: absolute;
    right: -105px;
    bottom: 0;
    background: url("images/ch3.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 115px;
    height: 125px;
}

a.btnordr2::before {
    content: "";
    position: absolute;
    right: -114px;
    bottom: -25px;
    background: url(images/ch1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 180px;
}

a.btnordr3::before {
    content: "";
    position: absolute;
    right: -115px;
    bottom: -9px;
    background: url(images/ch2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 169px;
    height: 180px;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(0 68 109 / 0.4);
    box-shadow: 0 0 0 0 rgb(0 68 109 / 80%);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgb(255 102 0 / 0);
      box-shadow: 0 0 0 30px rgb(255 102 0 / 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgb(255 102 0 / 0);
      box-shadow: 0 0 0 0 rgb(255 102 0 / 0);
  }
}

@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(255 221 28 / 0.4);
    box-shadow: 0 0 0 0 rgb(255 221 28 / 80%);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgb(255 102 0 / 0);
      box-shadow: 0 0 0 30px rgb(255 102 0 / 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgb(255 102 0 / 0);
      box-shadow: 0 0 0 0 rgb(255 102 0 / 0);
  }
}

@keyframes pulse3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(255 111 0 / 0.4);
    box-shadow: 0 0 0 0 rgb(255 111 0 / 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgb(255 102 0 / 0);
      box-shadow: 0 0 0 30px rgb(255 102 0 / 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgb(255 102 0 / 0);
      box-shadow: 0 0 0 0 rgb(255 102 0 / 0);
  }
}

/*contactus*/
.ctus-sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ct-form h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #7978de;
    margin: 0 0 5px;
}

.ct-form h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #000;
}

.ct-form {
    padding: 23px;
    border: 4px solid #d1d1d1;
}
.ct-form form input {
    height: 50px;
    border-radius: 6px;
    margin-top: 15px;
    border: 2px solid #0000002e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    color: #000000bf;
}

.ct-form form input::placeholder, .ct-form form textarea::placeholder {
    font-size: 14px;
    font-family: 'Poppins';
    color: #d1d1d1;
}

.ct-form form textarea {
    border-radius: 6px;
    border: 2px solid #0000002e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    color: rgb(0 0 0 / 75%);
    resize: none;
}
.ct-form button {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    padding: 11px 40px;
    background: #7978de;
    color: #fff;
}

.ct-info {
    background: #273182;
    height: 464px;
    padding: 35px;
    padding-left: 61px;
}

.ct-info h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    position: relative;
}

.ct-info ul li {
    list-style-type: none;
}

.ct-info h2 {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 45px;
    padding-top: 25px;
}

.ct-info h3::before {content: "";position: absolute;left: -60px;top: 10px;background: #ffffff9e;width: 50px;height: 2px;}

.ct-info ul.ct-1 li a {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.ct-info ul.ct-1 li {padding-left: 40px;padding-top: 29px;position: relative;}

.ct-info ul.ct-1 li:nth-child(1)::before {content: "\f879";position: absolute;left: 0;top: 30px;font-family: 'Font Awesome 5 Pro';color: #ffffffb5;font-size: 18px;}

.ct-info ul.ct-1 li:nth-child(2)::before {
    content: "\f2b6";
    position: absolute;
    left: 0;
    top: 30px;
    font-family: 'Font Awesome 5 Pro';
    color: #ffffffb5;
    font-size: 18px;
}

.ct-info ul.ct-2 {
    display:  flex;
    padding: 0 0 0 40px;
}

.ct-info ul.ct-2 li {
    padding-top: 25px;
    padding-right: 17px;
}

.ct-info ul.ct-2 li a {
    background: rgb(255 255 255 / 10%);
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.ct-info ul.ct-2 li a i {
    color: #fff;
}

/*samples*/
section.main-samples p.top-p {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.single-sample {
   padding: 26px;
   padding-top: 55px;
   background: #41b9fa;
   margin: 10px;
   height: 380px;
   clip-path: polygon(0 9%, 100% 0, 100% 95%, 0 100%);
   border-top-right-radius: 20px;
   border-bottom-left-radius: 20px;
}


.single-sample h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 15px;
    float: left;
    margin: 0;
    color: #fff;
    margin-right: 22px;
}

.single-sample p {color: #fff0f0;font-size: 13px;font-family: 'Poppins',sans-serif;}
.single-sample img {
    width: 115px;
    height: 115px;
    float: right;
    position: relative;
    top: 50px;
}

.banner a.black-bg {
    background: #000;
    border-color: #000;
    color: #fff;
}

.banner .white-bg {
    background: #fff !important;
    border-color: #fff !important;
    color: #7978de !important;
}

.navbar-expand-lg .navbar-nav li {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    height: auto;
    line-height: initial;
}

.navbar-expand-lg .navbar-nav li:hover ul.dropdown-menu {
    display: block;
    padding: 0;
    /* border: none; */
    border-radius: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
    font-size: 14px;
    padding: 6px 10px;
    display: block;
    border-bottom: 1px solid rgb(70 70 70 / 14%);
    color: #2f2f2f;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 250px;
    top: 40px;
    left: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child a {
    border: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
    background: #41b9fa;
    color: #fff;
}

.order-pg .inner-section {
    padding: 0;
}

.order-pg .leftt {
    background: url(images/order-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 50px;
    height: 100vh;
    flex: 0 0 37%;
    max-width: 37%;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
}

.order-pg footer {
    display: none;
}

.order-pg {
    overflow: hidden;
}

.order-pg .col-md-7.col-lg-7 {
    flex: 0 0 63%;
    max-width: 63%;
    height: 100vh;
    overflow-y: scroll;
    padding: 30px 30px 80px;
}

.order-pg .logo-area {
    display: block;
    margin: 0 auto 10%;
    padding: 14px 0 26px;
    background: url(images/logo-bg.png) no-repeat;
    background-position: center top;
    max-width: 370px;
}

.order-pg .logo-area img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.order-pg .logo-area+img {
    display: block;
    margin: 0 auto;
}

.order-pg .leftt a.btnn {
    display: block;
    background: #fff;
    color: #501e65;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    max-width: 130px;
    margin: 0 auto;
    border: 2px solid;
    padding: 7px 0;
    border-radius: 30px;
}

.order-pg .leftt small {
    text-align: center;
    display: block;
    font-weight: 300;
    line-height: 17px;
    margin: 20px 0 0;
    color: #fff;
    font-size: 96%;
}

.order-pg .form-group {
    display: flex;
    align-items: center;
}

.order-pg .form-group .image-area {
    box-shadow: 0 0 3px rgb(51 51 51 / 90%);
    min-width: 52px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-pg .form-group .image-area img {
    /* max-height: 26px; */
    /* max-width: 26px; */
}

.order-pg .form-group .form-control {
    height: 45px;
    font-size: 14px;
}

.order-pg .form-control span {
    height: auto;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 3px rgb(51 51 51 / 40%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.order-pg .area2 .form-group label {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    flex: 0 0 42%;
}

.order-pg .area2 small {
    font-size: 22px;
    /* display: inline-block; */
    vertical-align: middle;
    margin: 0;
    line-height: initial;
    font-weight: 600;
    padding: 2px 0 2px 12px;
    border: 2px solid #7978de;
    border-radius: 30px;
    margin-left: 10px;
    width: 100%;
    text-align: left;
    color: #7978de;
}

.order-pg .area2 .total {
    display: inline-block;
    width: 64%;
    border: none;
    font-weight: 600;
    color: #7978de;
}

.order-pg .area1 .form-group {
    /* margin: 0; */
    align-items: initial;
}

.order-pg .area1 {
    padding: 10px 0 7px;
}

.order-pg .area1 label.form-check-label {
    font-size: 16px;
}

.order-pg .area2 {
    /* padding: 0 0 10px; */
}

.order-pg .form-group label {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 16px;
}

.order-pg .msg-area .form-control {
    padding: 8px 10px;
    border-radius: 10px;
    resize: none;
    height: auto;
}

.order-pg .msg-area {
    flex-direction: column;
    align-items: initial;
}

.order-pg form button.submit {
    background: #7978de;
    border: none;
    padding: 10px 30px;
    display: block;
    margin: 20px auto 30px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.order-pg form p {
    text-align: center;
}

.order-pg .attachments .box {
    border: 1px solid #807fe0;
    padding: 10px 15px 0;
    margin: 0 0 15px;
}

.order-pg .attachments .box label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 10px;
    border-bottom: 1px solid #7978de;
    margin: 0 0 15px;
}

.sitemap-pg .innr-pg h2 {
    font-weight: 700;
    margin: 0 0 15px;
}

.sitemap-pg .innr-pg ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.sitmap1 ul li {
    flex: 0 0 25%;
    padding-bottom: 10px;
}

.sitemap-pg .innr-pg ul li a {
    color: #000;
}

.sitmap2 ul li {
    flex: 0 0 33.33%;
    padding-bottom: 10px;
}

section.blogs {
    background: url(https://www.assignmentlabs.co.uk/images/blog-bg.png) no-repeat #ffffff;
    background-attachment: fixed;
    /* background-size: 42%; */
    background-position: center bottom;
    padding: 90px 0 0;
    /* margin: 66px 0 0; */
}

.blogs article img {
    height: 130px;
    object-fit: cover;
    width: 100%;
    object-fit: fill;
}

.blogs article .content-area {
    padding: 20px 17px 20px;
}

.blogs article h5 {
    margin: 0 0 12px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

article a.view-article {
    /* background: #1777b0; */
    color: #1777b0;
    display: inline-block;
    /* max-width: 125px; */
    text-align: center;
    /* padding: 3px 30px; */
    /* border-radius: 4px; */
    /* margin: 12px 0 0; */
    font-weight: bold;
    font-size: 13px;
}

article h6 span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0 3px 13px 0;
    display: inline-block;
    background: #1777b0;
    padding: 4px 8px;
    border-radius: 3px;
}

article span i {
    margin-right: 5px;
}

article h6 .post-views {
    display: inline-block;
}

article h6 span.post-views-count {
    margin: 0;
    padding: 0;
}

.blogs div#pagination {
    /* text-align: center; */
    padding: 0 0 20px 20px;
}

.blogs div#pagination a.page-numbers {
    color: #1777b0;
    display: inline-block;
    margin: 0 4px;
    font-weight: 600;
}

.blogs div#pagination span.page-numbers.current {
    background: #1777b0;
    color: #fff;
    padding: 0 9px;
    border-radius: 4px;
}

.blogs div#pagination a.next.page-numbers {
    background: #1777b0;
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

section.blogs h1 {
    position: fixed;
    left: -20px;
    right: 0;
    top: 100px;
    text-align: center;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 35px;
}

.blogs article {
    margin: 0 0 20px 5%;
    font-size: 14px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    padding: 0;
    width: 55%;
    border: 1px solid #ccc;
}

.blogs article p {
    font-size: 12px;
}

section.blogs .col-lg-6.col-md-6:nth-child(odd) article {
    float: right;
    margin-left: 0;
    margin-right: 5%;
}

section.blogs+footer {
    /* position: relative; */
    /* z-index: 1; */
    display: none;
}

.single-blog {
    padding: 90px 0 40px;
}

.single-blog ul {
    padding: 0 0px 0 20px;
}

.btn-normal {
    color: #fff;
    background-color: #3071a9;
    border-color: #3071a9;
}

.service-form form .col #urgency_output+.col {
    padding: 0;
}

#section-order-form .order-sidebar ul li {
    padding: 0 0 0 20px !important;
}

.order-sidebar .widget.user-links {
    background: linear-gradient( 16deg , #7978de, #9688bd);
    color: #fff;
}

#section-order-form .order-sidebar .widget-title {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin: 0 !important;
    padding: 8px 20px !important;
}

.order-sidebar .widget.user-links ul {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 20px !important;
}

#section-order-form .order-sidebar ul li a {
    color: #fff;
}

#section-order-form .order-sidebar ul li {
    padding: 4px 0 4px 20px !important;
}

.innr-pg li:before {
    /* filter: brightness(0) invert(1); */
}

body.cancellation-policy .innr-pg li:before {
    filter: none;
}

.order-content .title-old {
    margin: 0 0 10px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
}

.panel-default>.panel-heading {
    background-color: #827dd4;
    cursor: pointer;
    border-left: #000 12px solid;
    color: #fff;
    padding: 10px 15px;
}

.panel-body {
    padding: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

#section-order-form .nav > li:before {
    display: none;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #41b9fa;
}

#section-order-form .nav > li {
    padding: 0;
}

#section-order-form .nav>li>a {
    margin-right: 5px;
}

#section-order-form a.addifiles {
    display: inline-block;
    margin: 12px 0;
}

.panel-default>.panel-heading a {
    color: #fff;
}

.panel-heading .badge, .panel-heading .label-success {
    background: #fff;
    color: #000;
    padding: 1px 6px;
    display: inline-block;
    border-radius: 4px;
}

.navbar-expand-lg .navbar-nav li:last-child .nav-link, .navbar-expand-lg .navbar-nav li:nth-last-child(2) .nav-link {
    background: #41b9fa;
    color: #fff;
    display: inline-block;
    padding: 3px 20px;
    height: auto;
    line-height: initial;
    border-radius: 30px;
    margin: 0 8px;
    animation: tadaa 2s linear infinite;
    padding-right: 14px;
}

@keyframes tadaa {
  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

.navbar-expand-lg .blog-nav li:nth-last-child(2) .nav-link {
    color: #000;
    animation: none;
    padding: 0;
    background: transparent;
}

h1.post-title {
    /* text-align: center; */
}

.single-post section img {
    margin: 0 0 20px;
    display: block;
}

.single-blog .image-area {
    position: relative;
}

.single-post section .col-lg-4.col-md-4 img {
    margin: 0;
}

.single-blog .image-area:before {content: "";height: 15px;position: absolute;background: #fefefe;left: 0;right: 0;bottom: 0;}

.single-blog .btn-div {
    position: relative;
    margin: -110px 0 0;
}

.single-blog .btn-div a {
    position: absolute;
    width: 117px;
    height: 43px;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.single-blog .btn-div2 a {
    background: #f9ac12;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 30px;
    padding: 5px 0;
    font-size: 12px;
    width: 100px;
    margin: 0 auto;
    position: absolute;
    left: -21px;
    right: 0;
    bottom: 43px;
    animation: tadaa 2s 0.5s infinite;
}

.single-blog .btn-div2 {
    position: relative;
}

/*=================== Responsive Mode ====================*/

@media all and (max-width: 999px){
    
}

@media all and (max-width: 767px){
.navbar-brand img {
    max-width: 200px;
}

.banner:before {
    display: none;
}

.banner .col-md-7.col-lg-7 {
    padding-right: 15px;
}

.banner h1 {
    width: 100%;
    font-size: 28px;
    margin: 20px 0 20px;
    height: 59px;
}

.banner {
    padding: 40px 0 40px;
    margin: 57px 0 0;
    background: #7978de;
}

.banner h1 label {
    font-size: 22px;
    display: block;
}

.banner a.btn1 {
    margin: 0 8px;
    width: 145px;
    padding: 10px 0;
}

.sec2 .text-with-icon {
    padding: 20px 15px;
    margin: 0 0 20px;
}

.sec2 h5 {
    line-height: 24px;
}

.sec2 .col4 .text-with-icon {
    margin: 0;
}

h2.title {
    font-size: 25px;
}

h2.title:after {
    width: 99px;
    margin: 15px auto 25px;
}

.sec1-1 {
    margin: 0;
}

.sec1 .text-box {
    flex: 0 0 100%;
    border-bottom: 1px solid #ddd;
}

.sec1-1 .col-md-12.col-lg-12 {
    /* padding: 0; */
}

h4 {
    font-size: 19px;
}

.sec3 .box {
    height: auto;
    margin: 0 0 20px;
    padding: 20px 15px 25px;
}

.sec3 {
    padding: 40px 0 20px;
}

h5 {
    font-size: 17px;
}

.sec4-1 {
    margin: 0 0 20px;
}

.sec8 h3 {
    font-size: 22px !important;
}

.sec5 .box {
    position: static;
    max-width: 100%;
    margin: 0 0 30px;
}

.sec5 .box-area {
    height: auto;
}

.sec5 {
    padding: 40px 0;
}

.sec5 .box:last-child {
    margin: 0;
}

.sec7 {
    /* display: none; */
    padding: 40px 0;
}

.sec6 .slick-prev {
    left: 0;
}

.sec6 .slick-arrow {
    padding: 0;
    width: 60px;
    background-color: #d8d8d8;
}

.sec6 .slick-next {
    right: 0;
}

.sec6 .box {
    height: auto;
    padding: 40px 15px 20px;
}

body h2 {
    font-size: 24px !important;
}

.sec10 span:before {
    display: none;
}

.sec10 span {
    display: inline-block;
    padding: 2px 8px;
    margin: 0 4px 14px;
}

.sec10-1 .col2 {
    order: 3;
    margin: 20px 0 0;
}

.sec10-1 .col3 {
    order: 2;
}

.sec10 ul li {
    /* display: block; */
    /* margin: 0 0 12px; */
}

.sec10 h2 {
    margin: 0 0 5px;
}

.sec7 .col-md-4.col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

.sec7 ul li {
    height: auto;
    padding: 10px 0;
    clip-path: polygon(8% 0, 93% 0, 100% 50%, 94% 100%, 8% 100%, 0% 50%);
}

.sec7 .col-md-4.col-lg-4.col2 {
    flex: 0 0 100%;
    max-width: 100%;
    /* order: 3; */
}

.sec7 .col1 ul li:first-child {
    background: #ffb630;
    width: 100%;
    left: 0;
}

.sec7 .col1 ul li:nth-child(2) {
    background: #ff762d;
}

.sec7 .col1 ul li:last-child {
    background: #f8469f;
}

.sec7 .col3 ul li:first-child {
    background: #1eaee4;
    width: 100%;
}

.sec7 .col3 ul li:nth-child(2) {
    background: #7843a2;
}

.sec7 .col3 ul li:last-child {
    background: #3c3c9c;
    width: 100%;
    margin: 0 !important;
}

.sec7 .col3 ul li:before {
    display: none;
}

.sec7 ul li span {
    width: 78px;
    height: 68px;
    line-height: 68px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    /* border: 1px solid #fff; */
    background: #fff;
    font-size: 35px;
    position: relative;
    z-index: 1;
}

.sec7 .col1 ul li:before {
    display: none;
}

.sec7 .col2 .text-box {
    background: linear-gradient(181deg, #f0f3f5, #d7e0e5);
    /* background: url(images/mbg.png) no-repeat; */
    background-size: cover;
    background-position: center;
    margin: 30px 0;
    height: auto;
    padding: 30px 15px;
    border-radius: 8px;
}

.sec7 .col-md-4.col-lg-4.col2:before {
    display: none;
}

.sec7 h2 {
    margin: 0 0 10px;
}

.sec7 ul li span:before {content: "";background: #ffb630;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: -1;clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);transform: scale(0.95);}

.sec7 .col1 ul li:nth-child(2) span:before {
    background: #ff762d;
}

.sec7 .col1 ul li:nth-child(3) span:before {
    background: #f8469f;
}

.sec7 .col1 ul li span {
    margin: 0 30px 0 19px;
}

.sec7 .col1 ul li {
    margin: 0 0 20px !important;
}

.sec7 .col1 ul li:last-child {
    left: 0;
    width: 100%;
    margin: 0 !important;
}

.sec7 .col3 ul li:first-child span:before {
    background: #1eaee4;
}

.sec7 .col3 ul li:last-child span:before {
    background: #3c3c9c;
}

.sec7 .col3 ul li:nth-child(2) span:before {
    background: #7843a2;
}

.sec7 .col3 ul li:nth-child(2) span {
    margin: 0 20px 0 30px;
}

.sec7 .col3 ul li:first-child span {
    margin: 0 20px 0 40px;
}

.sec7 .col3 ul li {
    margin: 0 0 20px !important;
}

.sec7 .col3 ul li span {
    margin: 0 24px 0 30px;
}   

.sec8 .box {
    width: 100%;
    display: block;
}

.sec8 .box img {
    margin: 0 auto 20px;
    display: block;
    max-height: 130px;
}

.sec8 {
    text-align: center;
    padding: 30px 0;
}

footer ul.info {
    margin: 30px 0;
}

.footer-widgets1 .col3 {
    text-align: left;
}

.footer-widgets2 h4 {
    font-size: 25px !important;
}

.footer-widgets2 ul li {
    width: 100%;
}

.navbar-expand-lg ul.call li small {
    font-size: 0;
}

.navbar-expand-lg ul.call li a {
    display: block;
    width: 31px;
    height: 30px;
    background: url(/images/phone.png) no-repeat;
}

.navbar-expand-lg ul.call li img {
    display: none;
}

.navbar-toggler {
    position: absolute;
    right: 7px;
    top: 15px;
}

.navbar-expand-lg .col-lg-6.col-md-6 {
    position: static;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
    margin: 0;
}

.navbar-expand-lg ul.call {
    position: absolute;
    top: 14px;
    right: 55px;
}

.navbar-expand-lg .col-lg-6.col-md-6+.col-lg-3.col-md-3 {
    position: static;
} 

.navbar-expand-lg .navbar-nav li {
    height: auto;
    line-height: initial;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.navbar-expand-lg {
    padding: 0;
}

.navbar-brand {
    margin: 8px 0;
}

.inner-banner {
    margin: 57px 0 0;
    padding: 40px 0;
}

section.inner-banner h1 {
    font-size: 35px;
}

.ab-sec2::before {
    display: none;
}

.ab-sec3 {
    padding: 40px 0;
}

.ab-sec2 {
    padding: 40px 0;
}

p {
    font-size: 14px !important;
}

.cont3 h2 {
    margin: 0 0 15px;
}

.cont3 ul li::before {
    left: 0;
}

.cont3 ul li {
    font-size: 14px;
    padding: 0 0 15px 50px;
    line-height: 19px;
}

.ab-sec2 img {
    display: block;
    margin: 0 0 20px;
}

.ab-sec3 img {
    display: block;
    margin: 0 auto;
}

.ab-sec4::after {
    display: none;
}

.ab-sec4::before {
    top: 20%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    top: 0;
    border: none;
}

.service-inner-banner {
    margin: 58px 0 0;
    padding: 40px 0 0;
    background: #7978de;
    border-bottom-left-radius: 55%;
}

.service-page h1 {
    font-size: 22px !important;
}

.service-inner-banner a {
    margin-top: 12px;
    margin-bottom: 25px;
    padding: 8px 28px;
}

.service-form {
    width: 100%;
}

.service-page .serv-form-head h3 {
    font-size: 22px !important;
    padding: 10px 0 0;
    margin: 0px 0 5px !important;
}

.serv-form-head h5 {
    /* padding: 0; */
    margin: 0;
}

.serv-form-head {
    height: auto;
}

.service-form form span {
    font-size: 21px;
    /* margin: 4px 0 0; */
}

.service-form form button {
    font-size: 18px;
}

.service-2 img {
    margin: 20px 0 20px;
}

section.service-2 ul li {
    width: 100%;
}

.bullet-sect h2 {
    font-size: 28px !important;
}

.service-page h3 {
    margin: 10px 0 10px !important;
}

.bullet-sect a {
    width: auto;
    font-size: 17px;
    line-height: 45px;
    height: 45px;
    width: 200px;
}

.ab-sec1::before {display: none;}

section.service-4 ul li {
    width: 100%;
    font-size: 14px;
}

.copyright p {
    font-size: 12px !important;
}

.tourism-assignment .service-2 ul li ul li {
    width: 100%;
}

.ct-form {
    margin: 0 0 20px;
}

.ct-form .col {
    width: 100%;
    flex: 0 0 100%;
}

.ct-info {
    height: 100%;
    padding: 30px 20px;
}

.ct-info h3::before {
    display: none;
}

.ct-info h2 {
    padding: 0;
    margin: 0 0 20px;
}

.ct-info ul.ct-1 li {padding-top: 0;margin: 0 0 10px;}

.ct-info ul.ct-1 li:nth-child(1)::before {
    top: 0;
}

.ct-info ul.ct-1 li:nth-child(2)::before {
    top: 0;
}

.ct-info h2 br {
    display: none;
}

.ct-info ul.ct-2 li {
    padding-top: 10px;
}

.ct-info ul.ct-2 {
    margin: 0;
}

section.main-samples .mb-5 {
    margin-bottom: 0 !important;
}

.single-sample img {
    float: initial;
    top: 0;
    margin: 0 0 20px;
}

.single-sample h3 {
    float: initial;
}

.single-sample {
    height: auto;
    padding: 40px 20px 40px;
    clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
}

.single-sample p {
    font-size: 13px !important;
}

.sitmap1 ul li {
    flex: 0 0 50%;
}

.sitmap2 ul li {
    flex: 0 0 100%;
}

.order-pg .leftt {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
}

.order-pg .col-md-7.col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
}

.order-pg .logo-area img {
    max-width: 100%;
}

.order-pg .logo-area {
    padding: 10px 20px;
    background: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.order-pg .leftt {
    padding: 0 15px 30px;
}

.order-pg {overflow-y: scroll;}

.order-pg .col-md-7.col-lg-7 {
    padding: 30px 15px 40px;
}

.order-pg .col-md-4.col-lg-4 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.order-pg .area1 label.form-check-label {
    font-size: 14px;
}

.order-pg .area2 .form-group label {
    font-size: 19px;
}

.order-pg .form-group label {
    font-size: 14px;
}

.order-pg form .row:last-child .form-group {
    align-items: initial;
}
}

@media all and (max-width: 480px){
    
}