/********** Template CSS **********/
:root {
    --primary: #E88F2A;
    --secondary: #FAF3EB;
    --light: #FFFFFF;
    --dark: #2B2825;
}
/* General page styles for Arabic (RTL) pages */
html[dir="rtl"] {
    font-family: 'Arial', sans-serif; /* Use a font that supports Arabic */
    text-align: right;  /* Right-align all text */
}

/* Page container */
html[dir="rtl"] .container {
    direction: rtl; /* Ensure the content's direction is right-to-left */
    text-align: right;  /* Align all text in this container to the right */
}

/* Headers - align to the right */
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4 {
    text-align: right;
}

/* Paragraphs - Align text to the right */
html[dir="rtl"] p {
    text-align: right;
}

/* Navbar: If you have a navbar, reverse the order of items */
html[dir="rtl"] .navbar {
    display: flex;
    flex-direction: row-reverse; /* Reverse the order of nav items */
}

html[dir="rtl"] .navbar a {
    text-align: right; /* Align links to the right */
}

/* Buttons: Align text inside buttons */
html[dir="rtl"] button {
    text-align: right;  /* Align button text to the right */
    padding-right: 10px; /* Add padding to the right side */
}

/* Forms: Input fields should also align properly */
html[dir="rtl"] input,
html[dir="rtl"] textarea {
    text-align: right; /* Align input/textarea text to the right */
    direction: rtl;    /* Right-to-left input direction */
}

/* Adjust margins and paddings to match RTL layout */
html[dir="rtl"] .content {
    margin-right: 20px;  /* Adjust for right margin */
    margin-left: 0;      /* Remove left margin */
}

/* Images: If the images are also affected by the text direction */
html[dir="rtl"] img {
    float: right;  /* Align images to the right */
    margin-left: 10px; /* Space between images and text */
}

/* Footer: Footer content alignment for RTL */
html[dir="rtl"] footer {
    text-align: right;
    padding-right: 20px;
}

