/* =================== GLOBAL CSS ======================= */
@import url('https://fonts.googleapis.com/css2?family=Potta+One&family=Roboto:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: rubik, sans-serif;
    color: #666;
    font-size: 16px;
}



/* ====================ourbrandshark ===================*/


.ourbrandshark{
    padding: 100px 0 0px 0;
}



.ourdevelopment{
    padding: 0 0 100px 0;
}




/* =================== UTILITY CLASSES CSS ================= */
.bg-dark {
    background-color: #0d1028 !important;
}

.bg-red {
    background-color:  #ef634c;
}

.bg-white {
    background-color: #ffffff;
}

.bg-shadow {
    box-shadow: 0px 0px 26px 0px  #ef634c;
}

.text-blue {
    color: #0d1028 !important;
}

.text-red {
    color: #ef634c !important;
}

.text-white {
    color: #ffffff !important;
}

.text-left {
    text-align: left;
}

.text-justify{
    text-align: justify !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

section h1.first-heading {
    font-size: 55px;
    font-weight: 600;
    color: #2d1028;
    padding-bottom: 2rem;
}

section h2.heading {
    font-size: 43px;
    color: #0d1028;
    font-weight: 400;
    /* display: flex; */
    justify-content: center;
    padding: 0;
    margin-bottom: 1rem;
    text-align: left;
}

section div h3 {
    font-size: 45px;
    color: #2d1028;
    font-weight: 500;
    margin-bottom: 10px;
}

section p.heading_below_headline {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
}

/* ==================== HEADER CSS ===================== */
header.header .container-fluid {
    padding: 0 15px !important;
}

.top-header {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0 24px !important;
}

.logo {
    height: 75px;
    width: 319px;
}

.logo img {
    height: 100%;
    width: 100%;
}

.info {
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 0 10px 0 10px;
}

.location-icon {
    padding-right: 10px;
    font-size: 30px;
}

.location-info p {
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: bold;
}

.location-info span {
    font-size: 19px;
    line-height: 10px;
}

.phone-icon {
    padding-right: 10px;
    font-size: 30px;
}

.location-icon a svg.svg-inline--fa.fa-map {
    color: #ef634c;
}

.phone-info p {
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: bold;
}

.phone-info a {
    font-size: 19px;
    line-height: 10px;
    text-decoration: none;
    color: #666;
}

.phone-icon a svg.svg-inline--fa.fa-phone {
    color: #ef634c;
}

button.apply-btn.btn {
    display: inline-block;
    position: relative;
    background: #ef634c;
    color: #fff;
    font-size: 18px;
    padding: 8px 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
}

.main-menu {
    background: #0d1028;
}

.main-menu ul li a:hover {
    background-color: #ff5202;
}

ul.navbar-nav {
    display: flex;
    flex-direction: row;
}

nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

li.nav-item a {
    display: inline-block;
    padding: 10px 16px;
    color: #fff;
    list-style: none;
    text-decoration: none;
    font-size: 21px;
}

li.nav-item a span {
    font-size: 13px;
}

ul.dropdown-menu.custom-drop {
    background: #0d1028;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

ul.dropdown-menu.custom-drop li a {
    padding: 5px 10px;
}

ul.dropdown-menu.custom-dropdown {
    background: #0d1028;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0 !important;
    padding: 0;
}

a.dropdown-item.dropdown-toggle.my-toggle {
    display: block;
    justify-content: space-between;
}

a.dropdown-item.dropdown-toggle.my-toggle::after {
    height: 5px;
    margin-top: 12px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.collapse-bar a {
    color: #fff;
    font-size: 26px;
    display: inline-block;
    padding-right: 15px;
}

.option-menu {
    position: absolute;
    right: 0;
    margin-top: 2px;
    z-index: 5;
}

.option-menu nav ul {
    margin: 0;
    padding: 0;
    background: #0d1028;
    border: 1px solid #0d1028;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

li.option-menu-item {
    display: flex;
    flex-direction: column;
}

.option-menu nav ul li a {
    padding: 1rem 1.5rem;
    font-size: 21px;
    color: #fff;
}

/* =================== mobile menu css ====================  */
.mobile-menu .phone-container {
    padding: 0 !important;
    background: #0d1028;
}
.mobile-menu .phone-block {
    color: #ffffff;
}
.mobile-menu .phone-info {
    display: flex;
}
.mobile-menu .phone-info a {
    line-height: unset;
    padding-top: 3px;
    padding-left: 12px;
    color: #fff;
}
.mobile-menu .phone-info p {
    margin-bottom: 9px;
}
.navbar-brand img.mobile_menu_image {
    width: 227px;
    height: 70px;
    padding: 10px 15px;
}
.mobile-menu .option-menu {
    width: 100%;
    margin-top: 16px;
}
ul.mobile-menu-sub-dropdown {
    display: none;
}
.mobile-menu-dropdown .option-menu-item .drop-service:hover ul.mobile-menu-sub-dropdown {
    display: block !important;
}
.mobile-menu ul.dropdown-menu.custom-drop{
    position: relative;
}
.mobile-menu ul.navbar-nav{
    flex-direction: column;
    width: 100%;
}
.mobile-menu .navbar .option-menu .navbar .navbar-nav .navbar-nav .nav-item .dropdown ul.dropdown-menu.custom-dropdown{
    position: relative !important;
}
/* whatsapp */
.whatsaap-box {
    float: left;
    position: fixed;
    left: 0;
    top: 280px;
    z-index: 100;
    box-shadow: 0 0 5px 2px #333;
    border-radius: 0 5px 5px 0;
}
.number {
    float: left;
    background: #fff;
    padding: 20px;
    position: relative;
    
}

.whatsapp {
    width: 65px;
    height: 65px;
    text-align: center;
    transition-duration: 0.5s;
    float: left;
    background: #44a505;
}
a {
    text-decoration: none;
    outline: none;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.whatsapp1 {
    width: 65px;
    height: 65px;
    text-align: center;
    transition-duration: 0.5s;
    float: left;
    background: #f0634c;
}
.whatsaap-box1 {
    float: left;
    position: fixed;
    left: 0;
    top: 350px;
    z-index: 100;
    box-shadow: 0 0 5px 2px #333;
    border-radius: 0 5px 5px 0;
}
.number1 {
    float: left;
    background: #fff;
    padding: 20px;
    position: relative;
    display: none;
}
.whatsapp2 {
    width: 65px;
    height: 65px;
    text-align: center;
    transition-duration: 0.5s;
    float: left;
    background: #12569c;
}
.whatsaap-box2 {
    float: left;
    position: fixed;
    left: 0;
    top: 420px;
    z-index: 100;
    box-shadow: 0 0 5px 2px #333;
    border-radius: 0 5px 5px 0;
}

/* =========================== ENQUIRY SECTION CSS =========================== */
section#enquiry-image{
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/img/3banner.jpg);
}
section#enquiry-image {
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 100px 0px;
}
.slide-text-btn a.get-btn {
    text-decoration: none;
    color: white;
    padding: 10px 16px;
    border: 3px solid white;
    border-radius: 11px;
    font-weight: 600;
    transition: 0.3s all ease-in;
}
.slide-text-btn a.get-btn:hover{
    color: black;
    background-color: white;
}
.slide-form {
    background-color: #fff;
    max-width: 350px;
    border-radius: 10px;
    margin: auto;
    padding: 20px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 20%);
}
.slide-form h3.slide-form-heading {
    font-size: 20px;
}
.iti {
    position: relative;
    display: inline-block;
}

.iti {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #555;
    display: block !important;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    right: auto;
    left: 0;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0,0,0,.05);
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(/img/india_flag.jpg);
    background-position: 17px 0;
    width: 20px;
}

