body{
    font-family: 'Open Sans', sans-serif;
}
.font-2{
    font-family: 'Dancing Script', cursive;
}
a, button, input{
    transition: 0.5s;
    text-decoration: none!important;
}
.an-header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    padding: 15px 0px;
}
.an-header .row {
    align-items: center;
}
ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}


.an-banner {
    background-image: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    min-height:620px;
    display: flex;
    align-items: center;
    padding-top: 150px;
    color: white;
    padding-bottom: 90px;
    border-top: 3px solid #000000;
}
.an-header .an-contact-info {
    text-align: right;
}
.an-contact-info li {
    display: inline-block;
    margin: 10px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.an-cta-section .an-contact-info, .small-cta .an-contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.an-contact-info li a {
    text-align: left;
    color: white;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.an-contact-info li a img {
    margin-right: 10px;
}
.an-contact-info li a b {
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #ffffff!important;
    margin-top: 5px;
    text-transform: initial;
}
.an-banner h1 span {
    font-size: 25px;
    display: block;
    color: #e55525;
    text-transform: capitalize;
}

.an-banner h1 span3{
    position: relative;
}
.an-banner h1 span3::before {
    background-image: url(../img/heading-bottom.png);
    display: block;
    content: "";
    background-size: contain;
    width: 100%;
    bottom: 0px;
    height: 18px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -7px;
}


a.an-themeBtn.oranges {
    background: #000000;
    border-color: #000000;
    color: #fff !important;
}

a.an-themeBtn.oranges:hover {
    background: #7b0f8a;
    border-color: #7b0d8a;
    color: #f1f3f4 !important;
}
.an-banner h1 span3::after {
    background-image: url(../img/heading-leave.png);
    display: block;
    content: "";
    background-size: contain;
    width: 100%;
    bottom: 0px;
    height: 129px;
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    bottom: -7px;
    background-position: right;
}

p.pathsd {
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0 100%);
    background: #7b0d8a;
    font-size: 25px;
    font-weight: 400 !important;
    padding: 10px 18px 10px 12px;
    display: block;
    margin-bottom: 0;
    color: #fff;
}
.banner-pr h3 {
    font-size: 25px;
    color: #fff;
    background: #000000;
    padding: 0 0px 0 10px;
    margin-bottom: 0;
}
.btninlines {
    display: flex;
    align-items: center;
}

a.ourspceban {
    margin: 0 10px 0 10px;
}
.btninlines a {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fbcc3e;
    margin-bottom: 0;
    border-radius: 9px;
    color: #000;
    width:100%;
}
.btninlines a img{
    filter:brightness(0) 
}
.btninlines a p {
    margin-bottom: 0;
    font-size: 11px;
  font-weight:700 !important;
    padding-left: 10px;
}


.banner-pr p {
    font-size: 70px;
    font-weight: 900;
}

.banner-pr h3 p {
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 0;
}
.banner-pr h3 p span {
    display: inline-block;
    color: #fff;
    font-size: 25px !important;
    font-weight: 400;
    position: relative;
    left: -15px;
}
.an-banner h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: initial;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0 !important;
    /* margin-bottom: 20px; */
}
h3.hbgbanners {
    margin-bottom: 20px;
    margin-top: -10px;
}
.an-banner h1 b {
    font-weight: 700;
    background-image: url(../img/shade.png);
    background-size: 100% 100%;
    font-weight: 800;
}
.an-banner p {
    font-size: 17px;
    font-weight: 700;
}


.an-banner p a{
    font-weight: 600;
    color: #e55525;
    font-weight: 800;
    font-style: italic;
}
.an-check-list li {
    display: inline-block;
    width: 48%;
    padding: 0px;
}
.an-check-list {
    margin-bottom: 10px;
}
.an-themeBtn {
    display: inline-block;
    padding: 0px 30px;
    background: #7b108d;
    font-weight: 700;
    margin: 5px;
    border: 2px solid #79148d;
    height: 50px;
    line-height: 45px;
    color: white!important;
    font-size: 14px;
    border-radius: 9px;
    text-transform: initial  !important;
}
.an-banner .an-themeBtn{
    margin-right: 6px;
}

.an-banner a.an-themeBtn.white.chat {
    padding: 0 45px 0 45px;
}
.an-themeBtn:hover {
    background: white;
    color: black!important;
}
.an-themeBtn.blue {
    background: #6dcff6;
    border-color: #6dcff6;
    color: black;
}
.an-themeBtn.blue:hover {
    background: white;
}
.an-themeBtn.white {
    background: white;
    color: black;
    border-color: white;
}
.an-themeBtn.white:hover {
    background: #005952;
    border-color: #005952;
}
.an-banner .rating {
    margin-top: 20px;
    display: block;
}
.ourlinelogo h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background: #ffffff;
    display: inline-block;
    position: relative;
    padding: 4px;
    margin-bottom: 5px;
}

