.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    float: left;
}


/* 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}

html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; 
   font-family: "Poppins", sans-serif;
}

p{
    font-family: "Poppins", sans-serif;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;  
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/* NAVBAR */

nav#mainNav {
    background: #050606;
    /* position: absolute; */
    top: 0;
    z-index: 2;
    /* height: 95px; */
    padding: 0;
}
nav#mainNav a img {
    max-width: 100%;
}
nav#mainNav .row {
    width: 100%;
    align-items: center;
}
div#navbarSupportedContent {
    justify-content: flex-start;
}

div#navbarSupportedContent ul li {
    list-style-type: none;
    padding-right: 0px;
    padding-top: 0px;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.navigations .bg-dark {
    background-color: transparen !important;
}
div#navbarSupportedContent ul li a {
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    text-decoration: none !important;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #23609e;
    text-align: left;
    padding: 0px 0px;
    font-size: 17px;
}
ul.navbar-nav.nav-right {
    background: url("images/box1.png");
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    background-size: contain;
    position: absolute;
    right: 0;
    margin-top: 43px;
}
ul.navbar-nav.nav-right li a {
    font-size: 34px !important;
    font-weight: 700 !important;
}

ul.navbar-nav.nav-right li span {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding-right: 0;
    margin: -10px 0 0;
    display: block;
    text-align: center;
}

ul.navbar-nav.nav-right li a {
    font-size: 19px !important;
    width: 100% !important;
    padding: 3px 0 6px;
}


.navbar .nav-item:not(:last-child) {
  margin-right: 30px;
}
.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}
.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}
.dropdown-menu {
  margin-top: 0;
}







nav#mainNav .row {
    display: none;
}

.bg-color {
    width: 100%;
    background-color: #efefef;
    padding: 5px 0px 5px !important;
}
ul.exo-menu {
    padding-top: 0px;
}
.navigations {
    padding: 15px 0px 15px;
}
.logo-div a img {
    width: 80%;
}
.navigations .social_media ul.social-list {
    width: 40%;
    float: left;
}
.navigations .social_media p {
    width: 60%;
    float: left;
    margin-bottom: 0px;
}
.navigations .social_media p a {
    font-weight: 600;
    color: #005cb9;
    text-decoration: none !important;
}
.social_media ul li a i {
    color: #005cb9;
}
.social_media {
    text-align: right;
    padding: 15px 0px 0px !important;
}
.social_media ul li {
    display: inline-block;
    padding: 0px 5px;
    font-size: 24px;
    line-height: 25px;
}

.close.CLZ {
    width: auto !important;
    margin: 0 auto -10px !important;
    min-height: auto !important;
    }
.close.CLZ span {
    color: #000 !important;
    }
section.banner-img .col-md-4.main-heading h1 {
    font-family: CaviarDreams;
    color: #fff;
    font-size: 36px;
}




.custom-banner-bottom {
    box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
    position: relative;
    top: -30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 2px;
}
.custom-bnr-btm-inner {
    text-align: left;
    border-right: 1px solid #dcdcdc;
}
.img-icons {
    text-align: right;
}
.img-icons img {
    max-width: 50px;
}
.custom-bnr-text h5 {
    font-weight: 700;
    font-size: 22px;
    color: #002a52;
    margin: 0;
}
.custom-bnr-text p {
    margin-bottom: 0;
    font-weight: 600;
}
.custom-banner-bottom .col-sm-4:nth-child(3) .custom-bnr-btm-inner {
    border: none!important;
}














.social-top a i {font-size: 12px;padding-right: 28px;}

.social-top {
    background: #e89613;
    width: 83%;
    margin: 0 auto;
    margin-top: 0;
}
ul.navbar-nav.nav-right li {padding-right: 0 !important;}

ul.navbar-nav.nav-right li .social-top a {
    font-size: 0px !important;
}
/* sec2 */

/*TOP BANNER*/

.whatsapp-div {
    padding-top: 30px;
    text-align: right;
}
.whatsapp-div p a {
    font-size: 16px;
    color: #1c75bc;
    font-weight: 800;
    text-decoration: none !important;
}
.whatsapp-icon {
    width: 30px;
}


.top-banner {
    height: 650px;
    /* background: url("images/bg-new.jpg"); */
    /* background: #000; */
}