.slide_form_submit_btn {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 0px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .81px;
    border-radius: 5px;
    transition: all .3s ease 0s;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    background: #ef634c;
    border: 2px solid #ef634c;
    color: white;
}
.slide_form_submit_btn:hover {
    background: #fff;
    color: #000;
    border: 2px solid black;
}

/* ================== Language Section CSS=========================  */
.language-icons {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -40px;
    z-index: 11;
    padding-bottom: 10px !important;
}
.language-icons .icon-card {
    display: flex;
    background: #141714;
    width: 100%;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 20px 0;
    border-radius: 8px;
    align-items: center;
    border: 1px solid #435627;
    border-bottom-color: #fff;
}
.language-icons .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}


/* ================== ABOUTS US SECTION CSS =======================  */
section#about-section {
    padding: 100px 50px;
    padding-bottom: 0;
}

.about-us-content h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #ff5202;
    text-align: left;
}

p.more {
    padding: 27px 0 0;
    line-height: 23px;
    font-size: 19px;
    text-align: justify;
    font-weight: 500;
    margin: 0;
}
/* about page */
.about-service-inside img{
    width: 150px;
}

/* ==================== OUR SERVICES SECTION CSS ====================  */
section#service-section {
    padding: 50px 0 0 0;
}



/* ======================= Events Section CSS ===================== */
section#events-section {
    padding: 100px 50px;
    padding-top: 0;
}

