body{
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #5b5866;
    background: url("../images/body-bg.png") repeat;
    scroll-behavior: smooth;
}

.ovr-show
{
    overflow:hidden;
}

a {
    color: #3f2895;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #0d042e;
}

h2 span
{
    position: relative;
    z-index: 1;
    vertical-align: initial;
}

h2 span::before
{
    position: absolute;
    left: 0;
    height: 90%;
    width: 8px;
    content: "";
    background: #25cc88;
    z-index: -9;
    transform: rotate(10deg);
    top: 2px;
}

form{
    width:100%;
}

input:focus
{
    outline: none !important;
    box-shadow: none !important;
}

textarea
{
    resize:none;
}


a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #21bc7d !important;
}

.btn:focus
{
    color: #ffffff !important;
}


section
{
    padding: 60px 0px;
}

.header-main-bg
{
    width: 100%;
    background: url("../images/header-bg.jpg") no-repeat 0 0 / cover;
    min-height: 850px;
    position: relative;
}

.header-main-bg::before
{
    position: absolute;
    content: "";
    right: 0;
    height: 60px;
    top: 55px;
    background: #3f2895;
    width: 40%;
}

.header-top
{
    width: 100%;
    display: inline-block;
    padding: 12px 0px;
}

.header-top-nav
{
    position: relative;
}

.nav-bg-border
{
    background: url("../images/nav-bg.png") no-repeat 0 0;
    position: absolute;
    right: 0;
    height: 83px;
    width: 75%;
}

.header-top ul
{
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0;
}

.header-top ul li
{
    display: inline-block;
}

.header-top ul li i
{
    height: 25px;
    width: 21px;
    float: left;
    margin-right: 7px;
}

.header-top ul li i.phone-icon
{
    width: 12px;
    background: url("../images/phone-icon.png") no-repeat 0 0;
}

.header-top ul li i.live-chat
{
    background: url("../images/phone-icon.png") no-repeat 0 0;
}

.header-top ul li a
{
    font-size: 13px;
    color: #c6bce2;
    line-height: 24px;
    float: left;
    margin-left: 24px;
    position: relative;
    z-index: 1;
}

.header-top ul li a::before
{
    content: "";
    position: absolute;
    left: 12px;
    bottom: 4px;
    z-index: -1;
    border: 2px solid #2ac488;
    width: 88px;
    display: none;
}

.menu-btn, .close-btn
{
    display: none;
}

.custom-navbar ul
{
    padding: 0;
    margin: 0;
    float: left;
}

.custom-navbar ul li
{
    float: left;
}

