
/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Services
- Details 1
- Details 2
- Features
- Testimonials
- Customers
- Invitation
- Contact
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #fcfafb
- Buttons, icons - blue #0092ff
- Buttons, icons - red #ef473d
- Headings text - black #223150
- Body text - dark gray #5e6576
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
    color: #000000;
    font: 500 1rem/1.625rem "Open Sans", sans-serif;
}
p {
    text-align:justify;
}

h1 {
	color: #223150;
	font-weight: 700;
	font-size: 1.60em;
	line-height: 3.25rem;
	letter-spacing: -0.4px;
}

h2 {
	color: #223150;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 2.5rem;
	letter-spacing: -0.4px;
}

h3 {
	color: #223150;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 2.25rem;
	letter-spacing: -0.2px;
}

h4 {
	color: #223150;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 2rem;
	letter-spacing: -0.2px;
}

h5 {
	color: #223150;
	font-weight: 700;
	font-size: 1.00rem;
	line-height: 1.625rem;
}

h6 {
	color: #223150;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.375rem;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.inputy{
    width: 95%;
    height: 3em;
    padding: 13px;
}
.parchi2 {
    background: linear-gradient(45deg, #4980de, #114399);
    padding: 15px 0px 0px 0px;
    border: 1px solid #16489f;
    box-shadow: 0 4px 8px rgb(53 104 190);
}

.parchi {
    font-size: 20px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(67, 121, 212, 0.5);
    animation: textFadeIn 1s ease-out forwards, textScaleUp 0.5s ease-out forwards, textBounce 1s ease-out forwards;
    transition: color 0.3s ease, transform 0.3s ease;
}

.parchi:hover {
    color: #1d4f9f; /* Slightly darker blue on hover for a more interactive feel */
    transform: scale(1.1); /* Slight scale up on hover */
}
.ukreg {
    background: linear-gradient(178deg, #fdfdfd, #dfdfdf);
    transform: translateX(4%) translateY(-18%);
    color: #040404;
    padding: 7px;
    box-shadow: 0 5px 10px rgb(61 101 143);
    font-size: 14px;
}
.companybtn{
background: #002f6c;
border: 1px solid #002f6c !important;

}
.companybtn:hover{
box-shadow: 0 6px 20px #003c78;
}
.btn-com {
    padding: 1px 4px 4px 4px !important;
}

/* Animation for text fade-in */
@keyframes textFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Animation for text scale-up */
@keyframes textScaleUp {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

/* Animation for text bounce effect */
@keyframes textBounce {
    0% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}




/****
.parchi{
   font-size: 18px!important;
    color: #d42525!important;
    font-weight: 600!important;
        font-family: 'Poppins';
}
.parchi2
{
    background: linear-gradient(178deg, #cacaca, #f8f8f8, #d7d7d7);
    padding: 15px 0px 0px 0px;
    border: 1px solid #e1e1e1;
} 
***/
.parchi3
{
        margin: -17px -17px 0px 0px;
}
.snowflake {
           
              position: fixed;
    top: -10px;
    color: #fff;
    font-size: 0.8em !important;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #2687ff;
    pointer-events: none;
    animation: fall linear infinite;
    z-index: 10000;
        
        }

        @keyframes fall {
            to {
                transform: translateY(100vh);
            } }
.proboxy {
    border: 1px dashed #eee;
    margin-bottom: 3em;
    padding: 10px;
}
.proccessicon {
    color: #007bff;
}
.procontent {
    font-size: 19px;
}
.pt-10{
        padding-top: 10px;
}
.text-right{
    text-align:right;
}
.iconboxy{
    font-size: 46px!important;
}
.mu-single-service {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
}
.mu-single-service-icon{
 background-color: #0091ea;
    color: #fff;
    display: inline;
    font-size: 18px;
    float: left;
    height: 210px;
    width: 48px;
    text-align: center;
    padding: 25px 0 0 0;
    margin-right: 20px;
    height: 130px;
}
.mu-single-service h3{
    color: #000;
}
.mu-single-service a{
 
    
}
.texr-specil{
text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}
.freshbtn {
    border: none;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 14px;
    width: 370px;
    transition: all .5s;
    cursor: pointer;
    margin: 0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    background: linear-gradient(45deg,#3aadf3,#17689a);
}
.freshbtn:hover {
    border: none;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 14px;
    width: 370px;
    transition: all .5s;
    cursor: pointer;
    margin: 0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    background: linear-gradient(45deg,#17689a,#3aadf3);
}
.floatoo {
    position: fixed;
    width: 60px;
    height: 63px;
    bottom: 40px;
    left: 40px;
    background-color: #1b9e3f;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.floatoo:hover {
    background:#108f33
}
.my-float{
	margin-top:16px;
}
.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
.width-32{
    width: 32% !important;
}
.single-blog{
    block-size: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f7f7f7, #ffffff);
    padding: 18px;
       margin-top: 3em;
   box-shadow: 4px 4px 7px 5px #0804042b;
}
.textysampibtn{
    text-align: right;
}
.iconboxmain{
    background: linear-gradient(50deg, #247bea, #3ba3ffd6);
    color: #fefefe;
    padding: 34px;
    font-size: 14px;
    border: 3px solid #fff;
    text-decoration:none;
}
.iconboxmain:hover{
    color:#fff;
    text-decoration:none;
    background: linear-gradient(50deg, #3ba3ffd6, #247bea);
}
.assignmenthead{
        font-size: 22px;
    color: #d41212;
}
.style-item{
    list-style:none;
}
.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.modal-content{
        width: 75%;
    left: 12.5%;
    top: 10%;
}
.li-space-lg li {
	margin-bottom: 0.5rem;
}
.footertop{
   background: linear-gradient(181deg, #404143, #03060c);
    height: 2em;
    margin-top: 3em;
}
.reviewer{
    background: #fff;
    height: 25em;
    padding: 13px;
    color: #fff;
    box-shadow: 0 -5px 11px 0 #185abc;
    border: 10px #ffffff solid;
}
.review-title h3{
       color: #ef821d;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.review-title p{
      color: #499bef;
}
.review-desc p{
    color:#000;
}
.colortwo{
        color: #fab616d4;
}
a {
	color: #5e6576;
	text-decoration: underline;
}

a:hover {
	color: #5e6576;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}
.orderbtn{
    font-size: 30px; 
    line-height: 57px; 
    margin-bottom: 30px;
    overflow: hidden;
    width:100%;
    text-align:center;
    font-weight:800;
    background: linear-gradient(181deg, #5c98ff, #2d5eb0);
}
.form-control:disabled, .form-control[readonly]{
    display:none;
}
.width-50{
    width:50%;
}
.ulheady{
    text-align: center;
}
.headyui{
        font-size: 37px;
        text-align:center;
        color:#fff;
}
tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
}
.liheady{
    display:inline-block;
}
.liheady a{
   color:#fff;
   text-decoration:none;
}
.navyloc{
        background: #eee;
        border:1px solid #eee;
        display: inline-block;
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    padding-top: 8px !important;
}
.navyloc:hover{
        background: #fff;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: linear-gradient(45deg, #fdfdfd, transparent);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-shadow: 1px 1px 1px 1px rgb(214 226 244 / 81%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.read-more {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.read-more .fas {
	margin-left: 0.625rem;
	font-size: 1rem;
	vertical-align: -8%;
}

.blue {
	color: #0092ff;
}
.staroo{
    color:#f3933e;
    font-size: 10px;
}
.stary{
    color:#0092ff;
    font-size: 12px;
}
.stary:hover{
    color:#000;
    font-size: 12px;
}
.starbox{
        border: 1px dashed #000;
    padding: 6px;
    text-align: center;
    border-top: none;
    background: #f9f9f9;
}
.starboxhead{
      background: linear-gradient(181deg, #5c98ff, #2d5eb0);
    padding-top: 5px;
    color: #fff;
    padding-bottom: 2px;
    text-align: center;
}
.starboxhead h2{
    color: #fff;

}
.sideorder{
    margin-bottom:2em;
}
.sideorder a{
  font-size: xx-large;
}
.free-freebeis {
    padding: 10px 10px;
    border: 2px solid #007bff;
    font-family: museo_sans500;
    position: relative;
    overflow: hidden;
}
.free-freebeis .freebeis-heading {
    display: block;
    width: 100%;
    font-weight: bold;
    font-family: museo_sans500;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    padding: 8px;
    text-align: center;
    color: #393939;
}
.free-freebeis .free-freebeis-box {
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.free-freebeis .free-freebeis-box .free-freebeis-item span strong {
    text-decoration: line-through;
    text-decoration-color: #d73e50;
    text-decoration-style: wavy;
}

.free-freebeis .free-freebeis-box .free-freebeis-item b {
    color: #351fff;
    float: right;
    /*font-size: 16px;*/
}

.free-freebeis .free-freebeis-box .free-freebeis-item p {
    font-family: museo_sans500;
    color: #171836;
    float: left;
    font-size: 14px;
    width: 57%;
    padding: 0;
    margin: 0;
    text-align:left;
}

.free-freebeis .freebeis-discounts {
    margin: 10px 0;
}


.free-freebeis .freebeis-discounts p {
    font-family: museo_sans500;
    color: #171836;
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}

.free-freebeis .freebeis-discounts p span {
    position: relative;
    margin: 0 20px;
}

.free-freebeis .freebeis-discounts p span.bold-text {
    text-decoration: line-through;
    text-decoration-color: #dc3545;
    text-decoration-style: wavy;
}
.since{
    font-size: 9px;
    margin-top: -7px;
    float: right;
    font-weight: bolder;
}
.bg-gray {
	background-color: #fcfafb;
}

.section-title {
	margin-bottom: 0.5rem;
	color: #ef473d;
	font-weight: 600;
	font-size: 0.875rem;
}
.sticky {
    background: #fff;
    position: sticky;
    top: 100px;
    float: none;
}
.blog-details{
        background: #fff;
    padding: 20px;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    overflow:hidden;
}
.highlitoo2{
        color: #c80000;
}
.blog-meta{
    color: #2673d0;
}
.heady22{
        padding-top: 17px;
}
.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #0092ff;
	border-radius: 30px;
	background-color: #0092ff;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #0092ff; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #0092ff;
	border-radius: 30px;
	background-color: #0092ff;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #0092ff; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #0092ff;
	border-radius: 0px;
	background-color: #0092ff;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
	    margin-left: 0rem !important;
}
.solid-sm23{
       border-radius: 5px !important;
    width: 20em;
    background: linear-gradient(181deg, #5c98ff, #2d5eb0);
    font-size: 16px;
    
    text-align: left;
}
.solid-sm23:hover {
       border-radius: 5px !important;
    width: 20em;
    background: linear-gradient(181deg, #d00808, #881111);
    border: 1px solid #cb2f45;
    font-size: 16px;
    text-align: left;
    color:#fff !important;
}
.topperheady{
    color:#fff !important;
}
.topperheady span{
      color: #ffbd04;
    font-size: 37px;
}

.reddy{
        color: #f57272 !important;
     font-size: 28px!important;
}
.reddy2 {
    color: #72f58e !important;
      font-size: 28px!important;
}
.reddy3 {
     color: #f875ec !important;
     font-size: 28px!important;
}
  

.btn-solid-sm:hover {
	background-color: transparent;
	color: #0092ff; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}
.heady22{

    font-size: 24px;
    line-height: 32px;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #ef473d;
	border-radius: 30px;
	background-color: transparent;
	color: #ef473d;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #ef473d;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #ef473d;
	border-radius: 30px;
	background-color: transparent;
	color: #ef473d;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #ef473d;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #ef473d;
	border-radius: 30px;
	background-color: transparent;
	color: #ef473d;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #ef473d;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-textarea {
	width: 100%;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	border-radius: 8px;
	background-color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5rem;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
	display: block;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #0092ff;
	border-radius: 30px;
	background-color: #0092ff;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #0092ff;
	background-color: transparent;
	color: #0092ff;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #fcfafb;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 220px;
    height: 80px
 
}

.navbar .logo-text {
	color: #223150;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 6.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #fcfafb;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 1.2rem;
	padding-bottom: 0.625rem;
	color: #5e6576;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #0092ff;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border: none;
	background-color: #fcfafb;
}

.navbar .dropdown-item {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #5e6576;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: #fcfafb;
	color: #0092ff;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #d1d1d1;
}
/* end of dropdown menu */

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/******************/
/*     Header     */
/******************/
.header {
	padding-top: 8rem;
	padding-bottom: 4em;
	background: url('../images/header-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.header .h1-large {
	margin-bottom: 1.60em;
}

.header .p-large {
	margin-bottom: 2.25rem;
}

.header .image-container {
	margin-top: 5rem;
}


/********************/
/*     Services     */
/********************/
.cards-1 {
	padding-top: 5rem;
	padding-bottom: 2.25em;
}

.cards-1 h2 {
	margin-bottom: 1.5em;
}

.cards-1 .card {
	margin-bottom: 5rem;
	border: none;
	background-color: transparent;
}

.cards-1 .card-icon {
	width: 66px;
	height: 66px;
	margin-bottom: 1.875rem;
	border-radius: 8px;
	background-color: #ddedfb;
	text-align: center;
}

.cards-1 .card-icon .fas,
.cards-1 .card-icon .far {
	color: #0092ff;
	font-size: 2rem;
	line-height: 66px;
}

.cards-1 .card-icon.red {
	background-color: #fbe4e4;
}

.cards-1 .card-icon.red .fas,
.cards-1 .card-icon.red .far {
	color: #ef473d;
}

.cards-1 .card-icon.green {
	background-color: #e0f4ea;
}

.cards-1 .card-icon.green .fas,
.cards-1 .card-icon.green .far {
	color: #16c66d;
}

.cards-1 .card-body {
	padding: 0;
}

.cards-1 .card-title {
	margin-bottom: 1.125rem;
}

.cards-1 .card-body p {
	margin-bottom: 1.125rem;
}

.cards-1 .read-more {
	color: #223150;
}

.cards-1 .read-more .fas {
	color: #223150;
}


/*********************/
/*     Details 1     */
/*********************/
.basic-1 {
	padding-top: 2.25rem;
	padding-bottom: 4.75rem;
	background: linear-gradient(rgb(252, 250, 251), rgb(255, 255, 255));
}

.basic-1 .image-container {
	margin-bottom: 4rem;
}

.basic-1 h2 {
	margin-bottom: 1.5em;
}

.basic-1 p {
	margin-bottom: 2rem;
}


/*********************/
/*     Details 2     */
/*********************/
.basic-2 {
	padding-top: 4.5rem;
	padding-bottom: 9.5rem;
	background: url('../images/details-2-background.jpg') center center no-repeat;
	background-size: cover;
}

.basic-2 .text-container {
	margin-bottom: 4rem;
}

.basic-2 h2 {
	margin-bottom: 1.5em;
}

.basic-2 p {
	margin-bottom: 2rem;
}


/********************/
/*     Features     */
/********************/
.accordion-1 {
	padding-top: 9.25rem;
	padding-bottom: 9.75rem;
	background: url('../images/features-background.jpg') center center no-repeat;
	background-size: cover;
}

.accordion-1 .h2-heading {
	margin-bottom: 1rem;
	color: #ffffff;
	text-align: center;
}

.accordion-1 .p-heading {
	margin-bottom: 4rem;
	color: #ffffff;
	text-align: center;
}

.accordion-1 .accordion {
	margin-bottom: 5rem;
}

.accordion-1 .accordion-item {
	margin-bottom: 2.5rem;
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.accordion-1 .accordion-item:last-of-type {
	margin-bottom: 0;
}

.accordion-1 .accordion-icon {
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	text-align: center;
	background-color: #14be9f;
}

.accordion-1 .accordion-icon.blue {
	background-color: #1d79fb;
}

.accordion-1 .accordion-icon.purple {
	background-color: #dc63ff;
}

.accordion-1 .accordion-icon.orange {
	background-color: #ff6c02;
}

.accordion-1 .accordion-icon .fas {
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 44px;
}

.accordion-1 .accordion-header {
	margin-left: 4.125rem;
	padding: 0.5rem 0 0.5rem 0;
	border: none;
	background-color: transparent;
}

.accordion-1 .accordion-header button {
	padding: 0;
	border: none;
	background-color: transparent;
	color: #ffffff;
	box-shadow: none;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.625rem;
	letter-spacing: -0.4px;
	text-align: left;
}

.accordion-1 .accordion-header button:after {
	display: none;
}

.accordion-1 .accordion-body {
	margin-left: 4.125rem;
	padding: 0.375rem 0 0 0;
	color: #ffffff;
}


/************************/
/*     Testimonials     */
/************************/
.cards-2 {
	padding-top: 9.5rem;
	padding-bottom: 2.25rem;
	text-align: center;
}

.cards-2 .h2-heading {
	margin-bottom: 3.75rem;
}

.cards-2 .card {
	position: relative;
	margin-bottom: 5rem;
	border-radius: 10px;
	box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1);
}

.cards-2 .card .quotes {
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	width: 48px;
	margin-right: auto;
	margin-left: auto;
}

.cards-2 .card-body {
	padding: 3.5rem 2rem 3.125rem 2rem;
}

.cards-2 .testimonial-author {
	margin-bottom: 0.125rem;
	color: #223150;
}

.cards-2 .occupation {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.cards-2 .card .gradient-floor {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.cards-2 .card .gradient-floor.red-to-blue {
	background: linear-gradient(to right, #ef3d91, #0092ff);
}

.cards-2 .card .gradient-floor.blue-to-purple {
	background: linear-gradient(to right, #0092ff, #637eff);
}

.cards-2 .card .gradient-floor.purple-to-green {
	background: linear-gradient(to right, #637eff, #16c66d);
}


/********************/
/*    Customers     */
/********************/
.slider-1 {
	padding-top: 2rem;
	padding-bottom: 3.75rem;
	background: linear-gradient(rgb(252, 250, 251), rgb(255, 255, 255));
	text-align: center;
}

.slider-1 h4 {
	margin-bottom: 0.25rem;
}

.slider-1 .section-divider {
	margin-bottom: 1rem;
}

.slider-1 .slider-container {
	margin-bottom: 0.5rem;
	padding: 1rem 0;
}


/**********************/
/*     Invitation     */
/**********************/
.basic-3 {
	padding-top: 4rem;
	background-size: cover;
	text-align: center;
}

.basic-3 .text-container {
	padding: 5rem 1.5rem 5.5rem 1.5rem;
	border-radius: 28px;
	background: url('../images/invitation-background.jpg') center center no-repeat;
	background-size: cover;
}

.basic-3 h2 {
	margin-bottom: 1rem;
	color: #ffffff;
}

.basic-3 .p-large {
	margin-bottom: 2.75rem;
	color: #ffffff;
}

.basic-3 .btn-solid-lg {
	border-color: #16c66d;
	background-color: #16c66d;
}

.basic-3 .btn-solid-lg:hover {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
}


/*******************/
/*     Contact     */
/*******************/
.form-1 {
	padding-top: 9.5rem;
	padding-bottom: 8.75rem;
}

.form-1 .text-container {
	margin-bottom: 4rem;
}

.form-1 .section-divider {
	margin-bottom: 1rem;
}

.form-1 h2 {
	margin-bottom: 1.75rem;
}

.form-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.form-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.mylivechat_bubble_img{
    display:none;
}
/******************/
/*     Footer     */
/******************/

.footer-area-bottom{
    background: linear-gradient(181deg, #5c98ff, #2d5eb0);
}
.footer-area-bottom a{
    color:#fff;
}
.footer-area-bottom p{
    color:#fff;
}
.footer {
	position: relative;
	padding-top: 1.5rem;
	padding-bottom: 6rem;
		overflow:hidden;
}

.footer .decoration-circles {
	position: absolute;
	top: 96px;
	left: -60px;
}

.footer div[class*="col"] {  
	/* selects all elements which have classes starting with col */
	/* needed so that the absolute positioned decoration stays behind */
	position: relative;
}

.footer a {
	color: #223150;
	text-decoration: none;
}

.footer h4 {
	margin-bottom: 1.875rem;
}

.footer .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.5rem;
}

.footer .fa-stack .fa-stack-1x {
    color: #0092ff;
	transition: all 0.2s ease;
}

.footer .fa-stack .fa-stack-2x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.footer .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}

.footer .fa-stack:hover .fa-stack-2x {
    color: #0092ff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-top: 1.5rem;
	border-top: 1px solid #d0dae2;
	text-align: center;
}

.copyright a {
	text-decoration: none;
}

.copyright .list-unstyled,
.copyright .statement {
	opacity: 0.7;
}


/******************************/
/*     Back To Top Button     */
/************************
#myBtn {
	position: fixed; 
  	z-index: 99; 
	bottom: 20px; 
	right: 20px; 
	display: none; 
	width: 52px;
	height: 52px;
	border: none; 
	border-radius: 50%; 
	outline: none; 
	background-color: #44434a; 
	cursor: pointer; 
}

#myBtn:hover {
	background-color: #1d1d21;
}

#myBtn img {
	margin-bottom: 0.25rem;
	width: 18px;
}
******/

/***********************/
/*     Extra Pages     */
/***********************/
 
.withoutex{padding-top: 8rem!important;
	padding-bottom: 3rem;}
.ex-header {
	padding-top: 9rem;
	padding-bottom: 3rem;
    background: linear-gradient(181deg, #5c98ff, #2d5eb0);
   box-shadow: 0 8px 8px 0 rgb(23 71 255 / 40%);
}
.ex-header2 {
	padding-top: 2rem;
	padding-bottom: 1rem;
    background: linear-gradient(181deg, #5c98ff, #2d5eb0);
   box-shadow: 0 8px 8px 0 rgb(23 71 255 / 40%);
}
.ex-header2 h5{
    font-size: 15px;
    line-height: 20px; }
.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #fcfafb;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: #0092ff;
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}


/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
 
@media (max-width: 768px) {
 
 .topperheady { 
     display:none;
 }
 
 .cards-1{
     display:none;
 }
 .width-32{
    width: 98% !important;
}
	.header {
		padding-top: 9rem;
		padding-bottom: 5em;
	}

	.header .h1-large {
		font-size: 3.25rem;
		line-height: 3.75rem;
	}

	/* end of header */


	/* Statistics */
	.counter .counter-cell {
		display: inline-block;
		margin-right: 1.5rem;
		margin-left: 1.5rem;
		vertical-align: top;
	}
	/* end of statistics */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}
	/* end of extra pages */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	.topperheady { 
     display:block;
 }
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 0.75rem;
	background-color: #ffffff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 5%);
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: #fcfafb;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .nav-item .btn-solid-sm {
		margin-top: 0;
		margin-left: 1rem;
	}
	/* end of navigation */


	/* Header */
	.header {
		text-align: left;
	}

	.header .text-container {
		margin-top: 4rem;
	}

	.header .image-container {
		margin-top: 0;
	}

	.header .btn-solid-lg,
	.header .btn-outline-lg {
		margin-right: 0;
		margin-left: 0;
	}
	
	.header .btn-solid-lg {
		margin-right: 0.5rem;
	}
	/* end of header */


	/* Services */
	.cards-1 .card {
		display: inline-block;
		width: 286px;
		vertical-align: top;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2rem;
		margin-left: 2rem;
	}
	/* end of services */


	/* Details 1 */
	.basic-1 .image-container {
		margin-bottom: 0;
	}

	.basic-1 .text-container {
		margin-top: 2rem;
	}
	/* end of details 1 */
	
	
	/* Details 2 */
	.basic-2 .text-container {
		margin-top: 3rem;
		margin-bottom: 0;
	}
	/* end of details 2 */


	/* Testimonials */
	.cards-2 .card {
		display: inline-block;
		width: 298px;
		vertical-align: top;
	}
	
	.cards-2 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of testimonials */


	/* Invitation */
	.basic-3 .text-container {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.basic-3 h2 {
		width: 42rem;
		margin-right: auto;
		margin-left: auto;
	}

	.basic-3 .p-large {
		width: 35rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of invitation */


	/* Footer */
	.footer h4 {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	
	}
	/* end of footer */


	/* Copyright */
	.copyright {
		text-align: left;
	}

	.copyright .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}

	.copyright .statement {
		text-align: right;
	}
	/* end of copyright */


	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of extra pages */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {
	.topperheady { 
     display:block;
 }
	/* General Styles */
	.container {
		max-width: 1280px;
	}
	/* end of general styles */
	

	/* Header */
	.header {
		overflow: hidden;
		padding-top: 20.25rem;
 
	}

	.header .text-container {
		margin-top: 0;
	}

	.header .image-container {
		position: relative;
	}
	
	.header .image-container img {
		position: absolute;
		bottom: -520px;
		left: 60px;
		max-width: none;
	}
	/* end of header */


	/* Services */
	.cards-1 .card {
		width: 129px;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 5.5rem;
		margin-left: 5.5rem;
	}
	/* end of services */


	/* Details 1 */
	.basic-1 .text-container {
		margin-top: 5rem;
		margin-left: 2.75rem;
	}
	/* end of details 1 */


	/* Details 2 */
	.basic-2 .text-container {
		margin-top: 6rem;
		margin-right: 3rem;
	}

	.basic-2 .image-container {
		text-align: right;
	}
	/* end of details 2 */


	/* Features */
	.accordion-1 .accordion {
		margin-bottom: 0;
	}

	.accordion-1 .image-container {
		text-align: right;
	}
	/* end of features */


	/* Testimonials */
	.cards-2 .card {
		width: 356px;
	}
	
	.cards-2 .card:nth-of-type(3n+2) {
		margin-right: 1.125rem;
		margin-left: 1.125rem;
	}
	/* end of testimonials */


	/* Invitation */
	.basic-3 .text-container {
		padding-top: 8rem;
		padding-bottom: 8.5rem;
	}
	/* end of invitation */


	/* Contact */
	.form-1 .text-container {
		margin-top: 1.5rem;
		margin-right: 2.75rem;
	}
	
	.form-1 form {
		margin-left: 2.75rem;
	}
	/* end of contact */


	/* Footer */
	.footer .decoration-circles {
		left: 0;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		width: 336px;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of extra pages */
}
/* end of min-width 1200px */