.events-image-content.border .event-image {
    position: relative;
    overflow: hidden;
}

.events-image-content.border .event-image img {
    width: 100%;
}

.events-image-content.border .events-info {
    display: flex;
    position: absolute;
    bottom: 30px;
    justify-content: space-between;
    padding: 15px 20px;
    width: 85%;
    left: 7%;
    border-radius: 30px;
    font-size: 14px;
    color: #56566a;
}

.events-image-content.border .events-info p {
    margin-bottom: 0;
    font-size: 17px;
}

.events-image-content.border .events-info .svg-inline--fa {
    color: #ef634c;
    font-size: 15px;
}

.events-image-content.border .event-content h3 {
    font-size: 30px;
    padding: 10px;
    margin-bottom: 0;
}

.events-image-content.border .event-content h3 a {
    font-size: 35px;
    margin-bottom: 15px;
    font-family: poppins;
    font-weight: 600;
    color: black;
    text-decoration: none;
}

.events-image-content.border .event-content p {
    line-height: 22px;
    font-size: 17px;
    text-align: justify;
    padding: 10px;
    margin-bottom: 0;
}
.events-image-content.border button.event-btn {
    margin: 10px 10px;
    border: none;
    background: none;
}

.events-image-content.border .event-btn a {
    display: inline-block;
    position: relative;
    background-color: #ef634c;
    border: 0;
    color: #fff;
    padding: 8px 11px;
    transition: all .4s linear 0s;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
}
.events-image-content.border .event-btn a:hover {
    background-color: #012245;
}

.single-event {
    display: flex;
    justify-content: space-between;
    padding: 7px;
}

.single-event .event-date {
    display: flex;
    padding: 5px 35px;
    background-color: #fff;
    text-align: center;
    margin-right: 30px;
    border: 4px solid #ddd;
    min-width: 160px;
    height: 80px;
    margin-top: 1.5rem;
}

.single-event .event-date span {
    font-size: 35px;
    color: #ef634c;
    font-weight: 600;
}

.single-event .event-date p {
    font-size: 30px;
    color: #56566a;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 2px;
    padding-left: 7px;
}

.single-event h3 a {
    font-size: 33px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}

.single-event h3 a {
    color: #002147;
    transition: all .4s linear 0s;
}

.single-event .event-meta {
    display: flex;
}

.single-event .event-meta .single-meta:first-child {
    padding-left: 0;
}

.single-event .event-meta .single-meta {
    padding-left: 40px;
    font-size: 16px;
}

.single-event .svg-inline--fa {
    color: #ef634c;
    font-size: 22px;
}

.event-description .event-p {
    font-size: 28px;
    line-height: 34px;
}
.event-slider {
    height: 100%;
}

.wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.wrapper .outer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* right: 20rem;
    top: 29rem; */
    height: 100%;
    width: 100%;
}

.wrapper .card-slider {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    justify-content: space-between;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.1);
    animation: animate 15s linear infinite;
    animation-delay: calc(3s * var(--delay));
}

.outer:hover .card-slider {
    animation-play-state: paused;
}

.wrapper .card-slider:last-child {
    animation-delay: calc(-3s * var(--delay));
}

@keyframes animate {
    0% {
        opacity: 1;
        transform: translateY(100%) scale(0.5);
    }

    5%,
    20% {
        opacity: 1;
        transform: translateY(100%) scale(0.7);
    }

    25%,
    40% {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0%) scale(0.7);
    }

    45%,
    60% {
        opacity: 1;
        transform: translateY(-100%) scale(0.7);
    }

    65%,
    100% {
        opacity: 0;
        transform: translateY(-100%) scale(0.5);
    }
}

.card-slider .cont {
    display: flex;
    align-items: center;
}