/* Reverse arrow icons or images */
html[dir="rtl"] .arrow {
    transform: rotate(180deg); /* Flip arrows/icons for RTL direction */
}
.smally{
    font-size: 1.0em!important;
}
.markoo{
    color:#4056b4;
}
.heightoo{
    height: 18em;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.popup-content {
       position: relative;
    background: #fff;
    /* padding: 20px; */
    border-radius: 8px;
    max-width: 90%;
    width: 900px;
    text-align: center;
}

.popup-content img {
    max-width: 100%;
    height: auto;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.boxesmyacc {
    background: linear-gradient(45deg, #2c2c2c, #959595);
    padding: 26px;
    border-radius: 12px;
     border: 9px solid #fff;
     text-align:center;
}
.boxesmyacc:hover {
    background: linear-gradient(45deg, #959595, #2c2c2c);
    padding: 26px;
    border-radius: 12px;
     border: 9px solid #fff;
     text-align:center;
}
 .boxesmyacc a{
     color:#fff;
     font-size: 12px;
 }
.pt-10{padding-top:7em;}
    
.pb-10{padding-bottom:7em;}
.form-control {
    border: 1px solid #839991 !important;
    color: #090808 !important;
    background: #f8f9fa;
    padding: 10px 13px; /* More comfortable spacing */
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); /* Soft inner shadow */
}
.success{color: #22bb28;
    font-weight: 600;}
    
.error{color: #c70202;
    font-weight: 600;}
/* Placeholder styling */
.form-control::placeholder {
    color: #839991;
    opacity: 0.8;
    font-style: italic;
}

/* Focus Effect: Elegant glow */
.form-control:focus {
    border-color: #5a837a;
    box-shadow: 0 0 10px rgba(90, 131, 122, 0.4);
    background: #ffffff;
}

/* Disabled Input Styling */
.form-control:disabled {
    background: #e9ecef;
    opacity: 0.6;
    cursor: not-allowed;
}

/* Error State */
.form-control.is-invalid {
    border-color: #e74c3c !important;
    background: #fdf2f2;
}

.form-control.is-invalid:focus {
    border-color: #c0392b;
    box-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}

/* Success State */
.form-control.is-valid {
    border-color: #27ae60 !important;
    background: #f2fdf6;
}

.form-control.is-valid:focus {
    border-color: #218c52;
    box-shadow: 0 0 10px rgba(39, 174, 96, 0.5);
}

  .navybtn{margin-right: 16px;
    background: #e88f2a;
    color:#000!important;
    height: 48px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;}
    .navybtn:hover{margin-right: 16px;
    background: #000;
    color:#fff!important;
    height: 55px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;}
    @media (max-width: 768px) {
    .navybtn {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        background: transparent;
    }
      .navybtn:hover{margin-right: 16px;
    background: transparent;
     
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;}
}
.sampi1{
    padding: 5px;
    background: linear-gradient(134deg, #415cb4, #4aa2a2);
    color: #fff;
    margin: 1px;
}
.top-right-image {
    position: absolute;
    top: 210px;
    right: 100px;
    box-shadow: 5px 7px 12px #000;
    width: auto;
    height: 100px;
    opacity: 0; /* Initially hidden */
    transform: translateY(-20px); /* Start slightly above */
    animation: fadeSlideIn 2s ease forwards; /* Animation applied */
}

/* Keyframes for fade and slide-in animation */
@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-20px); /* Slightly above its final position */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Final position */
    }
}

/* Hide the image on smaller screens */
@media (max-width: 768px) {
    .top-right-image {
        display: none; /* Completely hide the image on mobile */
    }
}

.pandoo{
    padding: 5px!important;
}
.pandoo1{
    background: #000;
        border-radius: 4px;
}
textarea.form-control {
    height: auto!important;
}
.blockquote2{
padding: 10px 20px !important;
    margin: 0 0 20px!important;
    font-size: 17.5px!important;
    border-left: 37px solid #29ca8e!important;
}
.heighu{
    height: 300px!important;
}
.h1er{
        color: #fff;
    font-size: 22px;
    text-align: left;
}
.h2er{
     color: #fff !important;
    font-size: 18px !important;
   
    padding: 7px;
    text-shadow: 1px 1px 1px #000000;
    text-transform: math-auto !important;
    font-family: sans-serif !important;
    background: linear-gradient(45deg, #e88f2a, #854f12);
}

.h1classy{
        font-size: 2.5em;
}
 .scrollable-container {
  width: 95%; /* 90% of the page width */
  max-height: 100vh; /* Full viewport height */
  margin: 0 auto; /* Center the container */
  padding: 20px;
  overflow-y: auto; /* Enable vertical scrolling */
  border: 1px solid #ddd; /* Optional border */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for a professional look */
  background: #f9f9f9; /* Light background color */
}

/* Scrollbar Styling */
.scrollable-container::-webkit-scrollbar {
  width: 10px;
}

.scrollable-container::-webkit-scrollbar-thumb {
  background-color: #888; /* Scrollbar color */
  border-radius: 5px;
}

.scrollable-container::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Hover color for scrollbar */
}

.floatoo {
    position: fixed;
   width: 70px;
    height: 70px;
    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;
}

 .sticky-sidebar1 {
    background: #fff;
    position: sticky;
	top: 75px;
    float: right;
}
.starboxhead {
    background: #e88f2a;
    padding-top: 5px;
    color: #fff;
    padding-bottom: 2px;
    text-align: center;
}

.cipdassignment{
    background:#fff !important;
        padding: 20px;
       box-shadow: 0 1px 12px 0 rgb(0 0 0 / 10%);
}
.cipdassignment h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    font-family: 'Open Sans'!important;
    color: #e88f2a!important;
}
.cipdassignment h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    font-family: 'Open Sans'!important;
    color: #e88f2a!important;
}
 
.free-freebeis {
    padding: 10px 10px;
    border: 2px solid #e88f2a;
    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: #e88f2a;
    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;
}

.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;
}