.ourlinelogo h2:after {
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: #ffffff;
    height: 8px;
    width: 8px;
    content: "";
    display: block;
    right: -8px;
    position: absolute;
    bottom: 8px;
}

.ourlinelogo p {
    font-size: 12px !important;
    font-weight: 500 !important;
}


.ournew h3 {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    
    padding: 0px 10px;
    margin-bottom: 0;
    color: white;
}
.bookimages img {
    position: relative;
    animation-name: bounce-3;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    
    top:60px;
    }



    @keyframes bounce-3 {
    0%   { transform: translateY(-5px) }
    50%  { transform: translateY(5px) }
    100% { transform: translateY(-5px) }
    }
    


.banner-form {
    padding: 18px;
    /* background: url(../img/form-bg.png); */
    /* background-size: 100% 100%; */
    background-color: #fff;
    background-image: url("../img/formbgs.png");
    background-repeat: no-repeat;
    border-radius:30px;
}

.banner-form h4{   font-size: 40px;}

.banner-form h5 {
    font-size:52px;
    text-transform: initial;
    color: white;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}

.banner-form h3 p {
    font-size: 70px;
    display: inline;
    font-style: initial;
    margin-bottom: 0;
    color: #005952;
    font-weight: 900;
}
.banner-form h3 {
    text-align: center;
    font-size: 25px;
    font-style: italic;
    line-height: 0.8;
    justify-content: center;
}
.banner-form h3 p span {
    display: inline-block;
    text-align: left;
    position: relative;
    top: -8px;
    left: -5px;
    color: #005952;
    font-size: 25px !important;
    font-weight: 900;
}
.banner-form h6 {
    background: #000;
    display: inline-block;
    padding: 4;
    text-align: center;
    margin: 0px auto;
    justify-content: center;
    font-size: 21px;
}

.banner-form h3 p span {
    font-size: 16px;
    display: inline-block;
    text-align: left;
}

.banner-form h4 {
    font-size: 45px;
    font-weight: 900 !important;
    color: #0c9d83;
    text-align: center;
    padding: 5px 20px;
    background-image: url(../img/f-img.png);
    background-size: 100% 100%;

}

/* 
.banner-form {

} */