.wrapper .card-slider .img {
    height: 60px;
    width: 55px;
    position: absolute;
    left: 21px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.card-slider .img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.card-slider .details {
    margin-left: 80px;
}

.details span {
    font-weight: 600;
    font-size: 18px;
}

.card-slider a {
    text-decoration: none;
    padding: 7px 0px;
    border-radius: 25px;
    color: black;
    transition: all 0.3s ease;
}

.card-slider a:hover {
    transform: scale(0.94);
}



/* everything done for you css */
  

.everything{
  padding: 50px 0 50px 0;
  background-color: #f5f5ff;
}

.check_icon li{
    list-style: none;
    margin: 20px 0 10px 0;
}

.check_icon li svg.svg-inline--fa.fa-square-check {
    margin: 0 12px;
}


/* ================= EXTRA SECTION CSS ======================  */
section.about-wrap {
    padding: 100px 50px;
}

.about-wrap {
    position: relative;
    overflow-x: hidden;
}

.about-bg-2 {
    background-image: url(/img/about.png);
}

.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}

.about-wrap .container {
    position: relative;
    z-index: 1;
}

.about-wrap .about-content.style2 {
    background-color: #fff;
    padding: 42px 50px 50px;
    border-radius: 5px 5px 50px 5px;
}

.company-item {
   padding-top: 0px; 
}

.section-title {
    position: relative;
}

.section-title.style1 span {
    color:#ef634c;
}

.section-title span {
    position: relative;
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 5px;
}

.section-title h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4;
    font-family: poppins, sans-serif;
    margin: 0;
    color: #012245;
}

.section-title.style1 span {
    color: #ef634c;
}

.section-title span {
    position: relative;
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 5px;
}

.about-wrap .about-content .section-title p {
    margin: 15px 0 22px;
    font-size: 25px;
}

.about-wrap .about-content .about-features-list {
    margin: 0 0 22px;
    padding: 0;
}

.about-wrap .about-content .about-features-list li {
    /* line-height: 36px; */
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    list-style: none;
}

.about-wrap .about-content .about-features-list li .svg-inline--fa {
    color: #ef634c;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

.about-wrap .about-content h5 {
    margin: 0 0 25px;
    font-size: 22px;
    color: black;
    font-weight: 600;
}

.section-title.style1 span {
    color: #ef634c;
    font-weight: 600;
}

.section-title span {
    position: relative;
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 20px;
}

.btn.v1 {
    background-color:#ef634c;
    border-radius: 5px;
    border: 1px solid transparent;
    color: #fff;
    padding: 8px 11px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 18px;
    font-weight: 600;
}

.btn {
    font-family: poppins, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.btn.v1 i {
    margin-right: 6px;
    font-size: 15px;
    position: relative;
    top: 2px;
}

.btn.v1:hover {
    background-color: #0d1028;
}
/* client section */
.cust-deg {
    background: #ef634c;
}
.cust-deg a {
    color: #fff;
    text-decoration: none;
    font-size: 33px;
    text-transform: uppercase;
}
.cust-img-height img {
    max-height: 190px;
}

/* ====================== FOOTER CSS ===================  */
.intro {
    position: relative;
}

.way-success {
    background: #ef634c;
    width: 370px;
    height: 190px;
    margin: 0px auto;
    border-radius: 190px 190px 0 0;
}

.intro .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #fff;
    font-family: 'Rubik';
}

.way-inner {
    border: 2px dashed #fff;
    border-bottom: transparent;
    border-radius: 190px 190px 0 0;
    height: 180px;
    width: 350px;
    margin: 0 auto;
    padding-top: 60px;
}

.intro .overlay {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.intro .overlay svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer {
    background: #0d1028;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    padding: 30px 50px;
}

#footer img {
    margin-bottom: 0.5rem;
    max-width: 250px;
}


.footer .footer-logo {
    width: 235px;
}

#footer h5 {
    font-size: 18.62px;
    font-weight: 600 !important;
}

#footer .footer_inner {
    /* margin-top: 20px; */
    margin-bottom: 30px;
}

#footer .footer_inner .list-unstyled li {
    margin: 3px 0;
}

#footer ul li a {
    color: #fff;
    font-size: 15.96px;
}

#footer .media {
    align-items: baseline;
    display: flex;
}

#footer .media .svg-inline--fa {
    width: 30px;
    font-size: 18px;
    color: #ef634c;
}

#footer .footer_inner p {
    color: #fff !important;
}

.f_rubik {
    font-family: 'Rubik';
}

#footer .footer_inner .input-group {
    width: 100%;
}

#footer .footer_inner .input-group.mb-4 {
    margin-bottom: 30.59px !important;
}