.custom-navbar ul li a
{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 24px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.custom-navbar ul li a::before
{
    content: "";
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 6px;
    background: #5a3dc4;
    left: 0;
    border-radius: 50px;
    z-index: -1;
    transition: all ease .7s;
    opacity: 0;
}

.custom-navbar ul li a:hover:before
{
    opacity: 1;
}

.header-nav
{
    /* background: #3f2895; */
    border-radius: 14px 0 0 14px;
    position: relative;
}

.banner-area
{
    color: #fff;
    position: relative;
    padding-top: 160px;
}

.banner-img
{
    position: absolute;
    right: 0;
    z-index: 1;
    top: 20px;
}

.banner-area h1
{
    font-size: 60px;
    line-height: 58px;
    margin-bottom: 20px;
    color: #fff;
}

.banner-area h4
{
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.banner-area p
{
    font-size: 16px;
}

.btn
{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
    color: #fff;
    padding: 16px 30px;
    margin-right: 10px;
    transition: all ease .7s;
}

.btn:hover
{
    transform: translate3d(0px, -5px, 0px);
    color: #fff !important;
}

.pink-btn
{
    background: #ca2f35;
    border-radius: 45px 45px 0px 45px;
}

.purple-btn
{
    background: #5136b4;
    border-radius: 0px 45px 45px 45px;
}

.site-logos
{
    margin-top: -60px;
    padding-top: 0;
}

.site-logos .row
{
    padding: 44px 0px;
    background: #f5f1ff;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.about-area h4
{
    color: #0d042e;
    font-weight: 500;
    font-size: 24px;
}

.about-area h2
{
    color: #0d042e;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 44px;
}

.about-area h2 span
{
    vertical-align: initial;
}

.about-area p
{
    font-size: 15px;
    color: #5b5866;
}

.about-area-boxes .about-img
{
    float: left;
    width: 32%;
    margin-top: 4px;
}

.about-area-boxes .about-img img
{
    width: 100%;
}


.about-area-boxes .about-img-content
{
    float: left;
    width: 68%;
    padding-left: 20px;
}


.about-area-boxes .col-md-8
{
    padding: 0;
}

.about-area-boxes .col-md-6
{
    padding-left: 0;
    margin-top: 60px;
}

.about-img-content h4
{
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.about-img-content p
{
    margin: 0;
    margin-top: 14px;
}

.about-count
{
    color: #efeef4;
    font-size: 68px;
    font-weight: 700;
    letter-spacing: -1px;
    position: absolute;
    right: 20px;
    z-index: -1;
    top: -40px;
    line-height: 91px;
    opacity: .6;
}

.about-area
{
    position: relative;
    /* padding-top: 0; */
}


.about-area-boxes
{
    position: relative;
}


/*.about-area-boxes::after*/
/*{*/
/*    content: "";*/
/*    width: 410px;*/
/*    height: 390px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -20px;*/
/*    background: #0d042f;*/
/*    z-index: -9;*/
/*    border-radius: 0 0 0 40px;*/
/*}*/

.about-right-img
{
    position: absolute;
    top: calc(192px + 50px);
    width: 40%;
    z-index: -1;
}

.about-right-img img
{
    width: 100%;
}

.structure-heading
{
    color: #0d042e;
    text-align: center;
}

.structure-heading h4
{
    font-weight: 500;
    font-size: 24px;
}

.structure-heading h2
{
    font-weight: 800;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 48px;
}

.structure-heading p
{
    font-size: 18px;
    color: #5b5866;
    margin-top: 30px;
}

.st-empty-box
{
    height: 198px;
    width: 100%;
    background: #f0fbf5;
    border-radius: 20px;
}

.structure-boxes
{
    position: relative;
    background: #4e51bf;
    padding: 46px 30px;
    border-radius: 20px;
    color: #fff;
    transition:all ease-out 1s;
}

.structure-boxes:hover {
    box-shadow: 0px 0px 10px #a4a4a4;
    transform: translate(0px, -10px);
}


.structure-boxes h4
{
    font-family: 'Inter';
    font-size: 22px;
    margin: 20px 0;
}

.structure-boxes p
{
    font-weight: 400;
    margin-bottom: 0;
}

.structure-count
{
    position: absolute;
    right: 20px;
    font-size: 120px;
    font-weight: 700;
    letter-spacing: -6px;
    color: #6d70d7;
    top: -10px;
}

.structure-boxes-container .col-md-4
{
    padding:0 8px;
}

.structure-boxes, .st-empty-box
{
    margin-bottom: 16px;
}

.structure-boxes-container .col-md-4 .col-md-12:nth-child(1) .structure-boxes
{
    background:#ffe9ce;
    color: #0d042e;
}
.structure-boxes-container .col-md-4 .col-md-12:nth-child(1) .structure-boxes .structure-count
{
    color: #ecd2b2;
}


.structure-boxes-container .col-md-4:nth-child(2) .col-md-12:nth-child(2) .structure-boxes
{
    background:#98e6c3;
    color: #0d042e;
}

.structure-boxes-container .col-md-4:nth-child(2) .col-md-12:nth-child(2) .structure-boxes .structure-count
{
    color: #86ceae;
}

.structure-boxes-container .col-md-4:nth-child(3) .col-md-12:nth-child(2) .structure-boxes
{
    background: #ed7f91;
    color: #ffffff;
    padding: 50px 30px;
}

.structure-boxes-container .col-md-4:nth-child(3) .col-md-12:nth-child(2) .structure-boxes .structure-count
{
    color: #f19ba9;
}

.st-empty-box1
{
    background: #fff3f0;
}

.st-empty-box2
{
    background: #fbefff;
}

.st-empty-box3
{
    background: #ebf6ff;
}

.structure-boxes-container
{
    margin-top: 50px;
}

.structure-btn-area
{
    text-align: center;
    margin-top: 40px;
}

.call-to-action
{
    background: url(../images/bg-dream.png) no-repeat 0 0 / 100% 100%;
    width: 95%;
    text-align: center;

}

.call-to-action span
{
    width: 100%;
    display: inline-block;
    font-size: 33px;
    font-family: 'PT Serif';
    color: #fff;
    line-height: 40px;
    margin-bottom: 20px;
}

.call-to-action .phone-no
{
    font-size: 26px;
    font-family: 'PT Serif';
    margin-right: 30px;
    color: #25cc88;
}

.call-to-action .phone-no:last-child
{
    margin-right: 0;
}

.action-btn
{
    margin-top: 30px;
}

.call-to-action .phone-no:hover
{
    text-decoration: none;
    opacity: .8;
}

.pricing-page .content-area-heading
{
    color: #0d042e;
    position:relative;
    margin-bottom:100px;
}

.pricing-page .content-area-heading::before
{
    content:"";
    position:absolute;
    left:-40px;
    bottom:-40px;
    height:400px;
    width:30%;
    border-radius:30px 0px 0px 30px;
    background: #3f2895;
    
}

.content-area-heading h4
{
    font-size: 22px;
    margin: 0;
}

.content-area-heading h2
{
    font-size: 36px;
}

.content-area-heading p
{
    margin-top: 0;
    color: #736C8E;
}

.content-area-boxes img
{
    width: 92%;
}

.content-area-boxes
{
    margin-top: 40px;
    color: #0d042e;
}

.content-area-boxes h3
{
    font-size: 34px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 38px;
    margin-top: 10px;
}

.content-area-boxes p
{
    color: #5b5866;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.homepage .testi-area{
    padding-top: 15rem;
}
.testi-area
{
    color: #0d042e;
    position: relative;

    padding-bottom: 30px;
}

.review-heading h4
{
    margin: 0;
    font-size: 18px;
}

.review-heading h2
{
    font-size: 34px;
}

.review-icon
{
    margin-bottom: 20px;
}

.review-icon span
{
    height: 115px;
    width: 97px;
    float: left;
    background: url(../images/review-icon.png) no-repeat 0 0;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 134px;
}

.review-txt h4
{
    font-size: 17px;
}

.owl-review .row
{
    margin: 40px 0;
}

.form-container
{
    background: #efeae6;
    padding: 30px;
    width: 86%;
    border-radius: 30px 30px 0 30px;
    position: relative;
    z-index: 1;
}

.form-container::before
{
    content: "";
    background: url(../images/dotted-bg.png) no-repeat top right;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: -1;
}

.form-container h3
{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
}

.form-container .form-group
{
    width: 100%;
    margin: 25px 0;
    color: #5a544f;
}

.form-container .form-group label
{
    margin-bottom: 4px;
}

.form-container .form-control
{
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    height: 40px;
    font-size: 14px;
}

.form-group .btn
{
    width: 100%;
}

.testi-area::after
{
    height: 448px;
    width: 380px;
    content: "";
    right:0;
    background: url("../images/remarks-after.png") no-repeat 0 0;
    bottom: 60px;
    position: absolute;
    z-index:-9;
}

.author-area
{
    background: url(../images/bg-author.png) no-repeat 0 0 / 100% 100%;
    width: 97%;
    padding-left: 0px;
    margin-left: 30px;
    margin-top: 0;
    color: #fff;
    padding: 40px 0;
    position: relative;
    margin-bottom: 30px;
}

.author-area .container
{
    max-width: 98%;
}

.author-area h2
{
    font-size: 29px;
    margin: 0;
}

.author-area h2 span:before
{
    background: #5136b4;
}

.author-area p
{
    margin: 0;
    position: relative;
    top: 10px;
    margin-left: -70px;
}

.author-area::after
{
    right: 0;
    content: "";
    background: #21bc7d;
    height: 100px;
    width: 10%;
}

.author-area .btn:last-child
{
    margin: 0;
}

.footer-area
{
    background: #0d042f;
    padding-top: 60px;
    color: #89849c;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-area::before
{
    content: "";
    background: url(../images/dotted-bg.png) repeat 0 0;
    width: 47%;
    height: 250px;
    position: absolute;
    top: 5px;
    left: -90px;
    z-index: -1;
    opacity: .3;
}

.footer-area p
{
    margin: 0;
    margin-top: 20px;
}

.footer-area img
{
    max-width: 100%;
    height: auto;
    width: 280px;
}

.footer-area h4
{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 34px;
    color: #7b7691;
}

.footer-area ul li a
{
    display: inline-block;
    color: #b8b2cd;
    font-size: 15px;
    margin-bottom: 6px;
}

.footer-area ul li a i
{
    margin-right: 10px;
    width: 14px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.footer-area ul li a span
{
    width: 80%;
    display: inline-block;
}

.copyright
{
    background: #fff;
    position: relative;
    padding: 20px 0;
    color: #0d042f;
}

.copyright::before
{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    width: 334px;
    border-radius: 50px;
    background: url("../images/footer-bottom-icon.png") no-repeat 0 0;
    top: -38px;
}

.copyright p
{
    margin: 0;
}

.copyright a
{
    color: #0d042f;
}

.footer-links
{
    padding-bottom: 60px;
}

.back-top
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -28px;
    width: 48px;
    text-align: center;
    height: 48px;
    border: 3px solid #cdc8da;
    border-radius: 50%;
    font-size: 20px;
    color: #cdc8da !important;
    line-height: 40px;
}

.back-top:hover
{
    color: #cdc8da !important;
    opacity: .7;
}



.explore-img img {
    position: absolute;
    right: 0;
    width: 44%;
    z-index: -1;
}

.explore
{
    position: relative;
    margin-bottom: 80px;
    color: #0d042e;
}

.explore h2 {
    font-size: 38px;
    margin: 0;
}

.explore h4 {
    font-size: 28px;
    font-weight: 300;
}

.explore p {
    color: #5b5866;
    margin: 30px 0;
}


.explore ul {
    display: inline-block;
    width: 48%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.explore li {
    font-size: 18px;
    color: #2b1682;
    background: url(../images/bullets.png) no-repeat left center;
    padding-left: 36px;
    line-height: 26px;
    margin-bottom: 12px;
    font-family: 'PT Serif';
}

.exlpore-2
{
    text-align: right;
}

.exlpore-2 h2
{
    color: #fff;
    margin-top: 88px;
    font-size: 34px;
    margin-right: 60px;
}

.explore .btn {margin-top: 30px;}

.explore::before {
    content: "";
    background: #f5f1ff;
    width: 68%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: 10px;
    border-radius: 0px 50px 0px 50px;
    z-index: -1;
}

.arrow-left
{
    height: 29px;
    width: 59px;
    background: url("../images/testi-arrow.png") no-repeat 0 0;
    display:inline-block;
    margin-right: 20px;
}

.arrow-right
{
    height: 29px;
    width: 59px;
    background: url("../images/testi-arrow.png") no-repeat 0 0;
    display:inline-block;
    transform: rotate(180deg);
}

.owl-review .owl-nav
{
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}

.owl-review .owl-nav button
{
    outline: none;
}

.owl-review .owl-nav button:hover
{
    background:transparent !important;

}


.owl-review .owl-nav button:hover .arrow-left
{
    background: url("../images/testi-arrow-hover.png") no-repeat 0 0;
    transform: rotate(180deg);
}

.owl-review .owl-nav button:hover .arrow-right
{
    background: url("../images/testi-arrow-hover.png") no-repeat 0 0;
    transform: rotate(0deg);
}

.structure-img1
{
    animation: wobble 2s linear infinite;
}

.structure-img2
{
    animation: tada 1s linear infinite !important;
}

.structure-img3
{
    animation: bounceIn 3s ease-out infinite;
}

.structure-img4
{
    animation: swing 1.5s linear infinite;
}

.static-page-header
{
    min-height: auto;
    background: url(../images/inner-bg.jpg) no-repeat 0 0 / cover;
}

.static-page-header .banner-area
{
    padding-top: 60px;
}

.static-page-header .banner-area h1
{
    font-size: 42px;
}

.static-page-header .btn
{
    margin-top: 40px;
    margin-bottom: 60px;
}

.static-page-txt img
{
    width: 100%;
    margin-top: 30px;
}

.static-page-txt h2
{
    font-size: 40px;
}

.static-page-txt h3, .static-part-area h3, .static-part-area1 h3
{
    font-family: 'Inter';
    font-size: 28px;
}

.static-page-txt p
{
    margin-top: 0;
    color: #736c8e;
}


.static-page-txt .col-md-6:nth-child(1)
{
    padding-left: 0;
}


.static-page-txt .col-md-6:nth-child(2)
{
    margin-top: 30px;
    padding-right: 0;
}

.static-part-area
{
    position: relative;
    padding: 0;
}

.static-part-area::before
{
    content: "";
    right: 30px;
    height: 127px;
    width: 274px;
    background: url(../images/part-icon.png) no-repeat 0 0;
    position: absolute;
    bottom: 14px;
}

.static-part-area::after
{
    content: "";
    right: 0;
    height: 220px;
    width: 53%;
    background: #f5f1ff;
    position: absolute;
    top: 0;
    border-radius: 0px 30px 0px 100px;
    z-index: -1;
}

.page-bullets ul
{
    display: inline-block;
    width: 49%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.page-bullets ul li
{
    font-size: 16px;
    color: #2b1682;
    background: url(../images/bullets.png) no-repeat 0 0;
    padding-left: 36px;
    line-height: normal;
    margin-bottom: 12px;
}

.page-bullets
{
    padding: 60px 20px;
    margin-left: 60px;
}

.static-part-area .col-md-5, .static-part-area1 .col-md-3
{
    padding-right: 0;
}

.static-page-icons
{
    background: url(../images/icons-bg.png) no-repeat 0 0 / 100% 100%;
    width: 97%;
}

.static-page-icons h2
{
    font-size: 33px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.page-icon-container h4
{
    font-family: 'Inter';
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 8px;
}


.page-icon-container h4::after
{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    border: 1px solid #ee3a41;
    width: 12%;
}

.page-icon-container img
{
    min-height: 49px;
}

.page-icon-container
{
    margin-top: 50px;
}

.static-plain-area
{
    position: relative;
    text-align: center;
    padding-bottom: 100px;
}

.static-plain-area::after
{
    position: absolute;
    content: "Few Related Books";
    bottom: 34px;
    left: 0;
    right: 0;
    font-size: 144px;
    color: #d59396;
    z-index: -9;
    font-family: 'PT Serif';
}

.static-plain-area h2
{
    font-size: 50px;
}

.static-plain-area h4, .static-part-area3 h4
{
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}


.static-plain-area p
{
    margin: 0;
    padding: 30px 0px;
}

.static-part-area1
{
    padding-bottom: 20px;
}

.static-part-area1::before, .static-part-area1::after
{
    display: none;
}

.static-part-area2 .col-md-6:nth-child(2)
{
    margin-top: -110px;
}

.static-part-area3 .col-md-3
{
    padding: 0 7px;
    margin: 60px 0;
}

.breif-box
{
    background: #35858c;
    padding: 40px 20px;
    border-radius: 20px;
    height: 100%;
}

.static-part-area3 .col-md-3:nth-child(2) .breif-box
{
    background: #4e51bf;
}

.static-part-area3 .col-md-3:nth-child(3) .breif-box
{
    background: #c3ac90;
}

.static-part-area3 .col-md-3:nth-child(4) .breif-box
{
    background: #5d7985;
}



.breif-box h4
{
    font-family: 'Inter';
    font-size: 20px;
    color: #fff;
    margin: 14px 0;
}

.breif-box p
{
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.static-part-area3
{
    padding-bottom: 30px;
}

.static-part-area3 h2
{
    font-size: 50px;
    margin-bottom: 40px;
}


.auth-mar20
{
    margin:50px 0;
}


.review-page .col-md-4
{
    margin-bottom:80px;
}


.review-name h3
{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 23px;
    margin: 0;
    padding-bottom: 10px;
    color: #5136b4;
}

.review-name h4
{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    color:#5136b4;
    margin-bottom: 20px;
}

.review-name
{
    border-bottom: 1px solid #dce9eb;
    margin-bottom: 20px;
}

.review-txt
{
    position:relative;
}

.review-txt i
{
    font-size:20px;
    color: #c2bcd6;
}


.review-txt p
{
    margin: 20px 0;
}

.review-star span
{
    color: #fff;
    -webkit-text-stroke: 1px #5b5866;
    font-size: 14px;
}

.review-star span.checked
{
    color: #ffae00;
    -webkit-text-stroke: 1px #ffae00;
}

.about-page-content h4
{
    font-size: 25px;
    font-weight:500;
}

.about-page-content img
{
    margin-bottom:50px;
}

.about-page-explore .explore-img img
{
    width: 33%;
}

.about-icons img
{
    max-height: 110px;
    margin-bottom: 10px;
}

.about-icons {
    margin-top: 40px;
}

.about-icons h5
{
    margin: 0;
    font-family: 'Inter';
    font-size: 16px;
}

.about-icons p
{
    margin: 0;
    font-size: 12px;
    margin-top: 4px;
    line-height: 16px;
}

.responsive-in
{
    display:none;
    
}


.contact-page h5
{
    font-family: 'Inter';
    color: #ca2f35;
    font-size: 26px;
    margin-top: 40px;
}

.call-img img
{
    width: auto;
    margin: 0;
}

.call-box
{
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.call-img
{
    width: 10%;
    float: left;
}

.call-number
{
    width: 90%;
    float: left;
}

.call-number span
{
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    display: inline-block;
    line-height: normal;
    padding-left: 24px;
}

.call-number a
{
    font-weight: 700;
    font-size: 33px;
    display: inline-block;
    line-height: normal;
    color: #25cc88;
}

.contact-social span
{
    font-weight: 700;
    font-size: 22px;
    float: left;
    line-height: normal;
    padding-right: 10px;
    padding-top: 2px;
}

.contact-social ul
{
    float: left;
}

.contact-social ul li
{
    float: left;
    line-height: normal;
}

.contact-social ul a {
    background: #254758;
    margin-left: 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 33px;
}

.contact-social ul a i {
    vertical-align: baseline;
}

.contact-social
{
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
}

.contact-form-container
{
    background: #24c485;
    padding: 12px;
    border-radius: 0px 30px 30px 30px;
    position: relative;
}

.contact-form-container::before
{
    height: 392px;
    width: 74%;
    position: absolute;
    left: -40px;
    content: "";
    background: #0d042f;
    bottom: -130px;
    z-index: -1;
    border-radius: 30px 30px 0px 30px;
}

.contact-page
{
    padding-bottom: 135px;
    margin-bottom: 80px;
    position: relative;
}


.contact-form-border
{
    padding: 42px;
    border: 1px solid #fff;
    border-radius: 0px 30px 30px 30px;
    color: #fff;
}

.contact-form-heading h4
{
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}

.contact-form-heading h2
{
    font-size: 34px;
    color: #fff;
}

.contact-form label
{
    color: #031d3c;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

.contact-form .form-control
{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #c5ffe7;
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding: 10px 0;
    box-shadow:none;
    overflow: hidden;
}

.contact-form .form-group
{
    margin-top: 30px;
}

.contact-form .form-control::placeholder
{
    color: #c5ffe7 !important;
}

.contact-page::before
{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 50%;
    background: url(../images/contact-img1.png) no-repeat 0 0 / 100% 100%;
    height: 299px;
    content: "";
}

.pricing-tab-main
{
    background: #0d042f;
    border-radius: 0px 30px 30px 30px;
}

.pricing-nav-container
{
    padding: 0;
    background: #20b47a;
    border-radius: 0px 30px 30px 30px;
}

.pricing-tab h2
{
    font-size: 27px;
    color: #fff;
    margin: 0;
    padding: 34px;
    background: #1daa74;
    border-radius: 0 30px 0px 0px;
}

.pricing-tab .nav-tabs
{
    width: 100%;
    display: inline-block;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 0;
}

.pricing-tab .nav-tabs li
{

}

.pricing-tab .nav-tabs li a
{
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 17px;
    border-radius: 30px 0px 0px 30px;
}

.pricing-tab .nav-tabs li a.active
{
    background: #0d042f;
    color: #fff !important;
}

.pricing-tab .nav-tabs li a .fa-chevron-right
{
    float: right;
    padding-top: 6px;
    font-size: 14px;
}

.pricing-tab .nav-tabs li a .fa-circle
{
    font-size: 6px;
    margin-right: 8px;
}

.pricing-tab .nav-tabs li a:hover
{
    background: #1b8a5f;
    color: #fff !important;
}

.second-tab-heading h2
{
    font-size: 28px;
    color: #20b47a;
}

.second-tab-heading p
{
    color: #736c8e;
}

.pricing-tab-main .col-md-12
{
    padding: 46px;
}

.second-tab-heading
{
    padding-bottom: 10px;
    border-bottom: 1px solid #736c8e;
}

.content-main-tab
{
    width:100%;
    display: inline-block;
    position: relative;
    padding-bottom: 90px;
}

.content-main-tab::before
{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #736c8e;
    left: 0;
    right: 0;
    margin: auto;
}

.second-tab-leftbullets, .second-tab-rightbullets
{
    width: 50%;
    float: left;
    padding: 20px 0;
    min-height: 350px;
}

.content-main-tab h3
{
    color: #cdc5e9;
    font-size: 20px;
    margin-bottom: 5px;
}

.second-tab-leftbullets
{
    padding-right: 20px;
}

.second-tab-rightbullets {
    padding-left: 30px;
}

.content-main-tab ul
{
    width: 100%;
    display: inline-block;
    color: #736c8e;
}

.content-main-tab ul li
{
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.content-main-tab ul li i
{
    font-size: 6px;
    color: #ca2f35;
    position: absolute;
    left: 0;
    top: 8px;
}

.second-tab-amount
{
    position: absolute;
    bottom: 30px;
}

.second-tab-amount .tab-price
{
    font-weight: 600;
    font-size: 26px;
    color: #20b47a;
    margin-bottom: 10px;
}

.content-main-tab-single::before
{
    display: none;
}

.content-main-tab-single .second-tab-leftbullets
{
    padding-right: 0;
    width:100%;
    min-height: 430px;
}

.content-main-tab4 .second-tab-rightbullets
{
    min-height: 320px;
}

.second-tab-amount p
{
    margin: 0;
    color: #736c8e;
    margin-bottom: 20px;
}

.content-main-tab7 .second-tab-rightbullets
{
    min-height: 350px;
}

.content-main-tab8 .second-tab-leftbullets
{
    min-height: 380px;
}

.price-content-area .col-md-6
{
    padding:0 15px !important;
    margin: 0 !important;
}

.custom-navbar ul.submenu {
  position: absolute;
  left: 0;
  top: 150%;
  width: 250px;
  text-align: left;
  background-color: #2a1a69;
  z-index: 999999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    padding: 5px 0px;
}

.custom-navbar ul.submenu li:first-child {
  border-top: none;
}

.custom-navbar ul.submenu > li {
  border-top: 1px solid #333333;
  width: 100%;
    display: inline-block;
    border-color: #362284;
}

.custom-navbar ul li ul li {
  margin-left: 0;
}

.custom-navbar ul.submenu > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 20px;
  line-height: 34px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size:13px;
  font-weight:400;
}

.custom-navbar li.menu-dropdown:hover .submenu {
  top: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.menu-dropdown
{
position:relative;
}


.page-icon-container .col-md-2:nth-child(odd) img 
{
animation: swing 1.5s linear infinite;
}

.page-icon-container .col-md-2:nth-child(even) img {
animation: tada 1s linear infinite !important;
}

.fancybox-content
{
    padding:0;
    width: 70%;
    overflow:hidden;
    background:transparent;
}

.popup-content .col-md-6 {
    padding: 0 6px;
}

.popup-content .form-control {
    margin-bottom: 12px;
    font-size: 12px;
    height: 40px;
    background: #fbfbfb;
    border-color: #e7e7e7;
}

.custom-pop .col-md-5 {
    padding: 0;
}

.popup-content textarea
{
    height: 92% !important;
    resize:none;
    margin-bottom: 0px;
}

.popup-bann img
{
    width:502px;
}


.custom-pop .row
{
    margin:0;
}

.popup-content .form_tagline input {
    height: auto;
    margin: 0;
    position: absolute;
    left: 0;
    top: 1px;
}

.popup-content .form_tagline {
    color: #000;
    font-size: 12px;
    text-align: left;
    position: relative;
    padding-left: 14px;
}

.custom-pop .popup-content
{
    padding-right: 30px;
}

.custom-pop .popup-content h2
{
    margin-top:0px;
}

.custom-pop .pop-btn
{
    background: #0e47c0;
    padding: 14px 30px;
    height: auto;
    margin-bottom: 20px;
}

.fancybox-content .fancybox-close-small
{
    padding: 0;
    height: 30px;
    width: 30px;
    color: #000;
    right: 0px;
    top: 0px;
    margin-right:10px;
}

.custom-pop {
    position: relative;
    background: url(../images/pop-bg-img.png) no-repeat center / 100%;
    padding: 20px 0;
}


input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;    color: red !important; } 

label.error {     display: none !important;}

.content-page ul
{
    margin-bottom: 20px;
    padding-left: 15px;
}

.content-page ul li
{
    position:relative;
}

.content-page ul li i
{
    font-size: 6px;
    color: #3f2895;
    margin-right: 0;
    position:absolute;
    top: 8px;
    left: -15px;
}

.content-page p {
    font-size: 14px;
}
.testi-area .row {
    align-items: center;
}
.testi-area .row {}

.testi-area .btn {
    width: auto;
    display: table;
    margin: auto;
    padding: 14px 50px;
}

.popup-content .btn {
    padding: 14px 20px;
    font-size: 14px;
}

.footer-contact li {
    position: relative;
    color: #b8b2cd;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
}

.footer-contact li:nth-child(1) i
{
    transform: rotate(90deg);
}

.footer-contact li i {
    position: absolute;
    left: 0;
    top: 3px;
}

.footer-contact li:nth-child(2) i
{
    top:4px;
}

.ftr-social li a {
    margin-bottom: 10px !important;
}

.submenu li a::before {
    display: none;
}

.submenu li a:hover {
    background: #180839;
}
section.site-logos {
    padding-bottom: 0;
}

.about-area .row:first-child {
    margin-bottom: 20px;
}
.banner-thanks a{color:#fff}
.banner-thanks{
    
    
        text-align: center;
     display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
}


.menu-dropdown i.fa.fa-chevron-down {
    font-size: 10px;
}














.custom-navbar ul.submenu1, .custom-navbar ul.submenu2, .custom-navbar ul.submenu3 {
  position: absolute;
  left: 250px;
  top: 150%;
  width: 250px;
  text-align: left;
  background-color: #2a1a69;
  z-index: 999999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

.custom-navbar ul.submenu2, .custom-navbar ul.submenu3
{
    left: 250px;
}


.custom-navbar ul.submenu1 li:first-child, .custom-navbar ul.submenu2 li:first-child, .custom-navbar ul.submenu3 li:first-child {
  border-top: none;
}

.custom-navbar ul.submenu1 > li, .custom-navbar ul.submenu2 > li, .custom-navbar ul.submenu3 > li {
  border-top: 1px solid #333333;
  width: 100%;
    display: inline-block;
    border-color: #362284;
}

.custom-navbar ul li ul li {
  margin-left: 0;
}

.custom-navbar ul.submenu1 > li > a, .custom-navbar ul.submenu2 > li > a, .custom-navbar ul.submenu3 > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 20px;
  line-height: 34px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size:13px;
  font-weight:400;
}

.custom-navbar li.menu-dropdown1:hover .submenu1 {
  top: 73%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.custom-navbar li.menu-dropdown2:hover .submenu2
{
    top: 0%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}


.custom-navbar li.menu-dropdown4:hover .submenu3
{
    top: 33%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}




.menu-dropdown1 i.fa.fa-chevron-down {
    float: right;
    margin-right: 10px;
    margin-top: 14px;
    transform: rotate(270deg);
}


#tab-2 .second-tab-amount {bottom: 0;}

#tab-3 .second-tab-leftbullets {
    min-height: 220px;
}

#tab-4 .content-main-tab-single .second-tab-leftbullets {
    min-height: 150px !important;
}

#tab-5 .second-tab-leftbullets {
    min-height: 260px;
}
/*PRELOADING------------ */
#overlayer {
  width:100%;
  height:100vh;
  position:fixed;
  z-index: 9999;
  background: #3f2895;
  top:0;
  bottom:0;
}
.loader {
  display: inline-block;
  position: absolute;
  z-index:3;
  top: 44%;
  animation: loader 2s infinite ease;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  animation: loader-inner 2s infinite ease-in;
}



.service-structure {
    padding-top: 0;
}

.static-part-area1 ul {
    padding-left: 10px;
}

.static-part-area1 ul li {
    font-size: 15px;
    background: url(../images/bullets.png) no-repeat 0px 3px / 14px;
    padding-left: 21px;
    line-height: 18px;
    margin-bottom: 8px;
}

.static-page-txt ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.static-page-txt ul li
{
    font-size: 15px;
    background: url(../images/bullets.png) no-repeat 0px 3px / 14px;
    padding-left: 21px;
    line-height: 18px;
    margin-bottom: 8px;
}


.ftr-social li {
    float: left;
}

.ftr-social li a {
    height: 34px;
    width: 34px;
    border-radius: 50px;
    margin: 0 !important;
    text-align: center;
    margin-right: 7px !important;
    transition: all ease .5s;
    background: #21bc7d;
    border: 1px solid transparent;
}

.footer-area ul.ftr-social li a i {
    font-size: 14px;
    margin: 0;
    line-height: 34px;
}

.ftr-social {
    margin-top: 10px;
}

.ftr-social li a:hover {
    border-color: #21BC7F;
    background: transparent;
}

.ftr-social li a:hover i {
    color: #fff;
}

.contact-banner {
    padding-bottom: 100px;
}

.content-area-boxes:nth-child(odd) img {
    float: right;
}

.second-tab-rightbullets.showthis {
    width: 100%;
    min-height: 280px;
}

.hidethis::before{
    display:none;
}

.about-area-boxes .btn {margin-top: 0px;margin-bottom: 20px;}

.price-tab4 .second-tab-rightbullets {
    min-height: 230px;
}

.price-tab7 .second-tab-leftbullets {
    min-height: 320px;
}

.price-tab8 .second-tab-leftbullets, .price-tab8 .second-tab-rightbullets {
    min-height: 300px;
}

.price-tab9 .second-tab-leftbullets, .price-tab9 .second-tab-rightbullets {
    min-height: 300px;
}

.price-tab10 .second-tab-leftbullets, .price-tab10 .second-tab-rightbullets {
    min-height: 250px;
}

header i.fas.fa-envelope-square {
    font-size: 21px; 
}

header .logo img {    max-width: 100%;      }







.rclient-item {    text-align: center;  }
.rclient-item  a.rc_play {    position: relative;    display: block;     overflow: hidden;  }
.rclient-item a.rc_play .play_btn {    position: absolute;    left: 0;    width: 64px;    height: 64px;    background: url(../images/aplay0.png) no-repeat scroll center top;    z-index: 1;    bottom: 30px;    right: 0;    margin: auto;    /* border-radius: 50%; */ }
.rclient-item a.rc_play .play_btn:before {    content: "";    position: absolute;    left: 0;    width: 64px;    height: 64px;    background: url(../images/aplay1.png) no-repeat scroll center top;    z-index: 1;    bottom: 0;    right: 0;    margin: auto; }
.rclient-item h3 {    margin-top: 30px;    font-size: 22px;    clear: both;    font-weight: 700;    color: #000;    margin-bottom: 3px; }
.rclient-item p {    font-weight: 600;    color: #000;    padding: 0 20px;    font-size: 18px;    letter-spacing: 0;  }
.rclient-item:hover a.rc_play img {    transform: scale(1.1);    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);  }
.rclient-item a.rc_play:hover .play_btn:before {	animation-name: spin;	animation-duration: 5000ms;	animation-iteration-count: infinite;	animation-timing-function: linear;   }
.rclient-item a.rc_play img {    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);    transform: scale(1);  
    width: 100%; }

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
 
  

  


/* thankyou-css */
.thankyou_sec {
    padding: 50px 0;
    height: 100%;
}

.main-thankyou {
    text-align: center;
}
.main-content__checkmark {
    font-size: 10.75rem;
    line-height: 1;
    color: #25cc88;
}
.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
}
.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 600;
}
.start_live_chat {
    font-size: 19px;
    background-color: #ca2f35;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50pc;
}