.top-banner.lazy-background.visible {
    background: url(assets/img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.banner-heading {
    position: relative;
    top: 200px;
    display: block;
    padding-left: 0;
}

.banner-heading h1 {
    font-family: 'Poppins',sans-serif;
    color: #005cb9;
    font-size: 55px;
    font-weight: 700;
    text-align: left;
    background-color: #dddddd9c;
    padding: 5px 0px 15px 10px;
}

.banner-heading h3 {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Poppins',sans-serif;
    color: #e89613;
    text-align: left;
    line-height: 2;
}
.banner-heading span {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    color: #ffffffad;
    text-align: left;
    display: block;
    line-height: 2;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.banner-heading h2 {
    font-family: 'Poppins',sans-serif;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: left;
    background: linear-gradient(13deg, #ffc107, #fff, #000);
    background-repeat: no-repeat;
    background-size: 80%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.banner-heading p {
    font-family: 'Poppins',sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    text-transform: uppercase;
    color: #dc3535 !important;
}
.banner-heading h4 {
    font-size: 19px;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    color: #fff;
    text-align: left;
    line-height: 1;
}

.banner-heading a.btn-banner {
    background: #005cb9;
    color: #fff;
    border: 2px solid transparent;
    display: inline-block;
    padding: 9px 40px;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    top: 50px;
    text-decoration: none !important;
}

.banner-heading a+a {
    margin-left: 15px;
    background: transparent !important;
    border: 2px solid #e89613 !important;
    padding: 11px 24px !important;
    display: inline !important;
}
@keyframes bouncing {
    0%,
    10%,
    26%,
    40%,
    50% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    20%,
    21% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -16px, 0);
        transform: translate3d(0, -16px, 0)
    }

    35% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    45% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
.banner-heading span+span {
    font-size: 44px;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}


.sec3 {
    padding-top: 30px;
}

.sec3 .sec3-cont1 h2, .sec3 .sec3-cont1 h3, .sec3 .sec3-cont1 h4 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #005cb9;
    text-align: left !important;
    padding-bottom: 10px;
}
.sec3 .sec3-cont1 h2+p+h2 {
    font-size: 25px;
}

.top-banner .row {
    position: relative;
    z-index: 1;
}

.top-banner .row::before {content: "";position: absolute;right: 0;left: 0;bottom: 0;top: 46%;height: 590px;width: 100%;z-index: -1;}
.sec3 .sec3-cont1 p {font-family: 'Poppins',sans-serif;font-weight: 400;font-size: 16px;width: 101%;}

.sec3 .sec3-cont1 {
    padding-left: 0;
}
.sec3 .sec3-cont2 {
    padding-right: 21px;
}
.sec3 .sec3-cont2 a {
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 15px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    background: #e99612;
    width: 30%;
    height: 40px;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-animation-name: wobble;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

 @-webkit-keyframes wobble {
  0% {
  -webkit-transform: none;
  transform: none;
  }
  15% {
  -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
  -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
  -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
  -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
  -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
  -webkit-transform: none;
  transform: none;
  }
  }

.sec3 .sec3-cont2 img {
    width: 96%;
    position: relative;
    bottom: 17px;
    left: 27px;
}
h2.text-center.first-head {
}

h2.text-center.first-head::before {content: "";position: absolute;left: 0;top: 15px;background: #2b313c;height: 4px;width: 72px;display: none;}

h2.text-center.first-head::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    background: #2b313c;
    height: 4px;
    width: 72px;
    display: none;
}

.sec4 .sec4-cont3 {
    padding: 38px 0 45px 105px;
    position: relative;
    border-right: 2px solid #00000054;
}

.sec4 .sec4-cont3 h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #e89613;
}

.sec4 .sec4-cont3 p {
    padding-top: 20px;
    width: 96%;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
}
@keyframes float-reverse {
  0% {-webkit-transform: translatey(0px); transform: translatey(0px); } 
  50% {-webkit-transform: translatey(15px); transform: translatey(15px); } 
  100% {-webkit-transform: translatey(0px); transform: translatey(0px); } 
}  
.sec4 .sec4-cont3::before {
    content: "";
    bottom: 0;
    top: 42px;
    position: absolute;
    left: -15px;
    height: 80px;
    width: 90px;
    animation: float-reverse 3s ease-in-out infinite;
}

.sec4-cont3.lazy-background.visible::before {
    background: url(assets/img/referencing-and-bibliography.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.sec4 .sec4-cont4 {
    padding: 38px 0 45px 105px;
    position: relative;
}

.sec4 .sec4-cont4 h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #e89613;
    text-align: left;
}

.sec4 .sec4-cont4 p {
    padding-top: 20px;
    width: 100%;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
}

.sec4 .sec4-cont4::before {
    content: "";
    bottom: 0;
    top: 39px;
    position: absolute;
    left: 0;
    height: 80px;
    width: 90px;
    animation: float-reverse 3s ease-in-out infinite;
}

.sec4-cont4.lazy-background.visible::before {
    background: url(assets/img/referencing-and-bibliography.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.sec4 .sec4-cont5 {
    padding: 40px 7px 48px 85px;
    position: relative;
    border-right: 2px solid #00000054;
    /* margin-top: 20px; */
}

.sec4 .sec4-cont5 h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #e89613;
}

.sec4 .sec4-cont5 p {
    padding-top: 15px;
    width: 100%;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}

.sec4 .sec4-cont5::before {
    content: "";
    top: 42px;
    bottom: 0;
    position: absolute;
    left: -15px;
    height: 80px;
    width: 90px;
    animation: float-reverse 3s ease-in-out infinite;
}

.sec4-cont5.lazy-background.visible::before {
    background: url(assets/img/deprivation-of-time.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.sec4 .sec4-cont6 {
    padding: 38px 0 45px 105px;
    position: relative;
}

.sec4 .sec4-cont6 h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #e89613;
    text-align: left;
}

.sec4 .sec4-cont6 p {
    padding-top: 15px;
    width: 100%;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}

.sec4 .sec4-cont6::before {
    content: "";
    bottom: 0;
    top: 60px;
    position: absolute;
    left: 0px;
    height: 85px;
    width: 90px;
    animation: float-reverse 3s ease-in-out infinite;
}

.sec4-cont6.lazy-background.visible::before {
    background: url(assets/img/writing-skills.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.sec4 .sec4-cont5::after {
    content: "";
    position: absolute;
    left: 31px;
    top: 0;
    width: 90%;
    background: #ababab;
    height: 1px;
}

.sec4 .sec4-cont6::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    width: 96%;
    background: #ababab;
    height: 1px;
}
.sec5 {
    padding-top: 0;
    padding-bottom: 50px;
    background-color: #f8f8f8;
    margin-bottom: 40px;
}

.sec5 .sec5-cont7 {
    background: #242a36;
    padding: 20px;
    height: 271px;
    display: block;
    border-radius: 15px;
    width: 96%;
}

.sec5 .sec5-cont7 h3 {
    font-size: 19px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.sec7-conttitle h2 {
    text-align: center;
    color: #fff;
    background: #005cb9;
    width: 20%;
    margin: 0 auto;
    font-family: 'Poppins',sans-serif;
    font-size: 20px;
    padding: 10px;
}
.sec7-conttitle p {
    text-align: center;
    color: #fff;
    background: #005cb9;
    width: 20%;
    margin: 0 auto;
    font-family: 'Poppins',sans-serif;
    font-size: 20px;
    padding: 10px;
}

.sec7-conttitle {padding-bottom: 54px;position: relative;}


.sec7-conttitle.lazy-background.visible::before {
    background: url(images/test-baar.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.sec5 .sec5-cont7 p {
    font-family: 'Poppins',sans-serif;
    font-size: 13px;
    color: #ffffffad;
    text-align: center;
    font-weight: 300;
    padding-top: 8px;
}
.sec5 .sec5-cont7 img {
    display: block;
    margin: 0 auto;
    height: 70px;
}



.sec5 .sec5-cont8 h4 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #005cb9;
    text-align: center;
}
.sec5 .sec5-cont8 h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #005cb9;
    text-align: center;
}

.sec5 .sec5-cont8 {
    padding-top: 50px;
    padding-left: 58px;
}

.sec5 .sec5-cont8 p {
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    padding-top: 20px;
    text-align: center;
    width: 95%;
    margin: 0 auto;
}
.sec6 .sec6-cont10 h5 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #005cb9;
}
.sec6 .sec6-cont10 h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #005cb9;
}
.sec6 .sec6-cont10 h4 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #005cb9;
}

.sec6 .sec6-cont10 p {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    width: 100%;
    padding-top: 10px;
}

.sec6 .sec6-cont10 ul li {list-style-type: none;font-family: 'Poppins',sans-serif;font-size: 15px;padding-bottom: 25px;width: 100%;position: relative;padding-left: 20px;}

.sec6 .sec6-cont10 ul li span {
    font-size: 33px;
    color: #000;
    font-weight: 700;
}

.sec6 .sec6-cont10 a {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 17px;
    background: #005cb9;
    color: #fff;
    padding: 10px 40PX;
    border-radius: 0px;
    position: relative;
    top: 15px;
    text-decoration: none !important;
}
.sec6 .sec6-cont10 ul li::before {content: "\f303";position: absolute;left: -7px;top: -2px;font-family: 'Font Awesome 5 Pro';color: #e89613;transform: rotate(260deg);}

.sec6 {
    padding-bottom: 35px;
}

.sec6 .sec6-cont10 a+a {
    background: gray;
    font-weight: 600;
    left: 10px;
}
.top-form {
    padding: 5px;
    height: 490px;
    background: #242a36;
    border-radius: 10px;
}

.top-form form input {
    height: 40px;
}
.top-form form label {
    color: #fff;
    padding-top: 14px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    display: table-cell;
}

.top-form form {
    display: block;
    margin-top: 15px;
}

.top-form form input[type=submit] {
    width: 45%;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    height: 45px;
    border-radius: 24px;
    background: #e89613;
    border: none;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.top-form section {
    height: 55px;
    position: absolute;
    left: 10px;
    right: 0;
    margin: 0 auto;
    width: 48%;
    top: -10px;
}

.top-form section.lazy-background.visible {
    background: url(assets/img/form-title.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.top-form form textarea {
    height: 115px;
    resize: none;
}

.sec7 {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 20px;
    overflow: hidden;
}
.lazy-background.sec7.visible {
    background: url(assets/img/testimonials-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.sec7-cont11 {
    height: 405px;
    padding: 0 10px;
    position: relative;
}

.sec7-cont11.lazy-background.visible {
    /*background: url("assets/img/testimonials-background.png");*/
    background-size: 95% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
}

.item.sec7-cont11.lazy-background.slick-slide.visible.slick-active {}

.sec7-cont11 .inner-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
}

.sec7-cont12 {
    position: relative;
}

.sec8::before {content: "";position: absolute;right: 0;top: 25px;left: 0;height: 596px;width: 100%;}

.sec8.lazy-background.visible::before {
    background: url(images/law-sign.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.sec7-cont11 p {
    margin: 0 auto;
    display: block;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    padding: 15px;
    font-weight: 400;
    text-align: center;
    color: #000;
    position: relative;
    top: 50px;
    line-height: 20px;
}

.sec7-cont11 img {
    margin: 50px auto 0;
    display: block;
    padding-right: 0;
    max-width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 100%;
}

.sec7-cont11 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins',sans-serif;
    padding-top: 10px;
}
.sec7-cont11 p.student_name_heading {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins',sans-serif;
    padding-top: 10px;
    position: relative;
    top: 15px;
}

.sec7-cont11 h4 {
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    text-align: center;
    color: #000;
    padding-top: 0;
}
.sec7-cont11 p.country_name {
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    text-align: center;
    color: #000;
    padding-top: 0;
    position: relative;
    top: 0px;
}
.sec8 {
    padding-left: 50px;
    padding-bottom: 60px;
    position: relative;
}

.sec8 h2 {
    font-family: 'Poppins',sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #005cb9;
    padding-top: 25px;
}

.sec8 p {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    padding-top: 17px;
    line-height: 1.8;
    margin: 0;
}
.sec8 img {
    width: 100%;
}

.sec9 {padding-top: 30px;padding-bottom: 25px;border-bottom: 4px solid #df9114;}

.sec9.lazy-background.visible {
    background: url(images/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #000;
}

.sec9 h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #e89613;
}

.sec9 p {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    line-height: 1.7;
    padding-top: 20px;
    font-size: 16px;
    width: 100%;
}

.sec10 {
    padding-top: 50px;
}

.sec10-cont14 h2 {
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #005cb9;
}
.sec10-cont14 h6 {
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #005cb9;
}


.sec10-cont14 h3 {
    font-family: 'Poppins',sans-serif;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    text-transform: uppercase;
    color: #545151;
}
.sec10-cont14 p {
    font-family: 'Poppins',sans-serif;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    text-transform: uppercase;
    color: #545151;
}


.sec10-cont15 img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

  .bs-example{
        margin: 20px;
    }
    .accordion .fa{
        margin-right: 0.5rem;
    }

    div#accordionExample .card {
    margin-top: 15px;
    background: #fff !important;
    border: 1px solid #00000030;
    box-shadow: 0px 2px 19.74px 1.26px rgb(0 0 0 / 4%);
    border-radius: 0;
}
    div#accordionExample1 .card {
    margin-top: 15px;
    background: #fff !important;
    border: 1px solid #00000030;
    box-shadow: 0px 2px 19.74px 1.26px rgb(0 0 0 / 4%);
    border-radius: 0;
}

.card-header {
    background: #fff;
    padding: 0;
    border-radius: 0 !important;
}

.card-header h2 button, .card-header p button {color: #000;font-family: 'Poppins',sans-serif;font-weight: 600;font-size: 16px;text-align: left;padding: 0px 10px 0px 37px;border-radius: 0 !important;text-transform: capitalize;}

.card-header h2 button i, .card-header p button i {
    padding: 3px;
    font-size: 13px;
    color: #005cb9;
    position: absolute;
    left: 9px;
    top: 15px;
}

.sec11 {
    padding: 15px 0;
    background: #e89613;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

.sec11 h2 {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-size: 26px;
    font-weight: 600;
}
.sec11 a+a {
    margin-right: 22px;
    padding: 15px 45px;
}

.sec11 a {
    float: right;
    color: #fff;
    background: #242a36;
    padding: 15px 30px;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
}

/* footer */

footer {
  background: #292934;
  padding-top: 34px;
  padding-bottom: 15px;
  margin-top: 80px;
}

footer ul li {list-style-type: none;}
.block-center {
  text-align: left;
  display: block;
}
.block-center h3 {font-family: 'Poppins',sans-serif;font-weight: 600;font-size: 27px;color: #fff;padding-bottom: 19px;}
.block-center p.serv-title {font-family: 'Poppins',sans-serif;font-weight: 600;font-size: 27px;color: #fff;padding-bottom: 19px;padding-top: 0px;}
.block-center p.serv-title-contact {font-family: 'Poppins',sans-serif;font-weight: 600;font-size: 27px;color: #fff;padding-bottom: 0px;}

ul.foot1 li {list-style-type: none;}

ul.foot1 li a {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Poppins',sans-serif;
    line-height: 2.2;
    color: #fff;
}
.block-center p {
    margin-bottom: 0px;
}
.block-center p a {
    color: #fff;
}
ul.foot2 li {list-style-type: none;}
ul.foot2 li a,ul.foot3 li a {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins',sans-serif;
  color: #fff;
  display: block;
  line-height: 30px;
}

ul.foot1 {
    position: relative;
    top: 40px;
}
ul.foot2 {
  position: relative;
}
h3.serv-title {
    padding-left: 60%;
    color: #fff;
    position: relative;
}
p.serv-title {
    padding-left: 60%;
    color: #fff;
    position: relative;
}

h3.serv-title::before {content: "";position: absolute;left: 26%;top: 15px;background: #fff;height: 2px;width: 80px;}
p.serv-title::before {content: "";position: absolute;left: 26%;top: 25px;background: #fff;height: 2px;width: 80px;}

h3.serv-title::after {
    content: "";
    position: absolute;
    right: -33%;
    top: 16px;
    background: #fff;
    height: 2px;
    width: 80px;
}
p.serv-title::after {
    content: "";
    position: absolute;
    right: -33%;
    top: 25px;
    background: #fff;
    height: 2px;
    width: 80px;
}

.col-xs-12.col-sm-6.col-md-3.footer-column.foot-col-1 {
    max-width: 25%;
}

.col-xs-12.col-sm-6.col-md-3.footer-column.foot-col-2 {
    max-width: 20%;
}

.col-xs-12.col-sm-6.col-md-3.footer-column.foot-col-3 {
    max-width: 22%;
    border-right: none;
}
footer .Layout {padding-bottom: 10px;}
.block-center p {font-family: 'Poppins',sans-serif;font-size: 14px;font-weight: 300;color: #fff;line-height: 2;padding-top: 6px;position: relative;}


.col-xs-12.col-sm-6.col-md-3.footer-column.foot-col-4 h3 {
    position: relative;
    left: 0;
}


.footer-column {padding-top: 25px;}

footer .footer-bottom.secnd {
  text-align: center;
  border-top: 0px solid #fff;
  padding: 12px 0px 0px;
}

footer .footer-bottom .row {
  align-items: center;
}
footer .footer-bottom .copyrights {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 400;
  padding-top: 0px !important;
}

footer .footer-bottom .right-ul li {
  margin: 0px;
}

.top-singlebar ul {display: flex;width: 68%;border-right: 1px solid rgb(255 255 255 / 15%);padding: 10px 30px 14px 0;float: left;margin-bottom: 0px;}

.top-singlebar ul li {
    margin-right: 0;
    position: relative;
    margin: 0 auto;
}

.top-singlebar ul li a {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    text-decoration: none !important;
}

.top-singlebar {
    padding-bottom: 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    border-top: 1px solid rgb(255 255 255 / 15%);
    margin: 30px 0px 0px;
}

.top-singlebar ul li::before {content: "\f105";position: absolute;left: -12px;top: 10px;font-family: 'Font Awesome 5 Pro';color: #fff;font-size: 10px;content: "";width: 5px;height: 5px;background: #fff;border-radius: 10px;}

.foot-col-2 {
    padding-top: 100px;
}

.foot-col-4 ul {
    display: flex;
}

.foot-col-4 ul li {
    margin-right: 8px;
    background: #0071dc;
    height: 40px;
    width: 50px;
}
.subscribe_input input::placeholder {
    color: #fff;
}

.foot-col-4 ul li a i {
    color: #fff;
    font-size: 18px;
}

.foot-col-4 ul li a {
    display: block;
    text-align: center;
    line-height: 40px;
}

.foot-col-4 img {
    padding-top: 25px;
    width: 60%;
}
img.ftimg1 {
    width: auto;
}

img.ftimg2 {
    width: auto;
    max-height: 50px;
}
.foot-col-4 {
    padding-top: 35px;
}

.disclaimer {
    padding: 14px;
    background: #0000003d;
    margin-top: -10px;
    position: relative;
    top: 35px;
    padding-bottom: 4px;
    border-radius: 10px;
}

.disclaimer h3 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
}

.disclaimer p {
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}
.top-singlebar ul li::before {
    display: none;
}

.inner-banner {
    height: 400px;
    background: url("images/price-banner.png");
    background-repeat: no-repeat;
    background-position:  bottom;
    background-size: 100% 100%;
}


.inner-banner-heading h1 {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 50px;
    position: relative;
    text-transform: uppercase;
}

.inner-banner-heading {
    position: absolute;
    top: 180px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}
.inner-banner-heading h2 {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    position: relative;
    top: 25px;
}
.inner-banner-heading h1::before {content: "";position: absolute;left: 0;right: 0;margin: 0 auto;display: block;background: #df9113;width: 17%;height: 2px;bottom: -12px;}

.main-price-plane {
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative;
}

.price-title h2 {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 19px;
    color: #df9113;
}

.price-title h1 {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 47px;
    color: #000;
    letter-spacing: 2px;
}
.service-banner {
    height: 490px;
    background: url(images/serv-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.price-title {
    padding-bottom: 22px;
}

.price-sec {
    padding: 20px;
}

.price-sec ul li {
    list-style: none;
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 2px solid #000;
    color: #000;
}

.price-sec ul li span {display: block;font-family: 'Poppins',sans-serif;font-size: 33px;font-weight: 700;color: #df9113;}

.intitle h3 {
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}


.intitle.t-plan1 {
    background: #df9113;
    color: #fff;
    padding: 17px;
    border-top-left-radius: 54px;
}

.price-sec ul {
    border: 1px solid #000;
    border-bottom-left-radius: 60px;
    box-shadow: 0px 2px 6px #000;
}

.price-sec ul li:last-child {
    border: none;
}

.intitle.t-plan2 {
    padding: 17px;
    background: #df9113;
    color: #fff;
    transform: scaleY(1.3);
    position: relative;
    bottom: 10px;
}

ul.plan2 {
    border-radius: 0;
}

.intitle.t-plan3 {
    padding: 20px;
    background: #df9113;
    color: #fff;
    border-top-right-radius: 60px;
}

ul.plan3 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 60px;
}
.price-sec a {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    background: #df9113;
    color: #fff;
    padding: 12px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    border: 2px solid #000;
}
.main-price-plane::before {content: "";position: absolute;right: 0;top: 0;background: url("images/dots-m.png");background-repeat: no-repeat;background-size: auto;background-position: right;height: 404px;width: 50%;}
.ab-sec2 {
    padding-bottom: 30px;
}

.ab-sec2 img {
    width: 100%;
    padding-top: 125px;
    position: relative;
    left: 25%;
    z-index: 1;
}

.ab-inner {
    background: #12151a;
    padding: 30px;
    height: 538px;
}

.ab-inner section h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #df9113;
    position: relative;
}

.ab-inner section h1 span {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: block;
}

.ab-inner section h1 {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 31px;
    padding-top: 32px;
    color: #df9113;
}

.ab-inner section {
    display: block;
    padding-top: 20px;
    padding-left: 150px;
}

.ab-inner section h3::before {content: "";position: absolute;left: -74px;top: 12px;width: 60px;height: 1px;background: #df9113;}
.ab-inner section p {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffffd1;
    padding-top: 23px;
    line-height: 23px;
}

.ab-inner section a {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    background: #df9113;
    padding: 10px;
    margin-top: 42px;
    display: block;
    width: 42%;
    text-align: center;
    border-radius: 30px;
}

.ab-sec3 {
    padding-top: 50px;
    position: relative;
}

.col-title h2 {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 19px;
    color: #df9113;
}

.col-title h1 {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 47px;
    color: #000;
    letter-spacing: 2px;
}

.col-title p {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 13px;
}
.ab-sec3 .col.border-right {
    border-right: 1px solid #edaf13!important;
}
.ab-sec3 span.badge {
    background: #df9113 !important;
}
h4.text-muted {
    color: #000 !important;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 24px;
}



.single-timeline {
    padding-top: 85px;
    padding-bottom: 20px;
    padding-right: 44px;
}

.single-timeline img {
    width: 100%;
}

.single-timeline h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.single-timeline p {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-top: 10px;
}
.ab-sec3::before {content: "";position: absolute;left: -28px;right: 0;margin: 0 auto;background: #df9113;height: 86%;width: 2px;bottom: 30px;}

.right-move {
    position: relative;
    left: 20px;
}

.right-move::before {
    content: "";
    left: -63px;
    top: 176px;
    position: absolute;
    background: #df9113;
    height: 30px;
    width: 30px;
    border-radius: 100%;
}
.inner-form {
    position: absolute;
    /* bottom: 0; */
    top: 343px;
    background: #e89613;
    padding: 22px;
    width: 100%;
    border-radius: 30px;
    left: 0;
}
.inner-form label {
    color: #000;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -1px;
}

.inner-form select {
    border-radius: 8px;
    height: 45px;
    box-shadow: 0 0 3px #000;
    width: 96%;
    font-size: 15px;
}

.inner-form form input[type=submit], .inner-form form .order-btn {
    position: relative;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
}
.form-group.numbers {
    display: flex;
    height: auto;
    align-items: flex-end;
}

button.btn.btn-default.btn-number.plus {
    margin-right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0 5px #000;
}

form .numbers .btn-number {
    background: #fff;
    opacity: 1;
    color: #acb3b1;
    font-size: 12px;
    padding: 7px 10px;
    height: 45px;
    width: 40px;
    border-radius: 0;
}

input.input-number {
    height: 45px;
    width: 60px;
    border-radius: 0;
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    color: #0000006e;
    box-shadow: 0 0 5px 0;
}

button.btn.btn-default.btn-number.minus {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 7px #000;
}

.spage-cont1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.spage-cont1 h1 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    padding-left: 110px;
    color: #e89613;
    padding-bottom: 20px;
}

.spage-cont1 h1::before {content: "";position: absolute;left: 0;background: #e89613;height: 2px;width: 79px;bottom: 30px;}

.section-content1 {
    background: #12151a;
}

.spage-cont1 h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    color: #fff;
    width: 700px;
    padding-bottom: 20px;
}

.spage-cont1 h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    color: #e89613;
}

.spage-cont1 p {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffffdb;
    padding-top: 10px;
}

.spage-cont1 a {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: #df9113;
    padding: 8px 25px;
    border-radius: 25px;
    display: block;
    width: 23%;
    margin-top: 42px;
}

.section-revs {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-revs img {
    width: 100%;
}
.section-content2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-content2 h4 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #df9113;
    text-transform: uppercase;
    padding-bottom: 20px;
    /* padding-top: 5px; */
}

.section-content2 p {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    padding-bottom: 30px;
}

.spage-cont2 {/* padding: 20px 22px 0 34px; */}

.spage-cont2 ul li {
    list-style-type: none;
    position: relative;
}

.spage-cont2 ul li:nth-child(1)::before {
    content: "";
    position: absolute;
    left: -87px;
    top: 0;
    height: 60px;
    width: 55px;
}
.spage-cont2 ul li:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -87px;
    top: 0;
    height: 60px;
    width: 55px;
}

.spage-cont2 ul li:nth-child(3)::before {
    content: "";
    position: absolute;
    left: -87px;
    top: 0;
    height: 60px;
    width: 55px;
}

.spage-cont3 {
    position: relative;
    /* left: 75px; */
    padding-left: 90px;
}

.spage-cont3 ul li {
    list-style-type: none;
    position: relative;
}
.spage-cont3 ul li:nth-child(1)::before {
    content: "";
    position: absolute;
    left: -75px;
    top: 0;
    height: 60px;
    width: 55px;
}

.spage-cont3 ul li:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -75px;
    top: 0;
    height: 60px;
    width: 55px;
}

.spage-cont3 ul li:nth-child(3)::before {
    content: "";
    position: absolute;
    left: -75px;
    top: 0;
    height: 60px;
    width: 55px;
}

.spage-cont2 ul li.lazy-background.visible:nth-child(1)::before {
    background: url(images/ic11.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.spage-cont2 ul li.lazy-background.visible:nth-child(2)::before {
    background: url(images/ic3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.spage-cont2 ul li.lazy-background.visible:nth-child(3)::before {
    background: url(images/ic5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.spage-cont3 ul li.lazy-background.visible:nth-child(1)::before {
    background: url(images/ic2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.spage-cont3 ul li.lazy-background.visible:nth-child(2)::before {
    background: url(images/ic4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.spage-cont3 ul li.lazy-background.visible:nth-child(3)::before {
    background: url(images/ic6.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section-content3 .col-md-6 {
    padding: 0;
}

.section-content3 img {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.spage-cont5 {
    background: #12151a;
    padding: 40px;
    height: 100%;
}

.spage-cont5 h2 {
    font-family: 'Poppins',sans-serif;
    font-size: 29px;
    font-weight: 600;
    color: #df9113;
    padding-bottom: 48px;
}

.spage-cont5 h2 span {
    color: #fff;
}
.spage-cont5 h4 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
    padding-left: 60px;
    position: relative;
}

.spage-cont5 p {
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    color: #ffffffd1;
    padding-top: 10px;
    padding-left: 60px;
}

.spage-cont5 h4::before {content: "";position: absolute;left: 0;top: 50;background: #df9113;ed;height: 25px;width: 25px;border-radius: 100%;}
.inner-form form {padding: 0 20px;}

.section-contentx-x {
    padding-top: 50px;
    padding-bottom: 40px;
}

.section-contentx-x h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 19px;
    position: relative;
    padding-bottom: 35px;
}

.section-contentx-x p {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 10px;
}

.serv-colorbg {
    background: #12151a;
    padding-top: 40px;
    padding-bottom: 40px;
}

.serv-colorbg h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-bottom: 35px;
    color: #df9113;
}

.serv-colorbg p {
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffffdb;
}

.serv-colorbg h3::before {
    content: "";
    position: absolute;
    left: 0;
    background: #f39a0a;
    width: 100px;
    height: 3px;
    bottom: 15px;
}

.section-contentx-x h3::before {content: "";position: absolute;left: 0;background: #f39a0a;width: 100px;height: 3px;bottom: 15px;}

.section-content1 img {  
  max-width: 100%;
    height: 510px;
    object-fit: scale-down;
}
img.bt1 {
    width: auto;
    max-height: 50px;
}

.sec7 .slick-arrow {
    /* position: absolute; */
    /* top: 45%; */
    font-size: 0;
    border: none;
    box-shadow: 0px 1px 0px 1px #0000001f;
    background: #f8a000;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: none !important;
}

.sec7 .slick-prev {
    left: -45px;
    right:0;
    margin:0 auto;
    position: absolute;
    bottom: -40px;
}

.sec7 .slick-next {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: -45px;
    margin:0 auto;
}

.sec7 .slick-prev:before {content: "\f104";font-size: 20px;font-family: 'Font Awesome 5 Pro';color: #fff;font-weight: 600;}

.sec7 .slick-next:before {
    content: "\f105";
    font-size: 20px;
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-weight: 600;
}
.spage-cont-98 ul li {
    list-style-type: none;
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    padding-bottom: 20px;
    font-weight: 300;
    color: #000;
    position: relative;
    padding-left: 30px;
}

.spage-cont-98 ul li::before {content: "";position: absolute;left: -5px;top: 5px;background: #df9113;height: 15px;width: 15px;border-radius: 100%;}

.section-content3.lazy-background.visible {
    background: url(images/bg-ser2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.serv-colorbg ul li {
    list-style-type: none;
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    padding-bottom: 20px;
    font-weight: 300;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.serv-colorbg ul li::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 5px;
    background: #df9113;
    height: 10px;
    width: 10px;
    border-radius: 100%;
}
.testimonial-banner {
    height: 400px;
    background: url(images/testpage-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}
.test-inner-cont h1 {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 50px;
    position: relative;
    text-transform: uppercase;
}

.test-inner-cont {
    position: absolute;
    top: 180px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}
.All-testimonials {
    padding-bottom: 40px;
}

.All-testimonials .test-box {
    background: #fff;
    box-shadow: 0 0 4px #000;
    padding: 21px;
    width: 95%;
    margin: 5px auto 9px 5px;
}

.All-testimonials .test-box p {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding-top: 0;
}

.All-testimonials .test-box h4 {
    font-family: 'Poppins',sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    color: #e89613;
}

.All-testimonials .test-box p:before {content: "\f10d";font-family: 'Font Awesome 5 Pro';color: #e89613;font-weight: bold;font-size: 50px;display: block;opacity: 0.4;}

.All-testimonials .test-box h4 span {
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.All-testimonials ul.slick-dots {
    margin: 20px 0 0;
    text-align: center;
}

.All-testimonials ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
}

.All-testimonials 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;
}

.All-testimonials ul.slick-dots li.slick-active button:before {content: "";position: absolute;border: 1px solid #e89613b8;left: -3px;right: -3px;top: -3px;bottom: -3px;border-radius: 100%;}

.All-testimonials ul.slick-dots li.slick-active button {
    background: rgb(232 150 19);
}
.All-testimonials .slick-slider .slick-arrow {
    display: none !important;
}
.All-testimonials .slick-slider .item {
    opacity: 0.3;
}

.All-testimonials .slick-slider .slick-current+.slick-active {
    opacity: 1;
}
.ctus-sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ct-form h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #e89613;
}

.ct-form h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #000;
    padding-top: 12px;
}

.ct-form {
    padding: 23px;
    border: 4px solid #d1d1d1;
}
.ct-form form input {
    height: 50px;
    border-radius: 16px;
    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: 16px;
    border: 2px solid #0000002e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    color: #000000bf;
    resize: none;
}
.ct-form button {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-radius: 15px;
    padding: 8px 30px;
    background: #e89613;
    color: #fff;
}

.ct-info {
    background: #12151a;
    height: 476px;
    padding: 35px;
    padding-left: 61px;
}

.ct-info h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #e89613;
    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: #e88618;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;
}

.ct-info ul.ct-2 li {
    padding-top: 45px;
    padding-left: 37px;
}

.ct-info ul.ct-2 li a i {
    color: #fff;
}


.ctus-sec2 .col-md-7 {
    padding-right: 0;
    padding-left: 0;
}

.ctus-sec2 .col-md-5 {
    padding: 0;
}
div#navbarSupportedContent ul li a.orderbtn {
    background: #e89613;
    width: 110px;
    text-align: center;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: inline-block;
    font-size: 10px !important;
    position: relative;
    left: 17px;
}

.link-review{
      vertical-align: middle;
      display: inline-block !important;
      position: relative;
      padding: 3px 10px;
      margin-left: 0;
}

.link-review span{
        display: inline-block;
}

.review-rating{
        padding: 5px 5px;
        vertical-align: bottom;
        background: #fff;
        border-radius: 4px;
        margin-right: 4px;
        color: #000;
        font-weight: 700;
 }

.review-stars span{
   display:block;
}

.review-stars span i {
  font-size: 10px;
  color: #e89613;
} 
   .review-stars{
        line-height: normal;
        vertical-align: sub;
        font-size: 16px;
        color: #fff;
        text-align: center;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  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);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

div#navbarSupportedContent ul li.submenu:hover ul.dropdown-menu {
    display: block;
}

div#navbarSupportedContent ul li.submenu {
    position: relative;
}

div#navbarSupportedContent ul.dropdown-menu li a {
    font-size: 13px;
    display: block;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 7px 10px;
    color: #12151a;
    font-weight: 500;
}

div#navbarSupportedContent ul li.submenu ul.dropdown-menu {
    min-width: 14rem;
    /* left: 7px; */
    /* top: 70px; */
    padding: 0;
    border-radius: 0;
    z-index: 999;
    border: none;
    box-shadow: 0px 20px 26px rgb(153 153 153 / 10%);
}

nav#mainNav .navbar-nav li a:hover {
    color: #e89613;
}
div#navbarSupportedContent ul.dropdown-menu li:hover a {
    background: #e89613;
    color: #fff;
    width: 100%;
}
div#navbarSupportedContent ul.dropdown-menu li {
    padding-right: 0;
    padding-top: 0;
}

body.order-form nav {
    display: none;
}
.footerorder {
    display: none;
}

.order-pg .lftt {
    background: url(images/order-bg.jpg) no-repeat;
    background-size: cover;
    background-position: inherit !important;
    padding: 0 40px;
    height: 100vh;
    flex: 0 0 38%;
    max-width: 38%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.order-now .navbar {
    display: none;
}

.order-pg {
    padding: 0;
}

.order-now footer {
    display: none;
}

.order-pg .page-logo {
    max-width: 70%;
    display: block;
    margin: 0 auto;
    position: relative;
    left: -20px;
}

.order-pg .lftt a:first-child {
    margin: 0 0 100px;
}

.order-pg h3 {
    text-align: center;
    margin: 0;
    font-size: 25px;
}

.order-pg a.btnn {
    display: block;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 9px 0;
    border-radius: 30px;
    width: 150px;
    margin: 0 auto;
    font-family: 'Poppins',sans-serif !important;
}

.order-pg small {
    text-align: center;
    display: inline-block;
    font-weight: 500;
    line-height: 17px;
    margin: 0 0 19px;
    font-family: 'Poppins',sans-serif;
    color: #fff;
}

.order-pg .form-group {
    display: flex;
}

.order-pg .form-group .image-area {
    box-shadow: 0 0 3px rgb(51 51 51 / 90%);
    width: 70px;
    text-align: center;
    height: 50px;
    line-height: 45px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #e89613;
}

.order-pg .form-group .image-area img {
    max-height: 32px;
    max-width: 32px;
    filter: invert(1);
	margin: 8px 0px 0px 0px;
}

.order-pg .col-md-7.col-lg-7 {
    flex: 0 0 62%;
    max-width: 62%;
    height: 100vh;
    overflow-y: scroll;
    padding: 10px 30px 0 30px;
}

.order-pg .form-control {
    /*height: auto;*/
	height:50px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 3px rgb(51 51 51 / 35%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #e89613;
}

.order-pg .form-control::placeholder {
    color: #495057;
}

.order-pg .msg-area {
    flex-direction: column;
}

.order-pg .form-group label {
    margin: 0 0 4px;
    font-weight: 600;
}

.order-pg .msg-area .form-control {
    padding: 8px 10px;
    border-radius: 10px;
    resize: none;
	height:auto;
}

.order-pg form a {color: #e89613;border-bottom: 2px solid;}

.order-pg .form-check label {
    font-weight: 500;
}

.order-pg form p {
    font-weight: 500;
    text-align: center;
}

.order-pg form button.submit {
    background: #e89613;
    border: none;
    padding: 10px 50px;
    display: block;
    margin: 30px auto 30px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}

body.order-now {
    overflow: hidden;
}

.order-pg .total-area label {
    font-size: 18px;
    font-weight: 700;
    margin: 11px 0px 0px;
}

.order-pg .total-area small {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 600;
    padding: 0 18px;
    height: 50px;
    line-height: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 7px;
    text-align: left;
    color: #f8f9fa;
    border: 1px solid #e89613;
    background: #e89613;
}

.order-pg .total-area .total {
    display: inline-block;
    max-width: 100%;
    background: #fff;
    border: 1px solid #e89613;
    box-shadow: 0 0 3px rgb(51 51 51 / 35%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 0 0 10px;
    color: #495057;
    font-size: 22px;
    width: 60%;
}

.order-pg .attachments .box {
    border: 1px solid #e89613;
    padding: 10px 15px 0;
    margin: 0 0 15px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgb(51 51 51 / 35%);
}

.order-pg .attachments .box label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 10px;
    border-bottom: 1px solid #e89613;
    margin: 0 0 15px;
}

.order-pg .attachments .form-control-file {
    font-size: 14px;
}

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: rgb(255 255 255);
}

::-webkit-scrollbar
{
  width: 12px;
  background-color: #ffffff;
  /*box-shadow: 0 0 16px #000;*/
  border: 1px solid #ddd
}

::-webkit-scrollbar-thumb
{
  background-color: #bdb8d4;
  /*border-bottom: 150px solid #bdb8d4;*/
}







/*************** My New Styling Start *********************/
.rightside-topic.services {
    padding: 0px;
}
.rightside-topic.services .side_link {
    border-radius: 15px 15px 0 0;
}
.rightside-topic.services .side_link .title {
    background: #005cb9;
    color: #fff;
    border-radius: 9px 9px 0 0;
    padding: 6px;
    margin: 0;
	width: 100%;
    text-align: center;
	display: inline-block;
}
.rightside-topic .side_link ul li {
    background: 0 0;
    margin: -2px;
    position: relative;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 4px 12px;
}
.rightside-topic.services ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #333;
}
.rightside-topic .side_link ul li:hover {
    background-color: #005cb9;
}
.rightside-topic.services ul li a:hover {
    color: #fff;
}




.services-container {
    padding-top: 47px;
    padding-bottom: 47px;
    text-align: center;
}
h3.lawessay-heading {
    font-family: 'Poppins',sans-serif;
    color: #005cb9;
    font-weight: 700;
    border-bottom: 1px solid #005cb9;
    padding-bottom: 12px;
    text-align: center;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 30px;
}
.services-container h3.lawessay-heading:after {
    border: 2px solid #005cb9;
    clear: both;
    display: block;
    max-width: 40px;
    float: none;
    margin: -8px auto auto;
    position: relative;
    content: " ";
    top: 14px;
}
h2.lawessay-heading {
    font-weight: inherit;
    border-bottom: 1px solid #005cb9;
    padding-bottom: 12px;
    text-align: center;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 30px;
}
.services-container .content-container:hover h3 {
    color: #dd6e02;
}
.services-container h2.lawessay-heading:after {
    border: 2px solid #005cb9;
    clear: both;
    display: block;
    max-width: 40px;
    float: none;
    margin: -8px auto auto;
    position: relative;
    content: " ";
    top: 14px;
}
.services-container .content-container {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
}
.services-container .content-container:hover {
    transform: translateY(-10px);
    border-radius: 2px;
}
.services-container .content-container .icon-container {
    display: block;
    height: 60px;
    width: 70px;
    margin: 0 auto 20px;
}
.services-container .content-container h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}
.services-container .content-container p.law-assignment-services-heading {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}
.services-container .content-container:hover p.law-assignment-services-heading {
    color: #dd6e02;
}
.services-container .content-container p {
    font-size: 14px;
    text-align: justify;
    height: 100%;
}
.services-container .content-container .read__more, .services-container .content-container a {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 0;
    width: 120px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    margin: 0 auto;
    background: 0 0;
    color: #000;
    position: relative;
    text-decoration: none !important;
}




.form-main-div {
    padding: 20px 20px;
    background: url(assets/img/get-a-quote-form.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.form-main-div p {
    color: #fff;
    font-weight: 600;
}
.form-main-div p span {
    text-align: center;
    font-size: 33px;
    color: #be1e2d;
    font-weight: 800;
    text-shadow: 2px 2px 2px #0c0109;
}
textarea.form-control {
    height: 100px;
    margin-top: 4px;
    border-radius: 0;
}
.form-main-div form input, .form-main-div select {
    margin: 5px 0px;
    height: 35px;
    padding: 5px 15px;
    border-radius: 0px;
    border: 0px;
    outline: none;
    width: 100%;
}
.banner-form-button {
    width: 100%;
    text-align: center;
}
.proceed-button {
    width: 50%;
    color: #fff;
    background: #005cb9;
    border: 0px;
    margin-top: 10px;
    padding: 6px 12px;
    background-image: linear-gradient(to bottom,#005cb9 0,#005cb9 100%);
    background-repeat: repeat-x;
    border-color: #005cb9;
    transition: all .5s ease-out;
}



.how_it_works-writix {
    padding: 40px 0 40px;
    background-color: #f8f8f8;
    color: #393939;
	margin-top: 40px;
}
.title_center h2:not(.brown) {
    color: #393939;
    text-align: center;
    margin-bottom: 30px;
}
.how_it_works-writix p.how_it_work {
    color: #393939;
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 500;
}
.how_it_works-writix .how_it_works_steps-writix {
    margin: 0 -1%;
    width: 102%;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    transition: .2s ease-in-out;
}
.step-writix img {
    display: block;
    margin: 0px auto 15px;
}
.how_it_works-writix .how_it_works_steps-writix .step-writix {
    margin-bottom: 0!important;
}
img.lazyload, img.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}
.how_it_works-writix h4 {
    color: #005cb9;
    border-bottom: 1px solid #005cb9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}
p.step-writix-heading {
    color: #005cb9;
    border-bottom: 1px solid #005cb9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
.how_it_works-writix .how_it_works_steps-writix .step-writix p:last-child {
    padding-bottom: 0;
}






.subscribe {
    padding: 20px;
    border-radius: 4px;
    position: relative;
    top: -125px;
}
.align-items-center {
    align-items: center!important;
    background-color: #0071dc;
    padding: 25px 0px 15px;
}
.subscribe_text {
    display: flex;
    align-items: center;
}
.sprits-img {
    background-image: url(/image/css_sprites_new.png);
}
.bg-subsribe {
    width: 57px;
    height: 57px;
    background-position: -528px -760px;
    flex: 0 0 57px;
    margin-right: 15px;
}
.subscribe_right_text h4 {
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}
.subscribe_right_text p span {
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
}
.subscribe_right_text p {
    color: #fff;
}
.subscribe_input {
    position: relative;
}
.subscribe_input input {
    height: 54px;
    background-color: #015fb8;
    border: none;
    color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.subscribe_input button.btn.yellow_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 54px;
    border-radius: 0 0px 0px 0;
    min-width: 140px;
}
.btn.yellow_btn {
    background-color: #ffc221;
    color: #000;
    font-weight: 700;
}
.subscribe .container {
    height: 15px;
}


/*************** My New Styling End *********************/


/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width:100%;
      -webkit-appearance: none;
      background-color: #e89613;
      border-radius:20px;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      -webkit-appearance: none;
      color: #13bba4;
      margin-top: -1px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 20px;
      -webkit-appearance: none;
      height: 10px;
      cursor: ew-resize;
      background: #434343;
     position:relative;
    }

    input[type='range']::-webkit-slider-thumb::before{
      content:url("images/hammer-01.png");
      position:absolute;
      left:0;
      top:0;
    }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #43e5f7; 
}
input[type="range"]::-moz-range-track {  
  background-color: #9a905d;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #9a905d;
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width:100%;
      -webkit-appearance: none;
      background-color: #e89613;
      border-radius:20px;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      -webkit-appearance: none;
      color: #13bba4;
      margin-top: -1px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 20px;
      -webkit-appearance: none;
      height: 10px;
      cursor: ew-resize;
      background: #434343;
     position:relative;
    }

    input[type='range']::-webkit-slider-thumb::before{
      content:url("images/hammer-01.png");
      position:absolute;
      left:0;
      top:0;
    }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #43e5f7; 
}
input[type="range"]::-moz-range-track {  
  background-color: #9a905d;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #9a905d;
}

.titleform {
    text-align: center;
    padding: 15px 0 40px;
}

.titleform h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 26px;
}
.titleform h2 span {
    /* background: url(images/txt-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 5px 18px 5px; */
    color: #e89613;
    text-transform: uppercase;
    border-bottom: 2px solid;
}
.wordno {
    padding-top: 15px;
}



div#navbarSupportedContent ul li a.orderbtn:hover {
    color: #e89613;
    background: #fff;
    font-weight: 600;
}

.banner-heading a.btn-banner:hover {
    background: transparent;
    border: 2px solid #e89613 !important;
    color: #fff;
}

.top-form form input[type=submit]:hover {
    background: #fff;
    color: #000;
}

.sec6 .sec6-cont10 a:hover {
    background: transparent;
    border: 1px solid #e89613;
    color: #000;
}

.sec11 a:hover {
    background: #fff;
    color: #242a36;
    font-weight: 600;
}
.sec3 .sec3-cont2 a:hover {
    background: #252a30;
    color: #fff;
}
ul.foot2 li a:hover {
    color: #fff;
    font-weight: 500;
}
.top-singlebar ul li a:hover {
    color: #fff;
}

button:hover, a:hover, button:focus, a:focus {
    text-decoration: none !important;
}

.sitemapp {
    padding: 40px 0;
}

.sitemapp h3 {
    font-weight: 700;
    margin: 0 0 15px;
}

.sitemapp ul li {
    list-style-type: none;
    position: relative;
}

.sitemapp ul li a {
    color: #212529;
    font-weight: 500;
}

.sitemapp ul li:before {content: "";background: #df9113;width: 6px;height: 6px;border-radius: 10px;display: inline-block;vertical-align: top;margin: 8px 8px 0 0;}

.sitemapp .col1 ul {
    margin: 45px 0 0;
}

.tnc {
    padding: 30px 0 0;
}

.tnc h4 {
    font-weight: 700;
    margin: 0 0 15px;
}

.tnc ul {
    margin: 0 0 1rem;
}

.tnc ul li {
    padding: 0 0 15px 19px;
    list-style-type: none;
    position: relative;
}

.tnc ul li:last-child {
    padding-bottom: 0;
}

.tnc ul li:before {content: "";background: #e89613;position: absolute;left: 0;top: 8px;width: 8px;height: 8px;border-radius: 100%;}

.sec10.all-faqs {
    padding-top: 0;
}

.price-title {
    /* padding-bottom: 0; */
}

img {
    max-width: 100%;
}

.blogs article img {
    height: 197px;
    object-fit: cover;
    width: 100%;
}

.blogs article .content-area {
    padding: 20px 0 0;
}

.blogs article h5 {
    margin: 0 0 12px;
    font-weight: 600;
    color: #242a36;
}

article a.view-article {
    background: #242a36;
    color: #fff;
    display: block;
    max-width: 125px;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    margin: 12px 0 0;
}

article h6 span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0 3px 13px 0;
    display: inline-block;
    background: #e89613;
    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;
}

.blogs div#pagination a.page-numbers {
    color: var(--main);
    display: inline-block;
    margin: 0 4px;
}

.blogs div#pagination span.page-numbers.current {
    background: #e89613;
    color: #fff;
    padding: 0 9px;
    border-radius: 4px;
}

.blogs div#pagination a.next.page-numbers {
    background: #e89613;
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.blogs article {
    padding: 0;
    margin: 0 0 50px;
    font-size: 14px;
}

section.inner-section.blogs {
    padding: 40px 0 0;
}

.single-post nav#mainNav {
    position: relative;
}

.single-post .inner-section img {
    display: block;
    margin: 0 auto;
}

.single-post h1.post-title {
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px;
    font-weight: 700;
}

.single-blog {
    padding: 40px 0 0;
}

.top-singlebar {
    /* display: flex; */
}

.top-singlebar:after {content: "";display: table;clear: both;}

.top-singlebar a.mail {
    float: right;
    margin: 10px 0 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none !important;
}

.top-singlebar a.mail i {
    background: #0071dc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 7px;
    font-size: 18px;
}
.single-post .inner-section ul {
   margin: 0 0 1rem;
   padding: 0 0 0 20px;
}
.slick-slider .item:focus {
 
    border: none !important;
    outline: 0 !important;
}

.order-pg .box img {
    /* display: none; */
    position: absolute;
    left: 0;
    right: 0;
    max-width: 240px;
    margin: 0 auto;
    /* z-index: 999; */
    top: 45%;
    opacity: 0;
    animation: move 2.5s ease-in-out infinite;
    /* transform: translateY(-165px); */
    /* transform: scale(0); */
}

.order-pg .box-body {
    width: 200px;
    height: 160px;
    margin: 0 auto;
    margin-top: 123.3333333333px;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 30%);
    background: linear-gradient(#762c2c,#ff0303);
    position: relative;
    animation: box-body 2.5s forwards infinite ease-in-out;
}

.order-pg .box {
    margin: 0 0 20px;
    position: relative;
}

.order-pg .box-body:before {content: "";position: absolute;top: 0;bottom: 0;left: 50%;transform: translateX(-50%);width: 50px;background: linear-gradient(#ffffff,#ffefa0);}

.order-pg .box-lid {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90%;
    height: 40px;
    background-color: #cc231e;
    height: 40px;
    width: 220px;
    border-radius: 5%;
    box-shadow: 0 8px 4px -4px rgb(0 0 0 / 30%);
    animation: box-lid 2.5s forwards infinite ease-in-out;
}

.order-pg .box-bowtie {
    height: 100%;
    z-index: 1;
}

.order-pg .box-bowtie:before {left: 50%;transform: translateX(-100%) skew(10deg, 10deg);}

.order-pg .box-bowtie:after {left: 50%;transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);}

.order-pg .box-bowtie:before, .order-pg .box-bowtie:after {
    content: "";
    width: 83.3333333333px;
    height: 83.3333333333px;
    border: 16.6666666667px solid white;
    border-radius: 50% 50% 0 50%;
    position: absolute;
    bottom: 99%;
    z-index: -99999999;
}

.order-pg .box-lid:before {content: "";position: absolute;top: 0;bottom: 0;left: 50%;transform: translateX(-50%);width: 50px;background: linear-gradient(#ffefa0,#fff);}

@keyframes box-lid {
  0%,
  32% {
    -webkit-transform: translate3d(-50%, 0%, 0) rotate(0deg);
            transform: translate3d(-50%, 0%, 0) rotate(0deg);
            animation-delay: 2.5s;
  }
  50% {
    -webkit-transform: translate3d(-85%, -230%, 0) rotate(-25deg);
            transform: translate3d(-85%, -230%, 0) rotate(-25deg);
  }
  80%, 100% {
    -webkit-transform: translate3d(-119%, 140%, 0) rotate(-70deg);
            transform: translate3d(-119%, 140%, 0) rotate(-70deg);
            animation-delay: 2.5s;
  }
}

@keyframes box-body {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
            transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  15% {
    -webkit-transform: translate3d(0%, 25%, 0) rotate(20deg);
            transform: translate3d(0%, 25%, 0) rotate(20deg);
  }
  40% {
    -webkit-transform: translate3d(0%, -15%, 0) rotate(0deg);
            transform: translate3d(0%, -15%, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
            transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
}

@keyframes box-bowtie-right {
  0%,
  50%,
  75% {
    -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
            transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
  }
  90%,
  100% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
            transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.3);
  }
}

@keyframes box-bowtie-left {
  0% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
            transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
  50%,
  75% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
            transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
  }
  90%,
  100% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
            transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
}

@keyframes move {
  0%,40% {
    opacity: 0;
    transform: translate(0, 0) scale(0);
  }
  75%,100% {
    opacity: 1;
    transform: translate(0, -145px) scale(1);
  }
}

.inner-form .form-row {
    align-items: flex-end;
}

.inner-form .form-group.col-md-3 {
    flex: 0 0 27%;
    max-width: 27%;
}

.inner-form .form-group.col-md-3.text-right {
    flex: 0 0 19%;
    max-width: 19%;
}

.order-content .title-old {
    margin: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
}

.panel-default>.panel-heading {
    background-color: #e89613;
    cursor: pointer;
    border-left: #242a36 12px solid;
    color: #fff;
    padding: 10px 15px;
}

.panel-default>.panel-heading a {
    color: #fff;
}

.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 .order-sidebar ul li a {
    color: #000;
}

#section-order-form ul 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: #428bca;
}

.tnc #section-order-form ul li {
    padding: 0;
}

#section-order-form .nav>li>a {
    margin-right: 4px;
    background: #242a36;
    border-radius: 5px;
}

.panel-heading .label-success, .panel-heading .badge {
    background: #fff;
    border-radius: 4px;
    color: #000;
    padding: 3px 10px;
    display: inline-block;
}

#section-order-form button.btn.btn-primary {
    background: #242a36;
    border-color: #242a36;
}

@media screen and (max-width: 999px) {
    .top-banner {
    height: 355px;
    margin: 0 0 10px;
    background: #191d1e !important;
}
@media screen and (max-width: 767px) {
h3.serv-title::after {
    display: none;
}
h3.serv-title::before {
    left: 0%;
    top: 30px;
}
.logo-div {
    text-align: center;
}
.navigations .social_media p {
    width: 100%;
}
.whatsapp-div {
    padding-top: 0px;
}
.navigations .social_media ul.social-list {
    width: 100%;
}
nav.navbar button.navbar-toggler {
    position: inherit;
    display: contents;
}
nav.navbar div#navbarSupportedContent ul li {
    padding: 8px 0px;
    display: block;
}
div#navbarSupportedContent ul li a {
    width: 100%;
    text-align: center;
}
.navbar .nav-item:not(:last-child) {
    margin-right: 0px;
}
.navbar-dark .navbar-toggler-icon {
    background-color: red;
    padding: 18px;
}
ul.navbar-nav li.nav-item a#navbarDropdown2 .dropdown-menu {
    padding: 0.5rem 10px !important;
}
.dropdown-item {
    font-size: 14px !important;
    padding: 0 10px !important;
}
.navbar-toggler-icon {
    width: 2.5em;
}
.img-icons {
    text-align: center;
}
.custom-bnr-btm-inner {
    border-right: 0px solid #dcdcdc;
}
.custom-bnr-text {
    text-align: center;
    margin-bottom: 20px;
}
.top-banner .banner-heading {
    top: 70px;
}


.navbar-menu nav.navbar .navbr-mobile-right {
    display: block;
}
nav.navbar .container-fluid button.navbar-toggler {
    float: right;
    display: block;
    border: 0px;
}
.navigations {
    padding: 15px 0px 0px;
}
div#navbarSupportedContent .navbar-nav {
    width: 100%;
}
.form-main-div {
    margin-top: 30px;
}
.sec6-cont10 {
    text-align: center;
}
.card-header h2 button {
    padding: 0px 10px 10px 15px;
}
.subscribe_input button.btn.yellow_btn {
    min-width: 90px;
}
h3.serv-title::before {
    left: 0%;
    top: 35px;
}
}
div#navbarSupportedContent ul li {display: flex;padding-left: 30px;}

div#navbarSupportedContent ul li a {
    line-height: 1;
}
ul.navbar-nav.nav-right {
    display: none;
}

.link-review {
    display: none !important;
}

div#navbarSupportedContent ul li a.orderbtn {
    display: none;
}

.top-banner .row::before {
    display: none;
}

.banner-heading {
    top: 135px;
}

.banner-heading h1 {
    font-size: 21px;
    /* display: none; */
    margin: 0 0 10px;
}

.banner-heading span {
    font-size: 16px;
    display: inline-block;
    line-height: 22px;
}

.banner-heading span+span {
    font-size: 20px;
}

.banner-heading h2 {
    font-size: 14px;
    padding-top: 10px;
}
.banner-heading p {
    font-size: 14px;
    padding-top: 10px;
}

.banner-heading a.btn-banner {
    padding: 7px 19px;
    font-size: 13px;
    top: 0;
    margin-top: 30px;
}

.banner-heading a+a {
    padding: 10px 14px !important;
    margin-left: 10px;
}
.sec3 .sec3-cont1 h2 {
    font-size: 22px;
}

.sec3 .sec3-cont1 p {
    font-size: 13px;
    line-height: 1.6;
}

.sec3 .sec3-cont1 h2+p+h2 {
    font-size: 17px;
}

.sec3 .sec3-cont2 img {
    width: 97%;
    left: 0;
    bottom: 0;
}

.sec3 .sec3-cont2 {
    padding-right: 0;
}

.sec3 .sec3-cont2 a {
    bottom: 37px;
    height: 30px;
    font-size: 12px;
    line-height: 1;
}

.sec4 .sec4-cont3 {
    padding: 45px 0 0 0;
    border: none;
}

.sec4 .sec4-cont3::before {
    display: block !important;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -24px;
}

.sec4 .sec4-cont3 h3 {
    text-align: center;
    font-size: 16px;
}

.sec4 .sec4-cont3 p {
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin: 0;
}
.sec4 .sec4-cont4 {
    padding: 45px 0 0 0;
    border: none;
}

.sec4 .sec4-cont4::before {
    display: block !important;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -24px;
}

.sec4 .sec4-cont4 h3 {
    text-align: center;
    font-size: 16px;
}

.sec4 .sec4-cont4 p {
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin: 0;
}
.sec4 .sec4-cont5 {
    padding: 45px 0 0 0;
    border: none;
}

.sec4 .sec4-cont5::before {
    display: block !important;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -24px;
}

.sec4 .sec4-cont5 h3 {
    text-align: center;
    font-size: 16px;
}

.sec4 .sec4-cont5 p {
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin: 0;
}

.sec4 .sec4-cont5::after {
    display: none;
}

.sec4 .sec4-cont6 {
    padding: 45px 0 0 0;
    border: none;
}

.sec4 .sec4-cont6::before {
    display: block !important;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -24px;
}

.sec4 .sec4-cont6 h3 {
    text-align: center;
    font-size: 16px;
}

.sec4 .sec4-cont6 p {
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin: 0;
}

.sec4 .sec4-cont6::after {
    display: none;
}
.sec5 .sec5-cont7 {
    width: 100%;
    height: 219px;
    margin-top: 16px;
}

.sec5 .sec5-cont7 img {
    height: 60px;
}

.sec5 .sec5-cont7 h3 {
    font-size: 16px;
}

.sec5 .sec5-cont7 p {
    font-size: 12px;
}
.sec5 .sec5-cont8 {
    padding-top: 40px;
    padding-left: 0;
}

.sec5 .sec5-cont8 h2 {
    font-size: 20px;
}
.sec5 .sec5-cont8 h4 {
    font-size: 20px;
}

.sec5 .sec5-cont8 p {
    width: 100%;
    font-size: 13px;
}

.top-form {
    padding: 0;
    height: 410px;
}

.top-form section {
    height: 40px;
    width: 45%;
    top: 5px;
}

.top-form form label {
    font-size: 11px;
    font-weight: 400;
    padding-top: 20px;
}

.top-form form input {
    height: 30px;
}


.top-form form input::placeholder {
    font-size: 12px;
}

.top-form form textarea {
    height: 95px;
}

.top-form form input[type=submit] {
    height: 32px;
    font-size: 14px;
}
.sec6 .sec6-cont10 h5 {
    font-size: 17px;
    text-align: center;
    padding-top: 20px;
}
.sec6 .sec6-cont10 h2 {
    font-size: 17px;
    text-align: center;
    padding-top: 20px;
}
.sec6 .sec6-cont10 h4 {
    font-size: 17px;
    text-align: center;
    padding-top: 20px;
}

.sec6 .sec6-cont10 p {
    font-size: 13px;
    text-align: center;
    padding-top: 20px;
}

.sec6 .sec6-cont10 ul li {
    font-size: 12px;
    width: 95%;
    padding-left: 25px;
}

.sec6 .sec6-cont10 ul li::before {
    left: 5px;
}

.sec6 .sec6-cont10 a {
    font-size: 12px;
    padding: 10px 30px;
    top: 7px;
}

.sec6 .sec6-cont10 a+a {
    left: 35px;
}
.sec7 {
    padding-top: 20px;
    padding-left: 0;
}

.sec7-conttitle {
    padding-bottom: 22px;
}

.sec7-conttitle h2 {
    width: 45%;
}
.sec7-conttitle p {
    width: 45%;
}
.sec7-cont11 p {
    font-size: 12px;
}
.sec8::before {
    display: none;
}

.sec8 h2 {
    font-size: 17px;
    text-align: center;
}

.sec8 {
    padding-left: 0;
    padding-bottom: 30px;
}

.sec8 p {
    font-size: 13px;
    text-align: center;
}



.sec9 h2 {
    font-size: 17px;
    text-align: center;
}

.sec9 p {
    font-size: 13px;
    text-align: center;
}

.sec10 {
    padding-top: 25px;
}

.sec10-cont14 h2 {
    font-size: 20px;
}
.sec10-cont14 h6 {
    font-size: 20px;
}

.sec10-cont14 h3 {
    font-size: 15px;
}
.sec10-cont14 p {
    font-size: 15px;
}

.sec11 h2 {font-size: 20px;text-align: center;}

.sec11 a {
    font-size: 12px;
    padding: 8px 20px;
    display: block;
    margin: 6px 38px 13px 12px;
    text-align: center;
    width: 73%;
}

.sec11 a+a {
    padding: 8px 20px;
    margin-right: 0;
    display: block;
    margin: 0px 35px 0 0;
    text-align: center;
}

.top-singlebar ul {
    width: 100%;
    display: block;
    padding: 0 14px;
}

.top-singlebar ul li a {
    font-size: 13px;
}


.top-singlebar a.mail {
    float: unset;
    font-size: 13px;
    padding-top: 72px;
    display: block;
}
h3.serv-title {
    padding-left: 0;
    margin-top: 120px;
}

h3.serv-title::before {
    left: 41%;
}
.foot-col-2 {
    padding-top: 0;
}
.card-header h2 button {
    font-size: 13px;
}

div#accordionExample .card p {
    font-size: 13px;
}
nav#mainNav a img {
    width: 255px;
    height: 50px;
    object-fit: cover;
}

button.navbar-toggler {
    background: #fff;
    position: relative;
    bottom: 35px;
}
.ab-sec2 img {
    padding-top: 30px;
    left: 0;
}


.ab-inner section {
    padding-left: 0;
}

.ab-inner section h3::before {
    left: 0;
    top: 40px;
}

.ab-inner section h1 {
    font-size: 24px;
}

.ab-inner section p {
    font-size: 13px;
}

.ab-inner section a {
    font-size: 14px;
    margin-top: 25px;
}
.ab-sec3 {
    padding-top: 15px;
}

.col-title h1 {
    font-size: 27px;
}

.col-title p {
    font-size: 13px;
    width: 100%;
}

.single-timeline {
    padding-top: 0;
    padding-right: 0;
}

.single-timeline h2 {
    font-size: 25px;
    text-align: center !important;
}

.single-timeline p {
    font-size: 13px;
    text-align: center;
}
.right-move::before {
    display: none;
}
.ab-sec3::before {
    display: none;
}

.right-move {
    left: 0;
}
.main-price-plane::before {
    height: 258px;
    width: 30%;
}

.price-title h1 {
    font-size: 30px;
}


.price-sec ul li {
    font-size: 15px;
    font-weight: 600;
}

.price-sec a {
    font-size: 13px;
    width: 40%;
}
.inner-banner {
    height: 350px;
}

.main-price-plane {
    padding-bottom: 0;
}
.All-testimonials .slick-slider .item {
    opacity: 1;
}

.All-testimonials .test-box p {
    font-size: 13px;
}

.inner-banner-heading h1 {
    font-size: 35px;
}
.single-post h1.post-title {
    font-size: 25px;
}

article.post h2 {font-size: 22px !important;font-weight: 600;}

article.post p {
    font-size: 14px;
}
.ctus-sec2 {
    padding-top: 0;
    padding-bottom: 20px;
}

.ct-form h2 {
    font-size: 36px;
}

.ct-info h2 {
    font-size: 50px;
}

.ct-info {
    height: 455px;
}
.spage-cont1 h2 {
    width: 100%;
}

.section-revs {
    display: none;
}

.inner-form label {
    font-size: 15px;
}

.inner-form select {
    width: 100%;
    height: 35px;
    border-radius: 5px;
}

.inner-form form {
    padding-left: 0;
}

.form-group.numbers {display: inline-flex;margin: 0 auto;}

.inner-form form input[type=submit] {
    font-size: 13px;
    height: 37px;
    top: 20px;
}

.section-content1 {
    margin-top: 55%;
}

.spage-cont1 {
    padding-top: 60px;
}

.spage-cont1 h2 {
    font-size: 17px;
}

.spage-cont1 p {
    font-size: 14px;
}

.spage-cont1 a {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.section-content1 img {
    width: 100%;
    object-fit: contain;
    height: auto;
}
.section-content2 {padding-bottom: 0;padding-top: 0;}
.spage-cont5 h2 {
    font-size: 23px;
}

.spage-cont5 p {
    font-size: 14px;
}

.section-content2 p {
    padding-bottom: 20px;
}
.section-contentx-x {
    padding-bottom: 0;
}
.section-content2 h4 {
    font-size: 16px;
}
  
.order-pg .col-md-7.col-lg-7 {
    overflow-y: initial;
}

.order-pg .lftt {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    height: 100%;
    padding: 30px 20px 30px;
}

.order-pg .col-md-7.col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-pg .lftt a:first-child {
    margin: 0 0 180px;
    display: block;
}

.order-pg .box-body {
    width: 160px;
    height: 130px;
}

.order-pg .box-lid {
    width: 170px;
    height: 30px;
}

.order-pg .box-bowtie:before, .order-pg .box-bowtie:after {
    width: 73.333333px;
    height: 73.333333px;
}

.order-pg .box img {
    max-width: 190px;
    top: 26%;
}

.order-pg .box {
    margin: 0 0 50px;
}

.order-pg .page-logo {
    max-width: 90%;
}

.titleform h2 {
    font-size: 25px;
}

.titleform h2 span {
    display: block;
}

.wordno {
    padding: 0;
}

.order-pg .form-check label {
    font-size: 14px;
}

.order-pg form button.submit {
    font-size: 16px;
}

.titleform {
    padding: 15px 0 20px;
}
.subscribe {
    top: -170px;
}
.block-center p.serv-title {
    padding-top: 50px;
}
p.serv-title {
    padding-left: 0%;
}
p.serv-title::before, p.serv-title::after {
    display: none;
}
.banner-heading h1 {
    color: #fff;
    background-color: transparent;
}


}

.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}








/******************* Media Query Styling **********************/










