* {
    margin: 0;
    padding: 0
}
body {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    background: #FFFFFF;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    display: inline-block;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
img {
    border: none;
    max-width: 100%
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.no-padding {
    padding: 0;
}
@font-face {
    src: url('fonts/Calibri-Bold.woff');
    font-family: Calibri_Bold;
    font-weight: bold;
}
@font-face {
    src: url('fonts/Calibri.woff2');
    font-family: Calibri_Regular;
    font-weight: regular;
}
@font-face {
    src: url('fonts/FreeSansBold.otf');
    font-family: FreeSansBold;
    font-weight: bold;
}
@font-face {
    src: url('fonts/Ganttlets.woff2');
    font-family: Ganttlets;
    font-weight: bold;
}
.section-padding {
    padding: 80px 0px;
}
/*****************************************************/
/**************    2. Header Top Area   ****************/
/*****************************************************/
.main-header-top-area {
    background: #4B286C;
}
.header-top-area h4 {
    font-family: Calibri_Regular;
    font-weight: normal;
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 18px;
    padding-top: 30px;
    text-align: center;
}
.header-top-area h4 a {
    color: #fed20b;
}
/*****************************************************/
/**************    3. Header Area  ****************/
/*****************************************************/
.header-row {
    padding: 15px 0px 16px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.main-menu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}.rqst-btn:hover a {
    color: #4B286C;
    background: #fed20b;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.rqst-btn a {
    color: #fed20b;
    background: #4B286C;
    font-size: 18px;
    font-family: Calibri_Bold;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 25px;
    border-radius: 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
}
.menu-icon {
    color: #4B286C;
    font-size: 25px;
    border: 1px solid #4B286C;
    /* display: inline-block; */
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 30px;
    float: left;
    display: none;
    margin-bottom: 20px;
}
.menu-icon:hover {
    color: #4B286C;
}
.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 15px;
}
.menu ul li {
    text-transform: uppercase;
    margin-right: 25px;
    font-size: 20px;
    font-family: Calibri_Regular;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
}
.menu ul li.active:after {
    display: block;
}
.menu ul li:nth-child(3) {
    margin-right: 0px;
}
.menu ul li::after {
    position: absolute;
    content: '';
    border-bottom: 4px solid #4B286C;
    width: 100%;
    bottom: 0;
    right: 0;
    display: none;
}
.menu ul li:hover:after {
    display: block;
    -webkit-transition: 3s;
    transition: 3s;
}
.menu ul li a {
    color: #002b0c;
}
.logo-area a img {
    width: 159px;
}
/*****************************************************/
/**************    4. Banner Area  ****************/
/*****************************************************/
.main-banner-area {
    background: #4B286C;
}
.banner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner-content h2 {
    font-weight: bold;
    color: #fff;
    font-size: 47px;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.banner-content h3 {
    padding: 20px 0px;
    font-size: 50px;
    color: #fff;
    font-family: Calibri_Regular;
    font-weight: normal;
    text-transform: capitalize;
}
.banner-content h3 span {
    color: #fed20b;
    font-family: Ganttlets;
}
.banner-content h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Calibri_Regular;
    font-weight: normal;
}
.banner-content h4 a {
    color: #fed20b;
}
/*****************************************************/
/**************    5. Connections Area  ****************/
/*****************************************************/
.connections-heading h3 {
    text-align: center;
    color: #4b286c;
    font-family: Calibri_Bold;
    font-weight: bold;
    font-size: 47px;
    text-transform: uppercase;
    padding-bottom: 15px;
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.connections-heading p {
    color: #000000;
    font-size: 21px;
    text-align: center;
    line-height: 31px;
    width: 56%;
    margin: 0 auto;
    font-family: Calibri_Regular;
    font-weight: normal;
    padding-bottom: 90px;
}
.connections-dsc-head h3 {
    color: #4b286c;
    font-size: 57px;
    font-family: Calibri_Bold;
    font-weight: bold;
    line-height: 63px;
    padding-bottom: 19px;
    padding-top: 45px;
}
.main-menu-full-area {
    padding-left: 15px;
}
.connections-dsc-head p {
    color: #000000;
    font-size: 21px;
    font-family: Calibri_Regular;
    font-weight: normal;
    line-height: 34px;
    padding-bottom: 40px;
}
.connections-dsc h4 {
    color: #4b286c;
    font-family: Calibri_Bold;
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 25px;
}
.connections-dsc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.connections-dsc ul li {
    color: #000000;
    font-size: 25px;
    line-height: 31px;
    font-family: Calibri_Regular;
    padding-bottom: 30px;
}
.connections-dsc ul li img {
    width: 20px;
    margin-right: 12px;
    min-width: 20px;
}
.connections-dsc ul li p {
    font-size: 21px;
    line-height: 1.3;
}
p {
    font-size: 21px;
    color: #000;
    line-height: 1.3;
    font-family: Calibri_Regular;
}
/*****************************************************/
/**************    6. Mobile Area  ****************/
/*****************************************************/
.main-mobile-area {
    background: #4B286C;
    padding: 40px 0px;
}
.single-mobile-area img {
    max-width: 64px;
    width: 100%;
    padding-bottom: 23px;
}
.single-mobile-area h3 {
    color: #ffffff;
    font-size: 19px;
    font-family: Calibri_Bold;
    font-weight: bold;
}
.single-mobile-area p {
    color: #ffffff;
    font-family: Calibri_Regular;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
}
.single-mobile-area {
    text-align: center;
}
.single-icon {
    height: 90px;
    text-align: center;
}
/*****************************************************/
/**************    7. Video Area  ****************/
/*****************************************************/
.video-heading h2 {
    color: #4b286c;
    font-family: Calibri_Bold;
    font-weight: bold;
    padding-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    font-size: 42px;
    width: 71%;
    margin: 0 auto;
}
.video_carousel_t {
    max-width: 800px;
    margin: auto;
}
/*****************************************************/
/**************    8. Callback Area  ****************/
/*****************************************************/
.callback-area {
    background: url('img/callback-bg.png') scroll no-repeat 0 0 / 100% 100%;
    width: 100%;
    padding: 30px 72px 70px 72px;
}
.callback-heading h2 {
    color: #4b286c;
    text-transform: capitalize;
    text-align: center;
    font-family: Calibri_Bold;
    font-weight: bold;
    font-size: 50px;
}
.callback-heading p {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-family: Calibri_Regular;
    font-weight: normal;
    padding-bottom: 33px;
}
.form-area {}
.form-area form {}
.form-area  input {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 35px;
    padding: 14px 20px;
    border: none;
    background: #fff;
    border-radius: 50px;
    text-transform: capitalize;
    color: #7c808d;
    font-size: 16px;
    font-family: Calibri_Regular;
    font-weight: normal;
}
.check-box-heading h3 {
    color: #000000;
    font-size: 26px;
    font-family: Calibri_Regular;
    font-weight: normal;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 28px;
}
.submit-btn {
    text-align: center;
}
.submit-btn button {
    border: none;
    background: #4B286C;
    color: #fff;
    padding: 21px 63px;
    font-size: 22px;
    font-family: Calibri_Bold;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 35px;
}
/*************************************/
.check-box-area label {
    font-size: 15px;
    color: #515257;
    font-family: Calibri_Regular;
    line-height: 1.5;
    padding-left: 38px;
    margin-bottom: 18px;
}
.container_input {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.container_input.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
}
/* On mouse-over, add a grey background color */
.container_input:hover input ~ .checkmark {
    background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.container_input input:checked ~ .checkmark {
    background-color: #4B286C;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container_input input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.container_input .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*************************************/
.submit-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
}
.submit-btn:hover button {
    background: #000;
    color: #ffff;
}
/*****************************************************/
/**************    9. Reviews Area  ****************/
/*****************************************************/
.review-heading h3 {
    color: #4b286c;
    text-align: center;
    font-family: Calibri_Bold;
    font-weight: bold;
    font-size: 50px;
    padding-bottom: 70px;
}
.review-area {
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 50px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 24px #bbb;
    max-width: 900px;
    width: 100%;
    padding-top: 25px;
}
.single-review h2 {
    background: #0288D1;
    display: inline-block;
    color: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    margin-bottom: 30px;
    cursor: default;
}
.single-review {
    text-align: center;
}
.single-review h3 {
    color: #4b286c;
    font-size: 35px;
    font-family: Calibri_Bold;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
.single-review ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 0px;
}
.single-review ul li {
    margin: 0px 3px;
    color: #F0A92C;
    font-size: 20px;
}
.single-review p {
    color: #131b23;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    padding-bottom: 40px;
    text-align: left;
}
.callback-btn {
    text-align: center;
    margin-top: 50px;
}
/*****************************************************/
/**************    10. Footer Area  ****************/
/*****************************************************/
.main-footer-area {
    background: #4B286C;
    padding: 30px 0px;
}
.copyright p {
    text-align: center;
    color: #fff;
    font-family: Calibri_Bold;
    font-weight: bold;
    font-size: 15px;
}
.connections-image img {
    width: 100%;
}
.connections-image {
    overflow: hidden;
    border-radius: 58px;
}
.form-area {
    text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #4B286C !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #4B286C;
}
.carousel_single_item_t video {
    width: 100%;
    height: 100%;
}
.full-waypper {
    overflow: hidden !important;
}



.error {
    text-align: left;
    display: block;
    color: red;
}
.alert.alert-success {
    width: max-content;
    text-align: center;
    margin: auto;
    margin-top: 30px;
}