body {
    font-family: 'Poppins';
}
/*common css starts*/
.myContainer {
    float: none;
    margin: 0 auto;
    clear: both;
}

.section {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.shadow {
    -webkit-box-shadow: 0 0 14px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 14px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 14px 3px rgba(0,0,0,.2);
}

.btn-gradiant {
    color: #ffffff;
    border: 0;
    outline: 0;
    font-size: 17px;
    padding: 10px 20px;
    background: rgba(100,98,215,1);
    background: -moz-linear-gradient(45deg, rgba(100,98,215,1) 0%, rgba(255,143,225,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(100,98,215,1)), color-stop(100%, rgba(255,143,225,1)));
    background: -webkit-linear-gradient(45deg, rgba(100,98,215,1) 0%, rgba(255,143,225,1) 100%);
    background: -o-linear-gradient(45deg, rgba(100,98,215,1) 0%, rgba(255,143,225,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(100,98,215,1) 0%, rgba(255,143,225,1) 100%);
    background: linear-gradient(45deg, rgba(100,98,215,1) 0%, rgba(255,143,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6462d7', endColorstr='#ff8fe1', GradientType=1 );
    font-weight: 500;
    -webkit-transition: background 1s ease-out;  
    -moz-transition: background 1s ease-out;  
    -o-transition: background 1s ease-out;  
    transition: background 1s ease-out;  
}

.btn-gradiant:hover, .btn-gradiant:focus, .btn-gradiant:active, .btn-gradiant.active:hover, .btn-gradiant:active.focus, .btn-gradiant:active:focus, .btn-gradiant:active:hover {
    color: #ffffff !important;
    background: rgba(255,143,225,1);
    background: -moz-linear-gradient(45deg, rgba(255,143,225,1) 0%, rgba(100,98,215,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,143,225,1)), color-stop(100%, rgba(100,98,215,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,143,225,1) 0%, rgba(100,98,215,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,143,225,1) 0%, rgba(100,98,215,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,143,225,1) 0%, rgba(100,98,215,1) 100%);
    background: linear-gradient(45deg, rgba(255,143,225,1) 0%, rgba(100,98,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8fe1', endColorstr='#6462d7', GradientType=1 );
}

.btn-border {
    color: #9D60EB;
    border: 1px solid #9D60EB;
    outline: 0;
    font-size: 17px;
    padding: 10px 20px;
    background: transparent;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;  
    -moz-transition: all .5s ease-out;  
    -o-transition: all .5s ease-out;  
    transition: all .5s ease-out;  
}

.btn-border:hover, .btn-border:focus, .btn-border:active, .btn-border.active:hover, .btn-border:active.focus, .btn-border:active:focus, .btn-border:active:hover {
    color: #ffffff !important;
    background: #9D60EB;
}

.myApproachWrap, .testimonialBG {
    background: url(../images/bg-violet.png) repeat 0 0 rgba(127,106,217,.2);
    background-attachment: fixed;
}

.section h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    line-height: 60px;
}

.section h2 span {
    font-weight: normal;
    display: block;
    color: #AFAFAF;
}

.section-text {
    margin: 25px 0 0;
}

.section-text p {
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 20px;
}

.section-text a.btn {
    margin: 20px 0 0;
    padding: 18px 40px;
}

.owl-services .owl-nav, .owl-blogs .owl-nav, .owl-testimonial .owl-nav {
    display: table;
    margin: 0 auto;
}

.owl-services .owl-nav button, .owl-blogs .owl-nav button, .owl-testimonial .owl-nav button{
    margin: 0 20px;
    outline: none;
    border-radius: 50%;
    box-shadow: 0 0 14px 3px rgba(0,0,0,.2);
}

.owl-testimonial .owl-nav button {
    box-shadow: none;
}

.owl-services .owl-nav button.disabled, .owl-blogs .owl-nav button.disabled, .owl-testimonial .owl-nav button.disabled {
    opacity: .4;
}
/*common css starts*/

/*Header And Navigation Starts*/

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.flex-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-default{
    background-color:#ffffff;
    border-color:#e7e7e7;
    margin: 0;
}

.navbar-brand {
    height: 167px;
}

.navbar-nav>li>a{
    font-weight: 500;
    font-size: 17px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #FF7F00;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FF7F00;
    background-color: transparent;
}

.navbar-default .navbar-nav li::after {
    content: "";
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.navbar-default .navbar-nav li.active::after{
    background: #FF7F00;
}

.dropdown-menu {
    min-width: 250px;
    padding: 0;
}

.dropdown-menu>li::after {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background: #E5E5E5;
    display: block;
    margin: 0 auto;
}

.dropdown-menu>li:last-child::after{
display: none;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: 12px;
        right: auto;
    }
}

.header-consultation-btn {
    margin: 2px 0 2px 10px;
}

/*Header And Navigation Ends*/

/*Footer Starts*/
footer {
    width: 100%;
    float: left;
}

.fooContent {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}

.fooContent p {
    line-height: 30px;
    font-size: 17px;
    color: #777777;
    margin: 0;
}

.fooContent ul {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0;
}

.fooContent ul li {
    margin-bottom: 30px;
}

.fooContent ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #777777;
}

ul.foo_link_contact li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.foo_link_contact li span{
    display: inline-block;
    flex: none;
    margin-right: 20px;
    width: 30px;
}

ul.foo_link_contact li span img{
    margin: 0 auto;
}

ul.foo_social_icons {}

ul.foo_social_icons li {
    margin: 0 20px 0 0;
    float: left;
}

.footerItems, .bottomShape {width: 100%;float: left; position: relative;}

p.copyrightText {
    position: absolute;
    bottom: 5px;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
}

.bottomShape {
    /*margin: -120px 0 0;*/
    pointer-events: none;
}
/*Footer Ends*/

/*Banner Section Starts*/
.bannerImgCont {
    position: relative;
    width: 100%;
    float: left;
} 

.banner-text {
    position: absolute;
    left: 5.5%;
    top: 30%;
}

.banner-text h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
}

.banner-text h1 span {
    display: block;
    font-weight: normal;
}

.banner-btns {
    width: 100%;
    float: left;
    margin: 40px 0 0;
}

.banner-btns a:last-child {
    margin-left: 35px;
}
/*Banner Section Ends*/

/*Get In Touch Starts*/
.gitWrap {
    width: 100%;
    float: left;
    margin: -120px 0 0;
    position: relative;
    z-index: 1;
}
.gitFormWrap {
    width: 100%;
    float: left;
    min-height: 200px;
    background: #ffffff;
    padding: 0 40px 40px;
    margin: 0 0 50px;
}

.gitFormWrap label sup {
    color: #FF7F00;
}

.gitFormWrap h2 {
    color: #000000;
    text-align: center;
    margin: 40px 0;
    font-weight: 600;
}

.gitWrap form {
    display: flex;
}

.gitWrap form .form-control {
    outline: none;
    border-bottom: 1px solid #E5E5E5;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
}

.git-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Get In Touch Ends*/

/*About me starts*/
.abt-flex {
    display: flex;
    flex-wrap: wrap;
}

.abt-cont-flex {
    display: flex;
    align-items: center;
}

.abt-img-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*About me ends*/

/*Services Starts*/
.servicesWrap h2 {
    text-align: center;
}

.carouselWrap {
    margin: 25px 0 0;
    width: 100%;
    float: left;
}

.owl-services .owl-item {
    padding: 25px 25px 35px;
}

.owl-services .servicWrap {
    padding: 50px 20px 80px;
    width: 100%;
    float: left;
    background: #ffffff;
    border-radius: 10px;
}

.owl-services .servicWrap .serviceImg {
    width: 100%;
    float: left;
}

.owl-services .servicWrap .serviceText {
    width: 100%;
    display: table;
    max-width: 100%;/*80%*/
    margin: 0 auto;
    text-align: center;
}

.owl-services .servicWrap .serviceImg img {
    max-height: 250px;
    width: auto;
    margin: 0 auto;
}

.owl-services .servicWrap .serviceText h3 {
    font-size: 27px;
    line-height: 37px;
    color: #FF7F00;
    margin: 20px 0 25px 0;
}

.owl-services .servicWrap .serviceText p {
    font-size: 16px;
    line-height: 30px;
    
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/*Services Ends*/

/*My Approach Starts*/
.myApproachWrap h2 {
    text-align: center;
    color: #ffffff;
}

.approachSteps {
    margin: 45px 0 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.approachSteps .col-sm-6 {
    display: flex;
}

.approachWrap {
    padding: 50px 20px 80px;
    width: 100%;
    float: left;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 0 40px;
}

.approachWrap .stepImg {
    width: 100%;
    float: left;
}

.approachWrap .approachText {
    width: 100%;
    display: table;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.approachWrap .stepImg img {
    max-height: 250px;
    width: auto;
    margin: 0 auto;
}

.approachWrap .approachText h3 {
    font-size: 27px;
    margin: 45px 0 25px 0;
    color: #FF7F00;
}

.approachWrap .approachText p {
    font-size: 16px;
    line-height: 30px;
}
/*My Approach Ends*/

/*Testimonials Starts*/
.testimonyWrap h2 {
    text-align: center;
    color: #ffffff;
}

.testimonialBG {
    width: 100%;
    float: left;
}

.testimonyWrap {
    width: 100%;
    float: left;
    margin: 0 0 35px;
    background: url(../images/bg-testimonial.png) no-repeat center center transparent;
}

.clientImg {
    max-width: 200px;
    margin: 0 auto 30px;
}

.testimonyText {
    text-align: center;
    display: flex;
    position: relative;
    justify-content: space-between;
    color: #ffffff;
}

.testimonyText .tt {
    padding: 0 20px;
}

.testimonyText::before, .testimonyText::after {
    position: relative;
    top:0;
    margin: -20px 0 0;
}

.testimonyText::before {
    content: url(../images/ico-quote-left.png);
}

.testimonyText::after {
    content: url(../images/ico-quote-right.png);
}

.testimonyText p {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 30px;
}

.testimonyText h3 {
    font-size: 16px;
    margin: 0 0 20px;
}

.testimonyText h4 {
    font-size: 14px;
    margin: 0 0 10px;
}
/*Testimonials Ends*/

/*Blogs Starts*/
.blogWrap h2 {
    text-align: center;
    /*color: #ffffff;*/
}

.carouselWrap {
    margin: 25px 0 0;
    width: 100%;
    float: left;
}

.owl-blogs .owl-item {
    padding: 25px 25px 35px;
}

.owl-blogs .servicWrap {
    padding: 0px 0 40px;
    width: 100%;
    float: left;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.owl-blogs .servicWrap .serviceImg {
    width: 100%;
    float: left;
}

.owl-blogs .servicWrap .serviceText {
    width: 100%;
    display: table;
    max-width: 85%;
    margin: 0 auto;
    text-align: left;
}

.owl-blogs .servicWrap .serviceImg img {
    width: 100%;
    margin: 0 auto;
}

.owl-blogs .servicWrap .serviceText h3 {
    font-size: 25px;
    margin: 20px 0 15px 0;
    color: #FF7F00;
    min-height:  height: 58px;
}

.owl-blogs .servicWrap .serviceText p {
    font-size: 16px;
    line-height: 30px;
}

a.blogLeranMore {
    color: #7C458B;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
/*Blogs Ends*/

/*Faqs Starts*/
.faqsWrap h2 {
    text-align: center;
}

.faqsWrap .grid-container {
    margin: 35px 0 0;
}

.faqsWrap .media-box-container{
    box-shadow: 0 0 14px 1px rgba(0,0,0,.2);
    border-radius: 10px;
}

.faqsWrap .media-box-content {
    padding: 40px;
}

.faqsWrap .media-box-title {
    font-size: 25px;
}

.faqsWrap .media-box-text {
    font-size: 16px;
    line-height: 27px;
}

.faqsWrap .media-box-text ul {
    padding: 0 0 0 18px;
}

.faqsWrap .media-boxes-load-more-button {
    display: none;
}
/*Faqs Ends*/

/*Blog Post Inner Starts*/
.blogpost.inner {
    width: 100%;
    float: left;
    margin: 0 0 70px;
}

.blogpost.inner .blogTitle {
    width: 100%;
    float: left;
}

.blogpost.inner .blogTitle h2 {
    font-size: 45px;
    line-height: 56px;
}

.blogpost.inner .blogTitle p {
    font-size: 14px;
    color: #999999;
}

.blogpost.inner .blogFeturedimg {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.blogpost.inner .blogFeturedimg img {
    width: 100%;
}

.blogpost.inner .blogContent {
    width: 100%;
    float: left;
}

.blogpost.inner .blogContent p {
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 19px;
}

.blogpost.inner .blogContent a {
    color: #49BE55;
    text-decoration: none;
    font-weight: 600;
}

.blogpost.inner .blogContent ul {
    padding: 0 0 0 20px;
}

.blogpost.inner .blogContent ul li {
    font-size: 15px;
    line-height: 27px;
}
/*Blog Post Inner Ends*/

/*------Home grid---*/

.counter-gradiant{
    margin-top: 5rem;
    padding: 3.8rem 0 5rem 0;
    float: left;
    width: 100%;
    /* background: linear-gradient(45deg, rgba(100, 98, 215, 1) 0%, rgba(255, 143, 225, 1) 100%); */
    background: url(../images/bg-violet.png) repeat 0 0 rgba(127, 106, 217, .2);
    background-attachment: fixed;
    
}
.bgtransparnt{
    background: transparent;
}
.box-flex{
   
}

.box-flex h2{
    margin-top: 0;
   margin-bottom: 2rem;
}

.counter-box{
    text-align: center;
    padding: 0 20px;
    color: #000000;
    background-color: #ffffff;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 2px 2px 6px #6a6a6a;
    margin-bottom: 30px;
}

.counter-sec{
    
}
.counter-sec .col-md-3{
margin-bottom: 20px;
}

.counting{
    font-size: 4rem;
    font-weight: 600;
    position: relative;
    width: max-content;
    margin: 0 auto;
    color: #FF7F00;
   
}

.counting h3{
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    width: max-content;
    margin: 0 auto;
    color: #000000;
   
}

.counter-box h5{
   font-size: 2rem;
    min-height: 50px;
    margin: 0;
}

.counting::after{
    content: "+";
    position: absolute;
    right: -27px;

}


.counting-2{
    font-size: 4rem;
    font-weight: 600;
    position: relative;
    width: max-content;
    margin: 0 auto;
    color: #FF7F00;
   
}

.counting-2 h3{
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    width: max-content;
    margin: 0 auto;
    color: #000000;
   
}

.counter-box-2 h5{
   font-size: 2rem;
    min-height: 50px;
    margin: 0;
}

.counter-flex{
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
}

.counter-flex h3{
    margin: 0;
    margin-right: 5px;
}

.ctr-m{}
.ctr-m::after{
    content: "";
}

.currency{
    font-size: 1rem;
    color: #000000;
    display: block;
}

.currency::before{
    content: "USD";
    position: absolute;
    left: -30px;

}


.video-audio{
    margin-top: 50px;
}

.yt-interaction{
    margin-top: 30px;
   
}

.embed-responsive {
    overflow: visible !important;
}

.video-title{
    text-align: center;
}

.google-revies{
    margin-top: 30px;
    text-align: center;
    color: #ffffff;
}

.google-revies a{
    text-decoration: underline;
    color: #ffffff;
}
@media (max-width: 768px) {
    .counter-gradiant{
    padding-bottom: 4rem;

    }

    .box-flex .col-md-3{
        margin-bottom: 3rem;
    }

    .box-flex .col-md-3:last-child{
        margin-bottom: 0;
    }

}

@media (max-width: 640px) {
    .counter-box{
     height: 130px;
    }

    .counter-box h5 {
        /* font-size: 1.8rem; */
        min-height: auto;
    }
}