.banner-form h4 img {
    position: absolute;
    left: -45px;
    top: -9px;
}
.f-heading {
    text-align: center;
    margin-bottom: 20px;
}
.banner-form .form-control {
    background: #e9e9e9;
    min-height: 50px;
    font-size: 14px;
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.banner-form textarea.form-control {
    border-radius: 30px !important;
}
.banner-form .an-themeBtn {
    font-size: 18px;
}
.an-banner .row {
    align-items: center;
}
.an-service-section {
    padding: 50px 0px;
    text-align: center;
    color: white;
    background-size: cover;
}
.an-primary-heading {
    font-size: 31px;
    margin-bottom:0px;
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
    font-weight: 700;
}
.an-primary-heading b {
    display: block;
}

p.paraheading {
    font-size: 17px;
    color: #000;
    padding: 10px 0 10px 0;
}
/* .an-primary-heading::before {content: "";position: absolute;width: 80%;height: 2px;background: hsl(0deg 0% 100% / 58%);left: 50%;transform: translateX(-50%);bottom: 0px;}
.an-primary-heading::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 7px;
    background: hsl(0deg 0% 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
} */


.headingbox h2 span {
    font-size: 35px;
    color: #7a0e8a;
    display: block;
}
.headingbox {
    text-align: left;
    display: flex;
    align-items: center;
}
.contentboxone p {
    font-size: 17px;
    color: #000;
    text-align: left;
    padding-top: 10px;
}
.headingbox h2.an-primary-heading {
    font-size: 35px;
    font-weight: 700;
    color: #222211;
}
.headingbox img {
 margin-right:18px;
}
h2.an-primary-heading strong {
    color: #4f0353;
}
.service-box {
    padding: 20px 0px;
}
.service-box figure {
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #cccccc;
    box-shadow: 0px 0px 31px 0px rgb(1 1 1 / 10%);
    display: inline-block;
}

.service-box.colorpurple figure {

    border: 10px solid #4f0353 !important;

}
img.lineline {
    padding: 20px 0 20px 0;
}
.collapes-section h2 {
    font-size: 25px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.collapes-section {
    /* font-size: 25px; */
    text-align: center;
    margin: 0px auto;
    display: block;
    color: #000;
}

.collapes-section h2 strong {
    color: #4f0353 !important;
}
.fa-caret-right{
    transition: all .4s ease;
  }
  .activein .fa-caret-right{
    transform: rotate(90deg);
  }
  

  
  .panel-title a{
    text-decoration: none;
  }
  /* color: #622065 !important; */
  
  .col-apse h4.panel-title a {
    font-size: 25px;
color: #000;
    text-align: left !important;
    font-weight: 700;
}
.col-apse .activein .fa-caret-right {
    transform: rotate(
90deg
);
    color: #dc8e00;
}

.col-apse .fa-caret-right {
    margin-right: 10px;
    color: #cccccc;
    font-size: 35px;
    position: relative;
    top: 5px;
}


.col-apse .activein h4.panel-title a {
    color: #622065 !important;
}
.col-apse .panel-body {
    color: #000;
    font-size: 15px;
    margin-bottom: 18px;
}
.col-apse {
    text-align: left;
}


.service-box h4 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}
.service-box p {
    font-size: 15px;
}
.an-cta-section {
    padding: 50px 0px;
    position: relative;
    background-image: url(../img/cta-bg.png);
    background-size: cover;
    text-align: center;
}
.an-cta-section .cta-img {
    position: absolute;
    max-width: 40%;
    right: 0px;
    top: 15px;
    animation-name: bounce-3;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    
    
    }
    @keyframes bounce-3 {
    0%   { transform: translateY(-10px) }
    50%  { transform: translateY(10px) }
    100% { transform: translateY(-10px) }
    }
    
.an-cta-section h2 {
    font-size: 31px;
    color: white;
}
.an-cta-section h2 b {
    font-weight: 800;
}
.an-cta-section p {
    font-size: 17px;
}
.an-cta-section .an-contact-info a b {
    color: black;
}
.an-cta-section .an-contact-info a {
    color: white;
    font-size: 16px;
}
.slick-slide {
    height: auto;
    outline: none!important;
}
.feature-project .row {
    justify-content: center;
}
.feature-project {
    padding: 50px 0px;
    color: white;
    text-align: center;
    background-image: url(../img/fea-bg.png);
    background-size: cover;
    background-position: bottom;
}

.feature-project h2.an-primary-heading strong {
    color: #fff;
}


.feature-project p.paraheading  {
    color: #fff;
}

.slick-arrow {
    background: #0c9d83;
    width: 30;
    height: 30px;
    border-radius: 100%;
    padding: 6px;
    font-size: 19px;
    position: absolute;
    top: -120%;
    transform: translateY(-120%);
    left: -8%;
    z-index: 1;
    color: #000;
    font-weight: 900;
}
.slick-arrow.slick-next{
    left: auto;
    right: -8%;
}
.featuure-slider-nav {
    padding: 10px 0px;
    background: #ffffff61;
}
.featuure-slider-nav .item {
    padding: 10px;
}
.featuure-slider-nav .item img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}
.an-banner h2 {
    font-size: 21px;
    text-transform: initial;
    font-weight: 300;
    margin-bottom:0px;
}
.an-banner h2 b {
    background: #b9a898;
    padding: 5px 20px;
    margin-left: 10px;
    color: black;
}
.an-banner  h1 {
    font-size: 45px;
    font-weight: 700;
}
.an-banner h1 b {
    display: block;
    font-size: 65px;
}
.an-check-list li img {
    margin-right: 10px;
}
.an-check-list li {
    margin-bottom: 10px;
}
h3.hbgbanners {
    margin-bottom: 20px;
}
h3.hbgbanners span {
    background: #000;
    font-size: 25px;
    font-weight: 300;
    padding: 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
h3.hbgbanners b {
    font-size: 21px;
    font-weight: 300;
    position: relative;
    top: -9px;
}
h3.hbgbanners span2 {
    font-weight: 900;
    background: #005952;
    color: #000;
    padding: 0 6px 0 15px;
    font-size: 45px;
    position: relative;
    z-index: 0;
    top: 15px;
    left: -10px;
}
.an-themeBtn.white {
    background: #fff;
    color: black!important;
    border-color: #fff;
}
.an-themeBtn.white:hover {
    background: #000000;
    border-color: #000000;
    color :
    white!important;
}
.logos-section {
    padding: 10px 0px;
    background: #000000;
}
.logos-section img{
    filter: brightness(0) invert(1);
}
.logos-section p {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 700;
    color:#fff;
}
.logos-section p b {
    color: #005952; 
}
.logos-section .line-img {
    margin-bottom: 30px;
}



.counters-section {
    background: linear-gradient(45deg, #895fe0, #c738d8);
}

.counterbox h3::after {content: "+";display: block;position: absolute;right: 40px;top: 50%;transform: translateY(-30%);}






.topimage{position: relative;}
.topimage::after {
    content: "";
    position: absolute;
    background-image: url(../img/topline.png);
    height: 61px;
    width: 100%;
    background-size: contain;
    top: 8px;
    left: 0px;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}



.bottomimage{position: relative;}

.bottomimage::after {
    content: "";
    position: absolute;
    background-image: url(../img/bottomline.png);
    height: 61px;
    width: 100%;
    background-size: contain;
    bottom: 0;
    left: 0px;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}


.counterbox {
    text-align: center;
}
.counterbox h3 {
    font-size: 55px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 0;
    line-height: 0.9;
    position: relative;
    padding-left: 12px;
}


.counterbox.bottomimage {
    text-align: right;
}

.counterbox.bottomimage h3 {
    text-align: center;
    padding-top: 10px;
}
.counters-section .col-lg-3:hover .topimage::after {

    background-image: url(../img/toplineh.png);}



    .counters-section .col-lg-3:hover .bottomimage::after {

        background-image: url(../img/bottomlineh.png);}


.counters-section .col-lg-3:hover h3 {
    color: #fff;
}

.counters-section .col-lg-3:hover p {
        color: #fff;
}


.counters-section .col-lg-3:hover {
    background: #8f10a0;
    clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
}

.counterbox p {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 15px;
}






.an-pricing-section {
    padding: 50px 0px;
    text-align: center;
    background-image: url(../img/pricing-bg.png);
    background-size: cover;
}





.an-pricing-section p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 50px;
}
.pricing-box {
    text-align: left;
    padding: 15px;
    background: white;
    border-radius: 40px;
    transition:0.5s
}
.p-head {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #0c9d83;
    color: white;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
    align-items: center;
}

.p-head h3 {
    font-size: 21px;
    text-transform: uppercase;
}

.p-head h4 {
    font-size: 50px;
    text-align: right;
    line-height: 19px;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    padding: 10px;
    padding-top: 19px;
    padding-bottom: 0px;
}
.p-head h4 small {
    font-size: 15px;
}

.p-head h4 strike {
    display: block;
    font-size: 15px;
    color: #ffffffb5;
}

.p-head h4::before {content: "";position: absolute;width: 142px;height: 90px;background: rgb(0 0 0 / 25%);z-index: -1;top: -9px;right: -20px;border-top-left-radius: 40px;}
.scrollbar {
    height: 200px;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
}
/* width */
.scrollbar::-webkit-scrollbar {
    width: 5px;
    
  }
  /* Track */
  .scrollbar::-webkit-scrollbar-track {
    background: #1c0d44; 
    padding: 2px;
  }
   
  /* Handle */
  .scrollbar::-webkit-scrollbar-thumb {
    background: white; 
    width: 3px;
    border:1px solid #1c0d44
  }
  
  /* Handle on hover */
  .scrollbar::-webkit-scrollbar-thumb:hover {
    background: white; 
  }
  .scrollbar li img {
    margin-right: 5px;
}
.scrollbar li {
    font-size: 15px;
    margin-bottom: 5px;
}
.pricing-box .tag {
    display: block;
    background: #252c41;
    color: white;
    text-align: center;
    padding: 5px;
}
.pricing-box .tag b {
    color: #0c9d83;
    font-weight: 700;
}

.pricing-box .an-contact-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pricing-box .an-contact-info a {
    color: #252c41;
}

.pricing-box .an-themeBtn {
    font-size: 15px;
    border-radius: 50px;
    display: block;
    margin: auto;
    width: 200px;
    text-align: center;
    padding: 0px 10px;
    background: #0c9d83;
    border-color: #0c9d83;
}

.pricing-box:hover {
    background: #262d43;
    color: white;
}
.pricing-box:hover .tag {
    background: white;
    color: black;
}

.pricing-box:hover ul li img {
    filter: brightness(0) invert(1);
}

.pricing-box:hover ul li a {
    color: white;
}

.pricing-box:hover  .an-themeBtn {
    background: #ff4206;
    border-color: #ff4206;
}
.an-pricing-section .an-primary-heading, .an-pricing-section p {
    color: #252c41;
}
.an-pricing-section .an-primary-heading::before, .an-pricing-section .an-primary-heading::after {
    background: #252c41;
}
.see-more {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.see-more a {
    background: white!important;
    border-radius: 30px;
    border-color: #25325a!important;
}
.see-more::before {content: "";width: 100%;height: 2px;background: #25325a;position: absolute;left: 0px;top: 30px;z-index: -1;}
.see-more a:hover {
    background: #0c9d83!important;
    color: white!important;
}
.an-process-section {
    text-align: center;
    padding: 50px 0px;
    color: white;
    /*background-image: url(../img/process-bg.png);*/
    
    background-image: url(../img/ser-bg.png);
    background-size: cover;
    background-position: bottom;
    padding-bottom: 0px;
    background-position: center;
    padding-bottom: 120px;
}
.process-wrap {
    background: white;
    padding: 10px;
    color: black;
    margin-top: 50px;
    position: relative;
    border-radius: 10px;
    min-height: 300px;
    z-index: 1;
}
.process-wrap figure {
    background: #262d43;
    width: 120px;
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    margin-top: -100px;
}
.process-wrap figure img {
    transform: rotate(
-45deg
);
}
.process-wrap h4 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 25px;
    position: relative;
    margin-bottom: 20px;
    color: #781587;
}
.process-wrap p {
    font-size: 15px;
}
.process-wrap p.num {
    position: absolute;
    font-size: 100px;
    font-weight: 800;
    bottom: -37px;
    margin-bottom: 0px;
    z-index: -1;
    right: 0pc;
    color: #781587;
    opacity: 0.2;
}
.an-primary-heading.line-hide::before, .an-primary-heading.line-hide::after {
    display: none;
    margin-bottom: 10px;
}
.an-primary-heading.line-hide {
    margin-bottom: 0px;
}
.an-primary-heading span{
    font-weight: 700;
}
.an-testimonial-section {
    padding: 50px 0px;
    background-size: cover;
    background-image: url(../img/testimonial-bg.png);
    background-position: bottom;
    padding-bottom: 100px;
}
.an-testimonial-section .row {
    align-items: center;
    margin-top: 50px;
    color: black;
}
.testimonial-wrap .row:nth-child(even) {
    flex-direction: row-reverse;
}
.an-testimonial-section p {
    font-size: 17px;
}

.an-testimonial-section .t-content {
    padding: 30px 50px;
    background: white;
    position: relative;
    color: #777777;
}

.an-testimonial-section .t-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0c9d83;
}

.an-testimonial-section .t-content::before {content: "";width: 0;height: 0;border-style: solid;border-width: 10px 20px 10px 0;border-color: transparent #fff transparent transparent;position: absolute;left: -20px;top: 50%;transform: translateY(-50%);}
.testimonial-wrap .row:nth-child(even) .t-content::before {
    left: auto;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
}

.an-testimonial-section h2.an-primary-heading.line-hide {
    color: #000;
}

.an-testimonial-section  p {
    color: #000;
}
.an-contact-section {
    padding: 50px 0px;
    text-align: center;
    background-image: url(../img/contact-bg.png);
    background-size: cover;
    background-position: bottom;
    color: white;
}
.an-contact-section .row {
    margin-top: 50px;
    align-items: center;
}
.an-contact-section .form-control {
    min-height: 50px;
    margin-bottom: 15px;
    background: white;
    font-size: 15px;
}
.an-contact-section .form-control::placeholder{
    color: #000;
}
.copyright {
    background: #000000;
    color: #ffffff;
    padding: 10px 0px;
}
.copyright p {
    margin-bottom: 0px;
    font-size: 14px;
}
.copyright li {
    display: inline-block;
    margin: 0px 5px;
}
.copyright li a {
    color: #ffffff;
}
.copyright  ul {
    text-align: right;
}
.popupform .modal-body {
    background: url(../img/popup-bg.png);
    background-size: cover;
    background-position: center left;
    text-align: center;
    
}
.popupform h2 {
    text-align: center;
    font-size: 31px;
    margin-bottom: 30px;
    color: white;
}
.popupform h2 span {
    color: #005952;
    font-weight: 600;
}
.popupform .form-control {
    min-height: 55px;
    margin-bottom: 15px;
}
.popupform .an-themeBtn {
    min-height: 55px;
    line-height: 55px;
    padding: 0px 30px;
    font-size: 16px;
}
.popupform .close {
    background: #9a06ac;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: white;
    position: absolute;
    top: -25px;
    right: 0px;
}
.modal-backdrop.show {
    opacity: 0.9;
}
a {
    outline: none!important;
}
b.mobile-show.just {
    background: no-repeat;
    display: none;
}
img{
    max-width: 100%;
}
ul.slick-dots li {
    outline: none!important;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
html {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

/* 
.toogleClass  {
    display: none;
} */

.an-primary-heading {
    color: #000;
}

/* section.an-service-section .an-primary-heading::before {content: "";position: absolute;width: 80%;height: 2px;background: #c5c9c8;left: 50%;transform: translateX(-50%);bottom: 0px;}
section.an-service-section .an-primary-heading::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: #1f483b;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
} */

section.an-service-section .service-box h4 {color: #000;}

section.an-service-section .service-box p {color: #000;}

section.an-process-section .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}



/* .imagesidelaptop img {
    height: 292px;
    margin: 0px auto;
    width: 58%;
    object-fit: cover;
    -moz-transform: translate(30px, -22px) skew(3deg, 0deg);
    -webkit-transform: translate(30px, -22px) skew(3deg, 0deg);
    -o-transform:translate(30px, -22px) skew(3deg, 0deg);
    -ms-transform:  translate(30px, -22px) skew(3deg, 0deg);


    transform: translate(30px, -22px) skew(3deg, 0deg)
} */


.imagesidelaptop img {
    height: 297px;
    margin: 0px auto;
    width: 100%;
    object-fit: contain;
    -moz-transform:    translate(31px, -19px) skew(0deg, 0deg);
    -webkit-transform:     translate(31px, -19px) skew(0deg, 0deg);
    -o-transform:    translate(31px, -19px) skew(0deg, 0deg);
    -ms-transform:     translate(31px, -19px) skew(0deg, 0deg);
    transform:    translate(31px, -19px) skew(0deg, 0deg);


    top: 24px;
    position: relative;
    left: -41px;
}

.imagesidelaptop  {
    position: relative;
    width: 630px;
    height: 509px;
    background-image: url(../img/laptopp.png);
    background-size: 100% 100%;
    margin-left: auto;
    padding: 0px;
    padding-top:0px;
}

/* .mobile-slider .slick-slide {

    overflow: auto !important;
    padding: 40px 0 50px 0;
    height: auto !important;
    outline: none;
} */


.mobile-slider .slick-slide {
    overflow: auto !important;
    padding: 8px 0 8px 0;
    height: auto !important;
    outline: none;
}

/* .imagesidelaptop img {
    height: 432px;
    width: 100%;
    object-fit: cover;
} */


/* .imagesidelaptop::after {
    background: url(../img/mobiles.png);
    width: 202px;
    height: 94px;
    background-size: contain;
    position: absolute;
    content: "";
    left: 0;
    display: block;
    right: 0;
    bottom: -50px;
    left: -60px;
    background-repeat: no-repeat;
} */

.imagesidelaptop {
    position: relative;
}

.imagesidelaptop::before {
    background: url(../img/screens.png);
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    position: absolute;
    content: "";
    width: 425px;
    height: 505px;
    background-position: center center;
    left: 50%;
    transform: translateX(-50%);
    top:0px;
}



@media (max-width: 1400px) {

.imagesidelaptop img {
 
    margin:initial;

    /* top: 24px;
    position: relative;
    left: 12px; */
}

}
@media (max-width: 1199px) {
.an-banner h1 b {
    display: block;
    font-size: 54px  !important;
}
.process-wrap p {
    font-size: 14px;
}
.an-process-section .before::before {
    height: 100px;
}

.an-check-list li {
    display: inline-block;
    width: 49.5%  !important;
    padding: 5px;
    font-size: 14px !important;
}


.an-check-list li img {
    margin-right: 6px  !important;
}

.an-themeBtn {

    font-size: 12px  !important;}


    .logos-section img {
        width: 80%;
        text-align: left;
        /* margin: 0px auto; */
        display: block;
        padding-left: 30px;
    }

    .logos-section p {
        font-size: 13px;

    }
}
@media (max-width: 1024px) {
.imagesidelaptop {
    position: relative;
    width: 505px;}
}

@media (max-width: 991px) {
section.an-banner::before {
display: none !important;
}

.an-process-section .before::before{
    display: none;
}
.logos-section .col-lg-2::after {
    display: none;
}

.row.logos-section {
    display: none;
}

}
@media (max-width: 576px) {
.imagesidelaptop {
    position: relative;
    width: 505px;
    margin-top: 50px;
}
}
@media (max-width: 480px) {
.imagesidelaptop::before {

    width: 375px;}


    


.imagesidelaptop img {
    height: 297px;
    margin: 0px auto !important;
    width: 64%;

    top: 35px;
    position: relative;
    left: -38px;
}

}




@media (max-width: 420px) {
    .imagesidelaptop {
        position: relative;
        width: 385px;
        margin-top: 50px;
    }

    .imagesidelaptop img {

        width: 84%;
     
    }
}


@media (max-width: 380px) {
    .imagesidelaptop {
        position: relative;
        width: 350px;
        margin-top: 50px;
    }

    .imagesidelaptop img {

        width: 95%;
     
    }
}


.modal-content {
    background-color: #9f00b3;
    background: url("../img/popupbgs.png");
    background-repeat: no-repeat;
}

.banner-form.popupoffs {
    padding: 0;
    background: none;
}



.popupform .form-control {
    min-height: 45px;
    margin-bottom: 12px;
}


ul.an-contact-info b {
    color: #fff !important;
}
ul.check-li {
    display: flex;
    flex-wrap: wrap;
}
ul.check-li li {
    width: 33%;
    text-align: left;
    color: black;
    font-weight: 600;
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px dashed #b3b3b3;
    border-right: 1px dashed #b3b3b3;
}
ul.check-li li:nth-child(3n+3) {
    border-right: none;
}
ul.check-li li:nth-last-child(-n+2) {
    border-bottom: none;
}
ul.check-li li img {
    margin-right: 5px;
}
.an-themeBtn.black {
    background: black;
    border-color: black;
}
.an-themeBtn.black:hover{
    background: white;
    color: black;
}
.an-cta-section h3 {
    font-size: 48px;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px white;
}

.an-cta-section h3 b {
    color: #7a128b;
}

.an-cta-section h3 b span {
    font-style: italic;
    position: relative;
}

.an-cta-section h3 b span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 16px;
    background: url(../img/line.png);
    bottom: -10px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.an-portfolio-section{
    padding: 50px 0px;
     background-image: url(../img/portfolio-bg.png); 
    background-size: cover;
}
.an-primary-heading span {
    display: block;
    color: #791489;
    font-size: 31px;
}
.an-primary-heading.center {
    text-align: center;
    display: block;
}
.portfolio-slider-wrap {
    width: 370px;
    margin: auto;
    background: white;
    border: 10px solid black;
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    padding: 20px;
}
.portfolio-wrap .item {
    text-align: center;
}
.portfolio-wrap .item img {
    margin: auto;
}
.portfoio-slider {
    display: none;
}
.portfoio-slider.active {
    display: block;
}
.portfolio-wrap {
    position: relative;
}
.port-tab {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.port-tab ul {
    display: flex;
    width: 100%;
    margin: 50px auto;
}
.port-tab ul:nth-child(1){
    width: 80%;
}
.port-tab ul:nth-child(2){
    width: 90%;
}
.port-tab ul li {
    width: 50%;
}
.port-tab ul li:nth-child(2) a{
    text-align: right;
}
.port-tab ul li a {
    padding: 10px;
    background: #7a128b;
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: white;
}
.port-tab ul li a.active, .port-tab ul li a:hover {
    background: #222211;
}
.an-process-section .before::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 114px;
    background: url(../img/process-shape.png);
    left: 0px;
    top: 383px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.an-process-section .before {
    position: relative;
}
.an-process-section .row>div:nth-child(2n + 2)> .process-wrap {
    margin-top: 10px;
}
.process-wrap:hover {
    background: #781587;
    color: white;
}
.process-wrap {
    transition: 0.5s;
}
.process-wrap:hover h4 {
    color: #ffffff;
}
.process-wrap:hover .num {
    color: white;
}
.an-process-section h2 {
    color: #222211;
    margin-bottom: 50px;
}
.an-process-section h2 span{
    color: #781587;
}
.small-cta {
    padding: 20px 0px;
    background: #00000066;
    margin-top: 150px;
}
.process-wrap::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #791489;
    border-radius: 100%;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
}
.an-testimonial-section h2 {
    margin-bottom: 50px;
}
.testimonial-slider p {
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    width: 80%;
}
.testimonial-slider .item {
    position: relative;
    padding-top: 100px;
}
.testimonial-slider .item figure {
    position: absolute;
    top: 0px;
    right: 0px;
}
.testimonial-slider .item figure img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    border: 7px solid #771686;
}
.testimonial-slider .item::before {content: "";position: absolute;width: 50px;height: 50px;background: url(../img/quote.png);top: 0px;left: 0px;background-size: contain;background-position: center;background-repeat: no-repeat;}
.testimonial-slider .item::after {
    content: "";
    width: 60%;
    height: calc(100% - 125px);
    top: 111px;
    border-right: 4px solid #771686;
    position: absolute;
    border-bottom: 4px solid #771686;
    right: 45px;
    border-bottom-right-radius: 10px;
}
.testimonial-slider .item h4 {
    font-size: 20px;
    font-weight: 800;
    color: #771686;
}
.testimonial-slider .item h4 span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: black;
    font-style: italic;
}
.testimonial-slider .slick-arrow {
    background: no-repeat;
    bottom: -62px;
    top: auto;
    font-size: 40px;
    right: 100px;
    color: #771686;
}
.testimonial-slider .slick-prev.slick-arrow{
    left: auto;
    right: 120px;
}
.an-contact-section h2{
    color: white;
    margin-bottom:20px;
}
.an-contact-section h2 span{
    color: white;
}
.an-cta-section a.an-themeBtn.white {
    padding: 0 50px 0 50px;
}
.contactbgs {
    position: relative;
    height: 424px;
}
.contactbgs::before{
    width:636px;
    height:424px;
    background:url("../img/books-footer.png");
    display:block;
    content:"";
    position:absolute;
    top:43px;
}

.jform input.an-themeBtn {padding: 0 30px 0 30px;background: #000000;border-color: #000000;color: #fff !important;}

.jform input.an-themeBtn:hover {
    background: #fff;
    border-color: #fff;
    color: black!important;
}
p.contactcc {
    width: 80%;
    margin: 0px auto;
}
.des {
    background: #222211;
    padding: 5px;
}
.des p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #535336;
    text-align: center;
}
.popup-btn {
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
    background: #000000;
    color: #012c28;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%) rotate( 
270deg
 );
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    left: -195px;
    width: 300px;
    cursor: pointer;
}

.popup-btn h3 {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0px 10px;
    color: white;
}

.popup-btn h4 {
    font-size: 20px;
    font-family: 'Dancing Script', cursive;
    color: #ffffff;
    background: #9334bc;
}

.popup-btn h4 span {
    background: black;
    padding: 5px 10px;
    display: inline-block;
    color: white;
    position: relative;
    z-index: 1;
}

.popup-btn h4 span::before {  
    content: "";
    position: absolute;
    height: 100%;
    width: 145px;
    right: -22px;
    top: 0px;
    background-image: url(../img/b-shape.png);
    background-size: 100% 100%;
    z-index: -1;
}
.popup-wrapper {
    position: fixed;
    z-index: 111;
    right: -500px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}
.popupform-wrap {
    background: #771686;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    position: relative;
}
.open-popup .popup-wrapper {
    right: 0px;
}
.popupform-wrap .form-control {
    font-size: 13px;
}
.popupform-wrap h2 {
    font-size: 25px;
}
.popupform-wrap p.pathsd {
    font-size: 19px;
    color: white;
    font-style: italic;
    background: #cc6f00;
    clip-path: none;
}
.an-ovarlay {
    position: fixed;
    background: #000000d9;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
    display: none;
}
.open-popup .an-ovarlay {
    display: block;
}
.popup-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: black;
    color: white;
    border: none;
    padding: 9px;
    display: none;
}
/*.bookimages img{*/
/*    animation: bimage 7s linear infinite;*/
/*}*/
@media (min-width:1199px){
/*@keyframes bimage{*/
/*    0%{*/
/*        transform: translateY(0%);*/
/*    }*/
/*    50%{*/
/*        transform: translateY(20%);*/
/*    }*/
/*    100%{*/
/*        transform: translateY(0%);*/
/*    }*/
}
}