.input-group-append {
    margin-left: -1px;
    display: flex;
}

#footer .footer_inner input.form-control {
    background: transparent;
    border: 1px solid #fff;
    height: auto;
    color: #fff !important;
}

#footer .footer_inner button.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    padding: 0 10px;
}

#footer .list-inline-item:not(:last-child) {
    margin-right: 24.94px;
}

#footer ul li a {
    color: #fff;
    font-size: 15.96px;
    text-decoration: none;
}

#footer ul.list-inline li a i {
    font-size: 23.94px;
}

.footer-bottom {
    background-color: #000000;
    padding: 12px 0;
}

.footer-bottom p {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.footer-bottom .copyright-text p a {
    color: #ef634c;
    text-decoration: none;
}

/* ========================== GALLERY PAGE CSS ======================  */
/* gallery page css in a separate file */
section#gallery_section {
    padding: 100px 0px;
}

.single-gallery {
    
    padding: 10px;
}
.gallery-image img {
    height: 313.5px;
}

/*  ========================= Pricing Table Page CSS =====================  */
.nearJob .container-fluid {
    padding: 0 15px !important;
}

.nearcol {
    padding: 58px 30px 0 !important;
}

.nearJob h1 {
    font-size: 61.23px !important;
    font-weight: 700;
    color: #282b4a;
    text-align: left;
}

.nearJob h2 {
    font-size: 30.59px !important;
}

.nearJob h2 {
    font-size: 42.59px !important;
    font-weight: 700;
}

.pricing {
    padding: 100px 0 150px;
}

.pricing .container-fluid {
    padding: 0 60px;
}

.pricing .container-fluid .row .col-sm-4.mb-4 {
    padding: 0 25px;
}

.pricing h3 {
    margin-bottom: 70px !important;
    font-size: 44px !important;
    font-weight: 700;
    color: black;
}

.pricing_inner {
    text-align: center;
    padding: 50px 20px;
    border-radius: 15px;
    transition: .5s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.pricing_inner .price_table_image {
    width: 100%;
    max-width: 100%;
}

.pricing_inner img.pri_image {
    width: 100%;
}

.pricing_inner h4 {
    font-weight: 600 !important;
    font-size: 29.94px;
    margin-bottom: 0;
}

.pricing svg.svg-inline--fa.fa-check.mr-2 {
    margin-left: -25px;
    font-size: 19px;
    font-weight: bold;
    width: 1.25em;
}

.pricing_inner p.rate {
    font-family: 'Rubik';
    font-size: 35px !important;
    font-weight: 500 !important;
    margin: 0;
}

.pricing_inner p.rate span {
    display: block;
    font-size: 16px;
    margin-top: -10px;
    text-align: center;
    justify-content: center;
    font-weight: bold;
}

.pricing_inner button.price_btn_light {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #ff5202;
    color: #ffffff;
    margin-bottom: 20px;
}

.pricing_inner button.price_btn_dark {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #0d1028;
    color: #ffffff;
    margin-bottom: 20px;
}

.pricing_inner p.common-heading {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.pricing_inner .table-features {
    padding: 0 40px;
    text-align: left;
    font-size: 15px;
}

.pricingForm .form-control {
    border: 1px solid #7e7373;
    height: calc(1.5em + .75rem + 15px);
    border-radius: 0;
    color: #7e7373 !important;
    font-size: 15.96px !important;
    font-weight: 500 !important;
}

.pricingForm .form-control:focus {
    border: 1px solid #282b4a;
    box-shadow: none;
    color: #282b4a !important;
}

.pricingForm textarea.form-control {
    height: auto;
}

.pricingForm {
    padding: 0 0 100px;
}

.pricingForm .container-fluid {
    padding: 0 30px !important;
}

.pricingForm h6 {
    font-size: 25.62px;
    font-weight: 500 !important;
    color: #4b4b4b !important;
}

.pricingForm h3 {
    font-size: 34.93px !important;
}

.pricingForm form.form-horizantal {
    margin-top: 45px;
}

.pricingForm .form-group {
    margin-bottom: 1rem;
}

/*  ==================== Contact Page CSS ================  */
section.contact-form {
    padding: 100px 0;
}

section.contact-form .container-fluid {
    padding: 0 50px;
}

.contact-address {
    text-align: center;
    background: #f4f4f4;
    margin-bottom: 25px;
    padding: 70px 30px 50px;
}

.contact-address .contact-icon {
    text-align: center;
    margin: 0 0 20px;
}

.contact-address .contact-icon svg.svg-inline--fa {
    color: #ef634c;
    font-size: 60px;
}

.contact-address .contact-info h5 {
    font-size: 31px;
    font-weight: 600;
    color: black;
}

.contact-address .contact-info p {
    margin: 0 0 10px;
    font-size: 22px;
}

.contact-address .contact-info p a {
    text-decoration: none;
    color: inherit;
}

.contact-from-wrapper-2 {
    overflow: hidden;
}

section.contactForm .container-fluid {
    padding: 0 50px;
}

h2.section-heading {
    position: relative;
    font-size: 35px;
    color: #ef634c;
    font-family: poppins;
    font-weight: 600;
}

.section-heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 50%;
    left: 40%;
    background-color: #ff5202;
}

.contact-from-wrapper-2 input {
    border-radius: 0;
    height: 50px;
    background-color: #f9f9ff;
    position: relative;
}

.highlights-section {
    background: #ff5202;
}

.highlights-section h4 {
    font-size: 1.8rem;
    font-weight: 600;
}

.highlights-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px;
    padding-bottom: 13px;
}

