@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

a {
    transition: 0.5s;
    outline-style: none;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 700;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}
section {
    display: block;
    float: left;
    width: 100%;
}

.button_style1 {
    background: #36BCBC;
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    color: #fff;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.button_style1:hover {
    background: #000;
    color: #fff;
}

section {
    display: block;
    float: left;
    width: 100%;
}

.body_heading {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.client_logo_area {
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.how_we_do h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}

.how_we_do p {
    font-size: 17px;
    margin-top: 10px;
}

.how_we_do h2 {
    color: #002685;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.how_we_do p {
    font-size: 17px;
    margin-top: 10px;
}

.how_we_do_section {
    padding: 60px 0;
    background: url(../images/how_we_do_bg.jpg) no-repeat;
    background-size: cover;
}

.how_we_do_section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.how_we_do_section ul li {
    position: relative;
    padding-left: 30px;
    margin-top: 5px;
    padding-top: 5px;
    font-size: 16px;
}

.how_we_do_section ul li::after {
    content: "\f00c";
    width: 15px;
    height: 15px;
    background: #FFAE00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%;
    font-family: 'FontAwesome';
}

.how_we_do_section img {
    width: 100%;
    max-width: 100%;
}



.what_we_do_section {
    padding: 60px 0;
    background: url(../images/what_we_do_bg.jpg) no-repeat;
    background-size: cover;
}

.what_we_do_section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.what_we_do_section ul li {
    position: relative;
    padding-left: 30px;
    margin-top: 15px;
    padding-top: 5px;
    font-size: 17px;
}

.what_we_do_section ul li::after {
    content: "\f00c";
    width: 20px;
    height: 20px;
    background: #FFAE00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100%;
    font-family: 'FontAwesome';
}

.what_we_do_section img {
    width: 100%;
    max-width: 100%;
}



.project_section {
padding: 60px 0;
    background: url(../images/how_we_do_bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

.project_section h3 {
    text-transform: uppercase;
}

.project_section p {
    font-size: 18px;
    margin-top: 12px;
}

.orange_but2 {
    display: inline-block;
    vertical-align: top;
    background: #FFAE00;
    padding: 14px 50px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 600;
    margin-top: 25px;
}

.orange_but2:hover {
    background: #a57101;
}




.count_section {
    padding: 60px 0;
    background: #684DF4;
    background: linear-gradient(90deg, rgba(104, 77, 244, 1) 0%, rgba(60, 35, 192, 1) 100%);
    text-align: center;
    color: #fff;
}

.count_boxes {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.count_box1 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.count_box1 h2 {
    font-weight: 700;
    margin: 10px 0;
    font-size: 50px;
}

.count_box1 p {
    font-size: 18px;
    font-weight: bold;
}

footer {
    display: block;
    float: left;
    width: 100%;
    background-image: url(../images/footer_bg.jpg);
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(4px);
}

footer a:hover {
    color: #FFAE00 !important;
}




.header_section {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/header_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.navbar {
    background-color: transparent !important;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 10px 0;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #684DF4 !important;
}
.navbar-brand img
{
    width: 100%;
    max-width: 250px;
       	 transition: all .5s ;
	transition-timing-function:ease-out; 
}

.navbar-fixed .navbar-brand img
{
     max-width: 120px;  
     
}

.navbar-brand-subpage img
{
    width: 100%;
    max-width: 130px;
       	 transition: all .5s ;
	transition-timing-function:ease-out; 
}

.navbar-fixed .navbar-brand-subpage img
{
     max-width: 120px;  
     
}

.header_text_area {
    display: block;
    float: left;
    width: 100%;
    padding: 80px 0 0 0;
    color: #fff;
}

.header_text h2 {
    font-size: 35px;
    font-weight: 700;
}

.header_text h2 span {
    color: #36BCBC;
}

.header_text p {
    font-size: 16px;
    margin-top: 20px;
}

.header_text p img {
    margin: 15px 10px 0 0;
}

.header_img {
    width: 100%;
}



.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #FFAE00;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.header_text p img {
    max-width: 180px;
}
.how_we_do_img
{
    position: sticky;
    top: 80px;
}

.image_move {
    transition: transform .2s ease;
}

.image_move img {
    transition: transform .2s ease;
}

.image_move:hover img {
    transform: scale(1.02);
}

.blue_but {
    background: #684DF4;
    padding: 10px 25px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.blue_but:hover {
    background: #422dae;
}

.orange_but {
    background: #FFAE00;
    padding: 10px 25px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 600;
}

.orange_but:hover {
    background: #a57101;
}



.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

.service_section {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/service_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
}

.service_section_heading {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.service_section_heading h2 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}

.service_slider {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.service_box1 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 40px 35px 60px 35px;
    background: #684DF4;
    background: linear-gradient(179deg, rgba(104, 77, 244, 1) 0%, rgba(0, 10, 35, 1) 100%);
    margin-top: 30px;
    color: #fff;
    min-height: 300px;
}

.service_box1 img {
    width: auto !important;
    display: inline-block !important;
    width: 100px !important;
}

.service_box1 h2 {
    font-size: 20px;
    margin-top: 15px;
}

.service_box1 p {
    font-size: 16px;
    margin-top: 15px;
}

.why_section {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/why_section_bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.why_section .accordion-button {
    margin-bottom: 15px;
    font-weight: bold;
    background: none;
    color: #fff !important;
}

.why_section .accordion-button::after {
    filter: invert(1);
}
.why_section .accordion-button:focus
{
    border: none !important;
    box-shadow: none !important;
}

.why_section .accordion-item {
    border: none;
    background: #684DF4;
background: linear-gradient(90deg,rgba(104, 77, 244, 1) 0%, rgba(63, 38, 192, 1) 100%);
    color: white;
        border-radius: 12px !important;
}

.why_section .accordion-body {
    color: white;
    border-radius: 0 0 12px 12px;
    margin-top: -15px;
    margin-bottom: 10px;
}
.counter_right_border
{
    border-right: 1px solid #fff;
}
.social_icon a{
    margin: 0 4px;
}
.accordion_section
{
    display: block;
    float: left;
    width: 100%;
}



.subpage_header_section {
    display: block;
    float: left;
    width: 100%;
    background: #684DF4;
    position: relative;
}

.subpage_header_text {
    display: block;
    float: left;
    width: 100%;
    background: #000A23;
    padding: 100px 0 20px 0;
}

.subpage_header_text h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
}

.subpage_header_section .navbar {
    background: #684DF4 !important;
}
.subpage_body_section
{
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
}

.contact_section
{
    padding: 50px 0;
}
.contact_heading
{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.contact_heading h2
{
    font-weight: 600;
}

.contact_body_inner
{
    display: block;
    float: left;
    width: 100%;
    background: url(./../images/contact_body_bg.png) top left no-repeat;
}
.contact_box1
{
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
    position: relative;
    padding-left: 35px;
}
.contact_box1 h2
{
    font-size: 20px;
    font-weight: 500;
}
.contact_box1 i
{
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #684DF4;
}
.social_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.social_section a
{
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #684DF4;
    color: #fff;
    text-align: center;
    line-height: 48px;
}
.social_section a:hover
{
    background: #000;
    color: #fff;
}
.contact_form
{
    display: block;
    float: left;
    width: 100%;
}

.contact_form .form-control
{
    height: 50px;
	    font-family: 'Kumbh Sans', sans-serif;
	font-size:15px;
    border-radius: 0.25rem !important;
}
.contact_form  .form-control-textarea
{
    height: 120px;
}
.contact_form textarea
{
	min-height:250px;
}
.contact_body_inner
{
    display: block;
    float: left;
    width: 100%;
}
.contact_map_seation
{
    display: block;
    float: left;
    width: 100%;
}
.contact_map_seation iframe
{
    float: left;
    width: 100%;
    height: 300px;
    margin-top: 40px;
}

.about_text p
{
    margin-top: 20px;
}
.about_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.about_list ul li {
    position: relative;
    padding-left: 30px;
    margin-top: 15px;
    padding-top: 5px;
    font-size: 15px;
}

.about_list ul li::after {
    content: "\f00c";
    width: 20px;
    height: 20px;
    background: #FFAE00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100%;
    font-family: 'FontAwesome';
}
.about-img
{
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-height: 400px;
    object-fit: cover;

}
.empowering_section
{
    padding: 50px 0;
        background: url(../images/what_we_do_bg.jpg) no-repeat;
    background-size: cover;
}
.nav-pills .nav-link {
    text-align: left;
    background: #684DF4;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #FFAE00;
}
.service-img
{
    width: 100%;
    border-radius: 50px;
    object-fit: cover;
    max-height: 250px;
}
.service-img2
{
    width: 100%;
    border-radius: 50px;
    object-fit: cover;
    max-height: 600px;
}



/* Floating Enquiry Button */
.enquiry-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #684DF4;
    color: white;
    padding: 12px 10px;
    font-weight: bold;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-align: center;
    z-index: 1000;
}

/* Sliding Form */
.offcanvas-end {
    width: 320px;
}
.offcanvas 
{
    z-index: 9999999;
}

 /* Custom modal styling */
 .modal-content {
    text-align: center;
    padding: 20px;
}
.modal-header {
    background-color: #1082CE;
    color: white;
}
.offer-img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    max-width: 200px;
}
.btn-close
{
    background-color: #fff;
    opacity: 1;
}
.yellow_but {
    padding: 15px 30px;
    background: #684DF4;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    vertical-align: text-top;
    border: none;
    border-radius: 8px;
}
.what_we_do_text
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}