.btn-solid-sm {
    display: inline-block;
    padding: 1rem 1.5rem;
    border: 1px solid #0092ff;
    border-radius: 0;
    background-color: #0092ff;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 0;
    text-decoration: none;
    transition: all .2s;
    margin-left: 0 !important;
}
.modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1060 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    outline: 0 !important;
}
.modal-content {
    width: 75% !important;
    left: 12.5% !important;
    top: 10% !important;
}
.buttony {
      text-decoration: line-through;
    color: #ec4848;
}
.width-100{
    width:100% !important;
}

.text-right{
    text-align:right!important;
}
	.blink{
    height: 50px;
    color: #e94d40;
    padding: 8px;
    font-weight: 800;
    display: inline;
    line-height: 29px;
    font-size: 12px;
    animation: blink 1.5s linear infinite;
	}
 
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.buttony2 {
    text-decoration: line-through;
    color: #f0ff10f2;
}
.modal-header{
    text-align:center;
       background: linear-gradient(181deg, #29ca8e, #17a570);
}

.font-w{
      font-size: 14px;
    color: #817f7f;
    font-weight: 600!important;	
}
.modal-header p {
    color: #fff;
}
.modal-footer{
        background: linear-gradient(179deg, black, #000000a8);
}
.btnfreshi{
 background: #c02a2a;
    padding: 7px;
    border-radius: 11px;
    width: 100%;
    color: #fff;
    border: 1px solid #c02a2a;
}
.btnfreshi:hover {
        background: #5374f3;
    padding: 7px;
    border-radius: 11px;
    width: 100%;
    color: #fff;
    border: 1px solid #5374f3;
}
.close{
        font-size: 39px;
    font-weight: bolder;
    color: #eee;
}
.spany{
    color:#000!important; font-weight:600!important; font-size:10px!important;
}
.privy{
        font-size: 11px!important;
}
.pricefresh{
    font-size: 30px!important;
        font-weight: 800;
}
 
 

 .mylivechat_bubble_img{
     display:none;
 }
    
    @media only screen and (max-width: 600px) {
        .we-open-container{display:none;}.floatoo{display:none;}
        .bodydiscount{display:none;}.discount-btn{display:none;}.mylivechat_bubble_img{display:none;}.slick-prev {display:none!important;}.slick-next {display:none!important;}.freshbtn{width:100%;}td{display:table-row;}
        
        .blink{
 
    height: 50px;
 color: #157dcd;
    padding: 8px;
    font-weight: 800;
    display: block;
    line-height: 29px;
    font-size: 14px;
    	animation: blink 1.5s linear infinite;
	}
        }
        
         @media only screen and (max-width: 768px) {
        .we-open-container{display:none;}.floatoo{display:none;}
        .bodydiscount{display:none;}.discount-btn{display:none;}.mylivechat_bubble_img{display:none;}.slick-prev {display:none!important;}.slick-next {display:none!important;}.freshbtn{width:100%;}td{display:table-row;}.headmenu1{
    display: none;
}.mu-single-slide-content p{    display: none;
}.mu-send-msg-btn, .mu-send-msg-btn:focus, .mu-register-btn:hover, .mu-register-btn:focus{padding: 7px!important;
}}
.parchi {
       font-size: 15px !important;
    color: #ffffff ! important;
    font-weight: 700 !important;
    font-family: monospace;
}
.buttony2 {
    text-decoration: line-through;
    color: #f0ff10f2;
}
.buttony2:hover {
    text-decoration: line-through;
    color: #000;
}

.parchi2 {
       background: linear-gradient(180deg, #af6b1e, #e88f2a, #e88f2a, #e88f2a);
}
 

.btny12{
    background: #6c3108!important;
    font-size: 18px!important;
    font-family: 'Poppins'!important;
    font-weight: 600!important;
}

.hightea{
    height:14em!important;
}
 
table {
    width:100% !important;
   
}
td{
         padding-left: 32px!important;
    padding-right: 17px!important;
}
.list-none{
    list-style:none;
}

.btn-block{
    width:100%;
}
 
/* Default state */
.modulelink {
    color: #787470; /* Orange color */
    text-decoration: none; /* Remove underline */
    font-weight: bold;
    font-size: 18px; /* Adjust font size */
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

/* Hover state */
.modulelink:hover {
    color: black; /* Change color to black on hover */
    transform: scale(1.1); /* Slight zoom-in effect */
    text-shadow: 0 0 10px #E88F2A, 0 0 20px #E88F2A, 0 0 30px #E88F2A; /* Glowing text effect */
}

/* Optional: Add an underline animation */
.modulelink:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #E88F2A; /* Orange underline */
    transition: width 0.3s ease;
}

.modulelink:hover:before {
    width: 100%; /* Underline expands on hover */
}

/* Adding a subtle bounce effect */
@keyframes bounce {
    0% { transform: scale(1); }
    20% { transform: scale(1.1); }
    40% { transform: scale(1); }
    60% { transform: scale(1.1); }
    80% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

.modulelink:active {
    animation: bounce 0.5s ease; /* Bounce effect on click */
}

 .mb-1{
     margin-bottom:1em !important;
 }
 
.fontoo {
    font-weight: 700!important;
    font-size: 18px!important;
background:#fff!important;
 color:#29ca8e!important;
}
.team-thumb{
    height:12em !important;
}
.fontoo:hover{
 background:#fff!important;
 color:#29ca8e!important;

}.staroo{
    color: #FFC107;
    font-size: 22px;
}
.grey{
        background: #f0f0f0!important;
}
.mylivechat_bubble_img{
    display:none!important;
}
.ratingshead{
    font-size: 20px;
    font-weight: 700;
    height:22px;
    color:#fff !important;
}
.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;
}
 
.free-freebeis{padding:10px;border:2px solid #e88f2a;font-family:museo_sans500;position:relative;overflow:hidden}.free-freebeis .freebeis-heading{display:block;width:100%;font-weight:700;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{position:relative;margin:10px 0; display: grid;}.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:#e88f2a;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:61%;padding:0;margin:0}.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}.her{font-size:1.5rem}.mt-20{margin-top:3em}.mb-30{margin-bottom:3em}.nav__inner{text-align:center}
.sticky-sidebar1 {
     position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 70px; /* Distance from the top of the viewport */
    z-index: 100; /* Ensure it stays above other content */
 
}
.boldy{
    line-height: 1.2;
    color: #2B2825;
    font-weight:600;
        text-transform: uppercase !important;
}
.parent-container {
       display: flex;
 
}
@media (max-width: 768px) {
    

    .parent-container {
        width: 100%;
          flex-direction: column; /* Stack content and sidebar */
    }

    .sticky-sidebar1 {
        position: relative; /* Remove sticky for mobile */
        width: 100%;
        margin-top: 20px; /* Adjust spacing */
    }
}
.font-secondary {
    font-family: 'Pacifico', cursive;
}
body {color:#000!important;}
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    transition: .5s;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.content1 {
    padding: 30px;
    background: #faf3eb;
    box-shadow: 0px 0px 7px #cfcfcf;
    animation: zoomIn 0.5s ease-in-out;
}

.content1:hover {
    transform: scale(1.1); /* Zoom in slightly */
    transition: transform 0.3s ease-in-out; /* Smooth zoom-in effect */
}
.content1texth{
    color: #78450D;
    font-size: 21px;
     text-transform: uppercase;
}
.text-left{text-align: left!important;}
.white-btn {
    background: #ffffff;
    border: #ffffff;
    color: #7B4F14;
    width: 135px;
    font-weight: 700;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #766a6a;
}


 
.faq-item {
margin-bottom: 15px;

}

.faq-button {
    width: 100%;
    padding: 10px;
    text-align: left;
    background: linear-gradient(177deg, #e88f2a, #c97f2b);
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #00000000;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;
}

.faq-button:hover {
  background-color: #2980b9;
}

.faq-content {
  padding: 12px 16px 12px 10px;
  display: none;
  background-color: #f9f9f9;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-button1 {
    width: 100%;
    padding: 12px 16px;
    text-align: left;
        background: linear-gradient(177deg, #e88f2a, #bb6d15);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 8px; /* added for soft corners */
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* subtle shadow */
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.faq-button1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1); /* ripple overlay effect */
    transition: width 0.3s ease;
    z-index: 1;
}

.faq-button1:hover::after {
    width: 100%;
}

.faq-button1:hover {
    background: linear-gradient(177deg, #f39c12, #3c3b39);
    transform: scale(1.01); /* slight zoom on hover */
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.faq-button1:active {
    transform: scale(0.98); /* slight press effect */
}

.white-btn:hover {
    
    background: #3e3b3b;
    border: #3e3b3b;
    color: #ffffff;
    width: 150px;
    font-weight: 700;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #766a6a;
 
}
.mobfont {
    font-weight: 800;
    font-family: 'Oswald';
    font-style: inherit !important;
    text-shadow: 0px 0px 4px #ffffff !important;
    color: #efeeed !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
}

.text-primary{
     
    text-shadow: 0px 0px 2px #000!important;
}

.hchc{
    font-size:17px!important;
    text-transform: uppercase;
}
 
 @media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2rem!important;
    }
}
.owl-carousel {
    min-height: 200px; /* Reserve space */
    overflow: hidden;
}
.img {
    aspect-ratio: 3 / 2;
}
.cipd-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 2s ease-in-out;
  flex-direction: row; /* Ensures icon and text are in one line */
}

.cipd-icon {
    text-shadow: -10px 3px 0px #cdcbc9;
    font-size: 50px;
    color: #e88f2a;
    margin-right: 0px;
    transform: rotate(-15deg);
    animation: bounceIn 1.5s ease-out;
    top: 0px;
}

.cipd-main-text {
    font-size: 26px;
    font-weight: 800;
   color: #54524A;
    text-shadow: 0px 1px 0px rgb(44 43 43);
    letter-spacing: 1.5px;
    animation: bounceIn 1.5s ease-out;
    text-transform: uppercase;
    line-height: 0;
    font-family: 'Poppins';
}

.cipd-tagline {
    font-size: 16px;
    font-style: italic;
    color: #744810;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);
    letter-spacing: 0px;
    animation: fadeInUp 2s ease-in-out;
    display: block;
    left: 60px;
    bottom: 13px;
}

/* Animations */
@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.white-btn1 {
    background: #e88f2a;
    border: #e88f2a;
    color: #000;
    width: 135px;
    font-weight: 700;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #766a6a;
}
.white-btn1:hover {
    
    background: #fff;
    border: #fff;
    color: #000;
    width: 150px;
    font-weight: 700;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #766a6a;
 
}

.btn-primary {
    color: #030303;
}

.border-inner {
    position: relative;
}

.border-inner * {
    position: relative;
    z-index: 1;
}
.text-black{
    color:#000!important;
}
.text-justify{
    text-align:justify!important;
}
.content2h{
        font-size: 24px;
    text-transform: uppercase;
}

.grey-bgc {
    background: #e88f2a;
    padding: 17px;
    box-shadow: 1px 1px 14px #ada7a7;
    color: #121212;
}
.list-none{
    list-style:none!important;
}
.floatoo {
    position: fixed;
    bottom: 20px; /* Distance from the bottom of the page */
    left: 20px; /* Distance from the left of the page */
    background-color: #25d366; /* WhatsApp green background */
    color: #fff; /* White icon color */
    border-radius: 50%; /* Make it circular */
    width: 60px; /* Button size */
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Add some shadow */
    z-index: 1000; /* Ensure it stays above other elements */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth hover effect */
}

.floatoo:hover {
    background-color: #029d3c; /* Darker green on hover */
    transform: rotate(360deg); /* Spin effect on hover */
    color:#000!important;
}


.border-inner::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: none;
    border: 1px solid #faf3eb;
    z-index: 0;
}

.btn-square {
    width: 40px;
    height: 40px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 50px;
    height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/cipd-writers-help.webp) top right no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: var(--primary);
}

.service::after,
.contact::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100%);
    top: 0px;
    left: 0;
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/service.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact::after {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.bg-offer {
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(https://cipdassignmenthelp.com/img/cipd-writers-help.webp) center center no-repeat;
    background-size: cover;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
    filter: blur(5px)
}

.team-item .team-overlay {
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    opacity: 1;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-item {
    opacity: .1;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    opacity: 1;
}

.bg-img {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}