.highlights-section ul li {
    display: inline-block;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
}

.highlights-section .social-links ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .19);
    transition: all .4s linear 0s;
    text-align: center;
}

.highlights-section .social-links ul li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ff5202;
}

.contact-from-wrapper-2 .submit-btn {
    padding: 15px 25px;
    background-color: #ef634c;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border: 0;
}

section.map {
    padding: 100px 0;
}

/* ==================== About Page CSS =================  */
section#video-section {
    padding: 70px 0;
}

section.text-section .text-content {
    padding: 20px;
}

section.text-section .video-content {
    padding: 20px;
    width: 100%;
    padding-top: 35px;
}

section.text-section .video-content .video-about video {
    width: 100%;
    height: 100%;
}

.text-content .text-about h3 {
    font-size: 50px;
    font-weight: 600;
    color: black;
}

.text-content .text-about p {
    font-size: 17px;
    text-align: justify;
}

section#description {
    padding: 70px 0;
    background: lightgray;
}

.description-detail p {
    font-size: 17px;
    text-align: justify;
}

section#director {
    padding: 0!important;

}

section.director .director_image {
    padding: 0px;
    width: 100%;
    height: 100%;
}

section.director .director_image .image img {
    width: 100%;
}

section.director .director-detail {
    padding-top: 85px;
    text-align: justify;
}

section.director .director-detail .detail h3 {
    font-size: 50px;
    font-weight: 600;
    color: #ff5202;
    padding-bottom: 10px;
}

section.director .director-detail .detail p {
    font-size: 17px;
}

section.about-services{
    padding-bottom: 3rem;
    background: #f5f5ff;
}

section.about-services h2 {
    text-align: center;
    justify-content: center;
    letter-spacing: -3px;
    font-size: 50px;
}

.about-service-head p {
    text-align: center;
}

.about-service-inside {
    padding: 30px;
}

.about-service-inside h3 {
    font-size: 22px;
    font-weight: 800;
    color: black;
}