.popupform .modal-body {
    background: url(../img/popup-bg.png);
    background-size: cover;
    background-position: center left;
    text-align: center;
}
.popupform h2 {
    text-align: center;
    font-size: 31px;
    margin-bottom: 30px;
    color: white;
}
.popupform h2 span {
    color: #291e10;
    font-weight: 600;
}
.popupform .form-control {
    min-height: 55px;
    margin-bottom: 15px;
}
button{
    cursor: pointer;
}
.popupform .an-themeBtn {
    min-height: 55px;
    line-height: 55px;
    padding: 0px 30px;
    font-size: 16px;
}

.modal-backdrop.show {
    opacity: 0.9;
}
.popupform p {
    font-size: 19px;
    color: #000;
    font-style: italic;
    background: transparent;
}
.popupform .banner-form h3 {
    background: no-repeat;
    color: #291e10;
}
.popupform .modal-content {
    background-color: #5b0066;
    background-position: bottom left;
    background-size: 40%;
}


.popup-btn.ournew {
    position: inherit;
    transform: inherit;
    left: 0;
    top: 0;
    position: initial !important;
}
.popupform .banner-pr {
    background: #facb4a;
    width: calc(100% + 40px);
    margin-left: -20px;
    justify-content: center;
    margin-bottom: 50px!important;
}
.popupform .banner-form h3 {
    background-color: #000000;
    padding: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    border-radius: 7px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
}
.popupform .banner-form h3 p {
    color: #fff;
}
.popupform .banner-form h3 p span {
    color: #fff;
}
.popupform .form-control, .popupform textarea.form-control {
    background: white;
    border-radius: 10px!important;
}
.form-control.error {
    border: 2px solid red!important;
}
label.error {
    display: none!important;
}
.headingbox h2 span {
    font-family: 'Open Sans';
    font-size: 20px;
}

.an-primary-heading span {
    font-family: 'Open Sans';
    font-size: 20px;
}