.about-service-inside .first-p {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.about-service-inside .second-p {
    color: black;
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
}

ul.lang-icon {
    list-style: none;
    padding-left: 0;
    display: flex;
    font-size: 25px;
}

ul.lang-icon li {
    padding: 5px;
}

.about-service-outside {
    padding: 20px 0;
    padding-top: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ff5202;
    display: none;
    background: linear-gradient(-45deg, #ff5202, #0d1028, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: service 15s ease infinite;
}

.about-service-outside ul {
    list-style: none;
    font-size: 20px;
    letter-spacing: 1px;

}

.about-service-outside ul li {
    margin: 15px 0;
}

.about-service-outside ul li a {
    color: white;
    text-decoration: none;
}

.about-service-outside ul li a span {
    padding-right: 10px;
}

@keyframes service {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.ser:hover .about-service-outside {
    display: block;
}

.ser .about-service-outside ul li a:hover {
    text-decoration: none;
    margin-left: 10px;
    transition: 0.5s;
}

section#testi {
    padding: 50px 0;
    background-color: #ff676d;
}

.testi .testi-heading {
    padding-bottom: 3rem;
}

.hero {
    background-color: #ff676d;
    height: 350px;
    width: 100%;
    position: relative;
    margin-bottom: 7rem;
}

.hero h1 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 40px;
    color: #fff;
}

.slide-row {
    display: flex;
    width: 3200px;
    transition: 0.5s;
}

.slide-col {
    height: 400px;
    width: 800px;
    position: relative;
}

.user-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.user-img img {
    height: 100%;
    border-radius: 10px;
    width: 300px;
}

.user-text {
    background: #2d3a59;
    width: 520px;
    height: 270px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    color: #d3d4d6;
    padding: 45px;
    box-sizing: border-box;
    z-index: 2;
}

.user-text p {
    font-size: 18px;
    line-height: 24px;
}

.user-text h3 {
    margin: 35px 0 5px;
    color: #fff;
}

.testimonial-section {
    width: 800px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.indicators {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.testi-btn {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius: 15px;
    background-color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.testimonial {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.price-form-btn {
    padding: 10px;
    background: #ff5202;
    border: none;
    color: white;
    font-size: 20px;
}
.price-form-btn:hover{
    background-color: #0d1028;
    transition: all 0.5s ease-in-out;
}

/* ================= Events Page CSS =====================  */
section.event_page {
    padding: 70px 0;
}
.our_events_description {
        padding: 25px;
}

.our_events_image {
    height: 100%;
    width: 100%;
}

.our_events_description p {
    text-align: justify;
    font-size: 17px;
}
/*web design page  */
section.course_term {
    background-color: #f5f5ff;
    padding: 50px 0 50px 0;
    margin: 0 0 100px 0;
}
#accordionExample{
    padding: 20px;
}
/* graphic design page */
section.Why .text_t {
    border: 2px solid #000;
    color: orangered;
    margin: 5px;
}

.para {
    margin: 10px 0 10px 0;
}
.text_t p{
    padding-top: 10px;
    font-size: 20px;
    font-weight: 400;
}




/*===========    Business table  css   ===============*/
section.business {
    padding: 0px 0 0px 0;
}
.digital_content {
    margin: 50px 0 50px 0;
}

#Business_table .heading h4{
    text-align: center;
    color: #fff;
    padding: 35px 0 35px 0;
}
.content_two{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 20px 0 20px 0 ;
}
.all_content{
 border: 2px solid #000;
    padding: 15px;
}


.left_center_paragraph{
    border-bottom: 1px solid #000;
    padding: 20px 0 20px 0;
}
.left1 ul li{
    list-style: none;
}
.right1 {
    padding: 20px 0 20px 0;
}
.right1 ul li i{
    margin: 13px 0 2px 15px;
}
.right1 ul li{
    list-style: none;
    padding: 0 22px 0 0;
    
}
.all_content .left1{
    padding-top: 20px;
}
.link_arrow{
    padding: 20px 0 15px 10px;
}

i {
    
    margin-left: 20px;
    
  }

.arrow1 {
    animation: slide1 1s ease-in-out infinite;
    margin-left: 9px;
  }


  @keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(15px, 0);
    }
  }
  


  /* website_page_banner css */

.website_page_banner{
    border-top: #ff5202 3px solid;
}

  .web_banner_image{
    width: 100%;
     
  }



  /* website_page_banner css closed  */
/* web design service */
#pricing-table_copy {
    padding: 0px 0 50px 0;
}
.pricing_inner {
    text-align: center;
    padding: 50px 20px;
    border-radius: 15px;
    transition: .5s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0 20px 0 20px;
}
.pricing_inner .price_table_image {
    width: 100%;
    max-width: 100%;
}
.pricing_inner img.pri_image {
    width: 100%;
}
.pricing_inner p.rate {
    font-family: 'Rubik';
    font-size: 35px !important;
    font-weight: 500 !important;
    margin: 0;
}
.text-white {
    color: #ffffff !important;
}
.pricing_inner button.price_btn_dark {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #0d1028;
    color: #ffffff;
    margin-bottom: 20px;
}
.pricing_inner p.common-heading {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.pricing_inner .table-features {
    padding: 0 40px;
    text-align: left;
    font-size: 15px;
}
.pricing_inner {
    text-align: center;
    padding: 50px 20px;
    border-radius: 15px;
    transition: .5s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0 20px 0 20px;
}
.bg-shadow {
    box-shadow: 0px 0px 26px 0px #ff5202;
}
/* form page */
section div h3 {
    font-size: 45px;
    color: #2d1028;
    font-weight: 500;
    margin-bottom: 10px;
}


