* {
    box-sizing: border-box;
    font-family: 'Anek Bangla', sans-serif;
}
.p-relative{
    position: relative;
}
body{
    position: relative;
}
/* --------------- --
    top nav start
-- -------------- */
.top_nav_main_div {
    display: flex;
    justify-content: space-between;
    height: 50px;
    overflow: hidden;
    background: #EFFBFF;
}
.top_nav_main_div a {
    text-decoration: none;
    color: transparent;
}
.top_nav_lft_design {
    background: #EFFBFF;
    position: absolute;
    right: -4rem;
    top: 1rem;
    height: 80px;
    width: 80px;
    transform: rotate(45deg);
}
.top_nav_lft_div {
    display: flex;
    background: #1293E7;
    align-items: center;
    padding: 1rem 10rem;
    position: relative;
}
.top_nav_lft_div div {
    padding: 0 3rem;
    border-right: 1px solid #D2D2D2;
    margin: 0;
}
.top_nav_lft_fst_div {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.top_nav_lft_div div:last-child {
    border: none;
}
.top_nav_lft_div div p {
    font-size: 16px;
    font-weight: 400;
    color: #ffff !important;
    margin: 0;
    padding: 0;
}
.top_nav_lft_social_div {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
}
.top_nav_lft_social_div div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
    background: linear-gradient(180deg, #00FFF0 0%, #0500FF 100%);
    border: none;
    padding: 0;
    margin: 0 1rem;
}
.top_nav_rght_btn_div {
    display: flex;
    align-items: center;
    padding: 10rem 10rem 0 0;
    margin: 0;
}
.top_nav_rght_btn_div button {
    background: linear-gradient(270deg, #001AFF 7.14%, #00C2FF 91.58%);
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 1rem 2rem;
    margin: 0;
}

.top_nav_rght_btn_div button:focus {
    box-shadow: none !important;
    outline: none !important;
    color: white !important;
}
/* --------------- --
    top nav end
-- -------------- */
/* ---------------- --
      Navbar start
-- ----------------- */
header {
    position: sticky;
    top: -0.01rem;
    z-index: 99999999;
}
.navbar {
    height: auto;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.05);
    padding: 1rem 10rem;
    margin: 0;
}
.navbar-header {
    background: #fff;
}
.navbar-nav li a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    color: #373737;
}
.navbar-nav li a:hover {
    background: #76bae7 !important;
    color: white;
    border-radius: 5px;
}
/* dropdown */
.navbar-nav li .container ul {
    list-style: none;
    padding: 0;
}
.navbar-nav li .container ul li {
    padding: 0.5rem 0;
}
.navbar-nav li .container ul li>a {
    font-size: 14px !important;
    position: relative;
    display: block;
    padding: 5px 10px;
    font-weight: 400;
}
.navbar-nav li .container ul li>a:hover {
    background-color: #f4f4f4 !important;
    color: #373737;
}
.nav_dropdown_img_div {
    width: 100%;
    height: 185px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.nav_dropdown_img_div img {
    height: 100%;
    width: 100%;
}
.nav_dropdown_img_div .nav_dropdown_img_btn_div {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%);
}
.nav_dropdown_img_div .nav_dropdown_img_btn_div a {
    background: linear-gradient(270deg, #001AFF 7.14%, #00C2FF 91.58%);
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0.5rem 2rem;
    margin: 0;
}
.nav_dropdown_img_div .nav_dropdown_img_btn_div a:hover {
    border-radius: 50px;
    background: linear-gradient(270deg, #00C2FF 7.14%, #001AFF 91.58%) !important;

}
/* ---------------- --
       Navbar end
-- ----------------- */

/* ---------------- --
    Hero area Start
-- ----------------- */
.hero_main_div {
    background: #88E4FF;
    position: relative;
}
.hero_bootom_design {
    bottom: -0.5rem;
    position: absolute;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.hero_bootom_design img {
        width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.hero_left_design {
    position: absolute;
    top: 9rem;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0.8;
}
.hero_right_design {
    position: absolute;
    top: 9rem;
    right: 0;
    margin: 0;
    padding: 0;
    opacity: 0.8;
}
.hero_row {
    padding: 5rem 10rem 10rem;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    z-index: 1;
}
.hero_row .hero_col1 {
    width: 50%;
}
.hero_col1 p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    font-family: 'Fraunces', serif;
    padding: 1.5rem 0;
}
.wrapper .static-txt h1 {
    font-size: 48px;
    font-weight: 400;
    color: #02367C;
    font-family: 'Fredoka One', cursive;
    margin: 0;
    padding: 0;
}
.wrapper .dynamic-txts {
    height: 80px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-top: -1.5rem;
}
.dynamic-txts li {
    list-style: none;
    color: #FFFF00;
    font-size: 48px !important;
    font-weight: 400;
    position: relative;
    top: 0;
    animation: slide 12s steps(4) infinite;
}
@keyframes slide {
    100% {
        top: -360px;
    }
}
.dynamic-txts li span {
    position: relative;
    margin: 5px 0;
    line-height: 90px;
    font-family: 'Fredoka One', cursive !important;
    font-size: 48px !important;
    font-weight: 400;
}
.dynamic-txts li span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    height: 100%;
    width: 100%;
    background: #88E4FF;
    border-left: 2px solid #FFFF00;
    animation: typing 3s steps(10) infinite;
}
@keyframes typing {
        40%,
    60% {
        left: calc(100% + 3px);
    }
    100% {
        left: 0;
    }
}
.hero_row .hero_col2 {
    width: 50%;
    margin: 0;
    padding: 0;
}
.hero_col2 img {
    margin: 0 auto;
    padding: 0;
}
.hero_ball_design {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    margin: 0;
    padding: 0;
}
.hero_ball_design img {
    width: 100%;
}
.hero_col1_btn_div {
    display: flex;
    margin: 0;
    padding: 2rem 0 0 0;
    z-index: 5;
}
.hero_col1_btn_div div:last-child {
    padding-left: 2rem;
}
.hero_col1_btn_div .lets_talk_btn_div a {
    background: linear-gradient(90deg, #8E2DE2 0%, #4A00E0 100%);
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
    border: 2px solid transparent;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 1.125rem 5rem;
}
.hero_col1_btn_div .lets_talk_btn_div a:hover {
    background: linear-gradient(90deg, #4A00E0 0%, #8E2DE2 100%);
}
.hero_col1_btn_div .lets_talk_btn_div a:focus {
    outline: none;
}
.hero_col1_btn_div .view_portfolio_btn_div a:focus {
    outline: none;
}
.hero_col1_btn_div .view_portfolio_btn_div a {
    background: transparent;
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    border: 2px solid white;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 1.125rem 5rem;
}
.hero_col1_btn_div .view_portfolio_btn_div a:hover {
    background: white;
    color: #4A00E0;
}
/* ---------------- --
    Hero area end
-- ----------------- */
/* -------------------------------- --
   We provide best it solution start
-- --------------------------------- */
.padding_6 {
    padding: 6rem 0 !important;
}
.it_sol_main_div {
    padding: 5rem 10rem;
}
.all_middleArea_heading_div {
    text-align: center;
    padding: 0;
    margin: 0;
}
.padding_bottom {
    padding-bottom: 5rem;
}
.all_middleArea_heading_div h2 {
    font-size: 38px;
    font-weight: 800;
    color: #270C73;
    margin: 0;
    padding: 0;
}
.all_middleArea_heading_div h2 span {
    color: #015CB0;
}
.all_middleArea_heading_div h2::before {
    content: url('../pictures/icons/Arrow2.svg');
    padding: 0 2rem;
}
.all_middleArea_heading_div h2::after {
    content: url('../pictures/icons/Arrow1.svg');
    padding: 0 2rem;
}
.all_middleArea_heading_mobArrow {
    display: none;
    padding-top: 0.8rem;
}
.it_sol_row {
    display: flex;
    width: 100%;
}
.it_sol_row .it_sol_col {
    width: 50%;
}
.it_sol_all_details_main_div {
    display: flex;
    padding: 2rem;
}
.it_sol_all_details_txt_div {
    margin-left: 2.5rem;
}
.it_sol_all_details_txt_div h3 {
    font-size: 28px;
    font-weight: 800;
    color: #0E2B5C;
    margin-top: .75rem;
}
.it_sol_all_details_txt_div h3 a{
    color: #0E2B5C;
    text-decoration: none;
}
.it_sol_all_details_txt_div h3 a:hover{
    color: #337ab7;
}
.it_sol_all_details_txt_div p {
    font-size: 16px;
    font-weight: 400;
    color: #5A6E8B;
    margin-bottom: 0;
}
.it_sol_all_details_img_div {
    flex-shrink: 0;
}
/* ------------------------------- --
   We provide best it solution start
-- -------------------------------- */
/*-- ------------------------------- --
   We Create Inspiring Work start
-- -------------------------------- */
.inspiring_Work_main_div {
    background: rgba(0, 240, 255, 0.1);
    padding: 5rem 10rem;
}
.all_middleArea_heading_div p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
}
.inspiring_Work_row {
    display: flex;
    width: 100%;
    padding: 2rem 0;
}
/*.inspiring_Work_col1 {
    width: 40%;
    padding: 2rem;
}*/
.inspiring_Work_col1 img {
    margin: 0;
    padding: 0;
    max-width: 600px;
}
/*.inspiring_Work_col2 {
    width: 60%;
    padding: 2rem;
}*/
.blue_gradient_btn {
        padding-top: 2.5rem;
}
.blue_gradient_btn a {
    background: linear-gradient(270deg, #001AFF 7.14%, #00C2FF 91.58%);
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 1rem 2rem;
    margin: 0;
}
.blue_gradient_btn a:hover {
    background: linear-gradient(270deg, #00C2FF 7.14%, #001AFF 91.58%);
    color: white;
}
.blue_gradient_btn a:focus {
    box-shadow: none !important;
    outline: none !important;
    color: white !important;
}
.inspiring_Work_carousel_main_div {
    background: white;
    filter: drop-shadow(0px 0px 8px rgba(90, 90, 90, 0.25));
    border-radius: 10px;
    overflow: hidden;
}
/* .carausilbtn_pos_relative {
    position: relative;
}
.carousel_btn_div {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -6rem;
}
.carousel_btns {
    background: #00B7B7;
    padding: 1rem 1.5rem;
    border-radius: 5px;
} */
/*-- ------------------------------- --
   We Create Inspiring Work end
-- -------------------------------- */
/*-- ------------------------------- --
   what client say start start
-- -------------------------------- */
#carouselClient .carousel-indicators{
    width: 75%;
    transform: translateX(-50%);
    margin-left: 0;
}
.what_client_say_main_div {
    padding: 5rem 10rem;
}
.what_client_say_row {
    display: flex;
    width: 100%;
}
.what_client_say_col1 {
    width: 36%;
    padding: 2px;
}
.what_client_say_col1 div h2 {
    font-size: 42px;
    font-weight: 700;
    color: #270C73;
    margin-top: 5rem;
}
.what_client_say_col1 div h2 span {
    color: #008D96;
}
.what_client_say_col2 {
    width: 64%;
    padding: 2rem;
    overflow: hidden;
}
.what_client_say_rght_div {
    position: relative;
}
.what_client_say_col2_img {
    position: absolute;
    top: -1rem;
    left: 0;
    z-index: 666666;
}
.what_client_say_carousel_Div {
    width: 87%;
    float: right;
    overflow: hidden;
    padding-top: 4.5rem; 
}
.what_client_say_carousel_inner {
    background: #33B6FF;
    border-radius: 10px !important;
    width: 100%;
    padding-top: 1rem;
}
.what_client_say_carousel_content {
    position: relative;
    display: flex;
    justify-content: center;
}
.what_client_say_carousel_img {
    position: absolute;
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -4rem;
    overflow: hidden;
}
.what_client_say_carousel_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.what_client_say_carousel_listBox {
    overflow: visible;
    border-radius: 10px;
}
.what_client_say_name p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-top: 5rem;
    text-align: center;
    color: #000C78;
}
.what_client_say_position p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #f1f1f1;
    margin: 0;
    padding: 0;
}
.what_client_say_msg {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    color: white;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
    padding-bottom: 6rem;
}
.what_client_say_msg p {
    width: 80%;
    text-align: center;
    color: #fff;
}
.what_client_say_carousel_Div .carousel-indicators button {
    background: #D6D6D6 !important;
    width: 15px !important;
    border: none;
    box-shadow: none;
    height: 3px;
}
.what_client_say_carousel_Div .carousel-indicators button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.what_client_say_carousel_Div .carousel-indicators .active {
    background: white !important;
}
/*-- ------------------------------- --
   what client say start end
-- -------------------------------- */
/*-- ------------------------------- --
      Epixel Details start
-- -------------------------------- */
.about_epixel_main_div {
    padding: 5rem 10rem 3rem;
    background: #F3F6F9;
}
.about_epixel_heading h3 {
    font-size: 30px;
    font-weight: 700;
    color: #015CB0;
    text-align: center;
    line-height: 40px;
}
.about_epixel_para {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}
.about_epixel_para p {
    width: 75%;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    text-align: center;
    line-height: 25px;
}
.about_epixel_row {
    display: flex;
    justify-content: space-between;
    padding: 8rem 0 4rem 0;
}
.about_epixel_col {
    width: 25%;
    display: flex;
    justify-content: center;
    padding: 0 4rem;
}
.about_epixel_col .about_epixel_inner_div {
    position: relative;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;

}
.about_epixel_col .about_epixel_inner_div:hover .about_epixel_image_div img {
    transform: scale(1.1);
    transition: 0.2s ease-in;
}
.about_epixel_inner_div h3 {
    font-size: 16px;
    font-weight: 400;
    color: #3F3F3F;
    text-align: center;
    padding-top: 0.5rem;
}
.about_epixel_image_div {
    position: absolute;
    top: -4rem;
}
/*-- ------------------------------- --
     Epixel Details end
-- -------------------------------- */
/*-- ------------------------------- --
    Industry we serve start
-- -------------------------------- */
.industry_we_serve_row {
    display: flex;
    justify-content: space-between;
    padding: 8rem 0 4rem 0;
}
.industry_we_serve_col {
    width: 16.66666%;
    display: flex;
    justify-content: center;
    padding: 0 2rem;
    transition: all 0.25s ease-in-out;
}
.industry_we_serve_col .about_epixel_inner_div {
    position: relative;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.industry_we_serve_col .industry_we_serve_inner_div {
    position: relative;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 2rem;
    display: flex;
    justify-content: center;
    transition: all 0.25s ease-in-out;
    width: 100%;
}
.industry_we_serve_col:hover .industry_we_serve_inner_div{
    bottom: 2rem;
}
.industry_we_serve_inner_div h3 {
    font-size: 18px;
    font-weight: 500;
    color: #02367C;
    text-align: center;
    padding-top: 4rem;
}
/*-- ------------------------------- --
    Industry we serve end
-- -------------------------------- */
/*-- ------------------------------- --
    Technologies we work with starts
-- -------------------------------- */
.technology-section{
    margin-top: 45px;
    margin-bottom: 35px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.tech-para{
    font-size: 18px;
    font-weight: 500;
    color: #02367C;
    text-align: center;
    padding-top: 1rem;
}
.technology-section .tab-icons{
    margin: 0;
    padding: 0;
    width: 100%;
}
.technology-section .tab-icons li{
    list-style: none;
    display: inline-block;
    margin: 10px;
    width: 15%;
}
.technology-section .nav-tabs{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 18px;
}
.technology-section .nav-tabs li{
    float: none;
    display: inline-block;
}
.technology-section .nav-tabs li a{
    color: #4b7288;
    background: #e7f4ff;
    padding: 6px 15px;
    font-size: 16px;
}
.nav-tabs > li> a{
    color: #4b7288;
}
.blog-section .vertical-tab .nav-tabs>li>a {
    border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4b7288;
  font-weight: bold;
  cursor: default;
  border: 2px solid transparent;
  border-bottom-color: #aa2fd2;
}

/*-- ------------------------------- --
       Technologies we work with Ends
-- -------------------------------- */

/*-- ------------------------------- --
       Count Down area start
-- -------------------------------- */
.countdown_section {
    background: #F3F6F9;
    position: relative;
    overflow: hidden;
}
.countdown_main_div {
    padding: 5rem 10rem;
}
.countdown_design_img_lft {
    position: absolute;
    bottom: -2rem;
    left: -2rem;
}
.countdown_design_img_rght {
    position: absolute;
    top: -2rem;
    right: -2rem;
}
.countdown_row {
    display: flex;
    justify-content: space-between;
    padding: 8rem 0 4rem 0;
    flex-wrap: wrap;
}
.countdown_row  .countdown_col{
    margin-bottom: 2rem;
}
.countdown_col .countdown_inner_div {
    position: relative;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 2rem 4rem;
    display: inline-block;
    text-align: center;
}
.countdown_col .countdown_inner_div .about_epixel_image_div{
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
}
.countdown_inner_div h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000C78;
    text-align: center;
    padding-top: 2rem;
}
.countdown_inner_div h3:after {
    content: "+";
}
.countdown_inner_div p{
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.countdown_inner_one_radius {
    border-radius: 5px 5px 5px 50px !important;
}
.countdown_inner_circle {
    border-radius: 50% !important;
}
.countdown_inner_no_radius {
    border-radius: 5px !important;
}
.countdown_inner_two_radius {
    border-radius: 0 50px 0 50px !important;
}
/*-- ------------------------------- --
       Count Down area end
-- -------------------------------- */
/*-- ------------------------------- --
       Our Blog start
-- -------------------------------- */
.blog_top_div {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    /* grid-row-gap: 20px;
    grid-column-gap: 20px; */
    grid-gap: 25px;
    position: relative;
    padding: 15rem 0 4rem 0;
}
.our_blog_absolute_img {
    position: absolute;
    top: 12px;
    left: -25px;
}
.blog_top_div a {
    text-decoration: none;
    margin: 0;
    padding: 0
}
.blogdiv1 {
    grid-row: 1/-1;
}
.blog_txt_cntnt_div {
    padding: 2rem 0.8rem;
}
.blog_time_view {
    display: flex;
    justify-content: space-between;
}
.blog_main_div {
    background: #FBFBFB;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 1px solid transparent;
    height: 100%;
}
.blog_main_div:hover {
    box-shadow: 0px 0px 6px 2px rgba(0, 242, 255, 0.25);
    border: 1px solid #00FFF0;
}
.blog_time_view div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #656565;
}
.blog_txt_cntnt_div h3 {
    font-size: 20px;
    font-weight: 500;
    color:
        #434141;
}
.blog_txt_cntnt_div p {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
}
.blog_image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.blog_image img {
    width: 100%;
}
.blog_txt_cntnt_div_rght {
    padding: 1rem 1.25rem;
}
.blog_time_view_rght {
    display: flex;
    justify-content: space-between;
}
.blog_main_div_rght {
    background: #FBFBFB;
    box-shadow: 0px 0px 69px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 1px solid transparent;
}
.blog_main_div_rght:hover {
    box-shadow: 0px 0px 6px 2px rgba(0, 242, 255, 0.25);
    border: 1px solid #00FFF0;
}
.blog_time_view_rght div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #656565;
}
.blog_txt_cntnt_div_rght h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #434141;
    margin: 0;
    padding: 0.8rem 0;
}
.blog_image_rght {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.blog_image_rght img {
    width: 100%;
}
/*-- ------------------------------- --
      Our Blog end
-- -------------------------------- */
/*-- ------------------------------- --
       We are a recognized agency atart
-- -------------------------------- */
.main2 {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(1, auto);
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    /* grid-row-gap: 20px;
    grid-column-gap: 20px; */
    grid-gap: 35px;
    position: relative;
    padding: 4rem 0;
}
.agency1 {
    display: flex;
    justify-content: center;
}
.agency2 {
    display: flex;
    justify-content: center;
}
.agency3 {
    display: flex;
    justify-content: center;
}
.agency4 {
    display: flex;
    justify-content: center;
}
/*-- ------------------------------- --
     We are a recognized agency end
-- -------------------------------- */
/*-- ------------------------------- --
             Footer start
-- -------------------------------- */
.footer {
    background: #00B2FF url('../pictures/other-images/footer-bg-design.webp');
    background-blend-mode: multiply;
    position: relative;
}
.bg-none-footer{
    background: linear-gradient(90deg, #0063E7 0%, #0283BA 100%);
    position: relative;
    overflow: hidden;
}
.bg-none-footer::before{
    content: url('../pictures/other-images/multiple-dots.svg');
    position: absolute;
    top: -2rem;
    left: -2rem;
}
.bg-none-footer::after{
    content: url('../pictures/other-images/multiple-dots.svg');
    position: absolute;
    right: -2rem;
    bottom: -2rem;
}
/*.bg-none-footer {
    background: transparent !important;
}*/
.main3 {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(1, auto);
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    /* grid-row-gap: 20px;
    grid-column-gap: 20px; */
    grid-gap: 35px;
    position: relative;
    padding: 4rem 0 3rem 0;
}
.main3.updated {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 35px;
    position: relative;
    padding: 2rem 0 2rem 0;
}
.footer.updated .footer1{
    border-bottom: 1px solid #fff;
}
.footer1 p {
    font-size: 14px;
    font-weight: 400;
    color: #E3E3E3;
    padding: 1rem 0;
    padding-right: 1.5rem;
    margin-top: 1rem;
}
.footer_common h5 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.footer_common ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.footer_common ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #F2F2F2;
    line-height: 35px;
    text-decoration: none;
}
.footer_common ul li a:hover {
    color: white;
}
.footer_get_touch h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 0 0 1rem 0;
}
.footer_get_touch_info {
    display: flex;
    justify-content: center;
}
.footer_get_touch_info.updated{
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.25rem;
    padding-top: .75rem;
}
.footer_get_touch_info div {
    padding: 0 1rem;
}
.footer_get_touch_info.updated div {
    padding: 0;
}
.footer_get_touch_info.updated div img{
    min-width: 20px;
    max-width: 20px;
    margin-right: .85rem;
}
.footer_get_touch_info div a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.footer_get_touch_info div a:hover {
    color: rgb(236, 230, 230);
}
.footer_get_touch_social {
    display: flex;
    justify-content: center;
    z-index: 99999;
}
.footer_get_touch_social.updated{
    justify-content: flex-start;
}

/*.footer_get_touch_social.updated div {
    margin: 2.5rem 1rem 0 0;
}*/
.footer_get_touch_social div:hover svg>path {
    fill: #5E5E5E !important;
}
.footer_get_touch_social a{
    display: inline-flex;
}
.footer_bottom_part {
    background: #02367C;
    margin: 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_bottom_part p {
    font-size: 14px;
    font-weight: 300;
    color: white;
    margin: 0;
    padding: 0;
    text-align: center;
}
/*-- ------------------------------- --
             Footer end
-- -------------------------------- */

/* Work page css start from here */
/*-- ------------------------------- --
             Hero Area Start
-- -------------------------------- */
.work_hero_main_div {
    background-image: url('../pictures/other-images/hero_area.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.5rem 10rem;
}
.work_hero_lft_div h1 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.work_hero_lft_div p {
    font-size: 20px;
    font-weight: 500;
    color: #FAFF00;
    font-family: 'Open Sans', sans-serif;
}
.work_hero_agency_maindiv {
    padding: 3rem 0 1rem 0;
}
.work_hero_agency_maindiv h5 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.work_hero_agency {
    display: flex;
}
.work_hero_agency div {
    padding: 1rem;
}
.work_hero_agency div:first-child {
    padding-left: 0;
}
.work_hero_agency div:last-child {
    padding-right: 0;
}
.work_carousel_maindiv {
    display: flex;
    justify-content: flex-end;
    margin-top: 6rem;
    gap: 1rem;
}
.work_hero_carousil_card {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.47);
    border-radius: 10px;
    padding: 2rem 0;
    min-width: 230px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.work_hero_carousil_card p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 5rem 1rem 0 1rem;
}
/*-- ------------------------------- --
             Hero Area End
-- -------------------------------- */
/*-- ------------------------------- --
             Middle area start
-- -------------------------------- */
.work_middle_swtch_div {
    display: flex;
    justify-content: end;
    margin: 2rem 0;
    width: 100%;
}
.work_middle_swtch_div div {
    margin: 0 1rem;
}
.work_middle_swtch_div div:last-child {
    margin-right: 0;
}
.work_middle_swtch_div div .btn {
    background: white;
    border: 1px solid #0E76A8;
    font-size: 18px;
    font-weight: 400;
    color: #0E76A8;
    padding: 0.6rem 3rem;
    border-radius: 50px;
}
.work_middle_swtch_div div .active {
    background: #0E76A8;
    color: white;
}
.work_middle_swtch_div div .btn:hover {
    background: #0E76A8;
    color: white;
}
.work_middle_swtch_div div .btn:focus {
    box-shadow: none;
    outline: none;
}
.work_middle_rght_div {
    text-align: center;
}
.work_middle_lft_imgdiv {
    display: flex;
    justify-content: center;
}
.work_middle_rght_imgdiv {
    display: flex;
    justify-content: center;
}
.work_middle_rght_div h3 {
    font-size: 42px;
    font-weight: 800;
    color: #270C73;
}
.work_middle_rght_div h6 {
    font-size: 20px;
    font-weight: 500;
    color: #323232
}
.work_middle_rght_div p {
    font-size: 16px;
    font-weight: 300;
    color: #2D2D2D;
    padding: 2rem;
    padding-bottom: 0;
}
.work_middle_contents .row {
    background: #FBFBFB;
    border: 1px solid #D2D2D2;
    border-radius: 25px;
    margin: 3rem 0;
    padding: 1rem 0;
    display: flex;
    align-items: center;
}
.heading-color1 h3 span {
    color: #015CB0;
}
.heading-color2 h3 span {
    color: #0FB756;
}
.heading-color3 h3 span {
    color: #A56300;
}
.heading-color4 h3 span {
    color: #00B2FF;
}
.heading-color5 h3 span {
    color: #C200C6;
}
.heading-color6 h3 span {
    color: #FFCE31;
}
.heading-color7 h3 span {
    color: #A56300;
}
.heading-color8 h3 span {
    color: #FFCE31;
}
.heading-color9 h3 span {
    color: #AE2727;
}
.heading-color10 h3 span {
    color: #31FF90;
}
.heading-color11 h3 span {
    color: #27A6AE;
}
.heading-color12 h3 span {
    color: #735C0C;
}
.heading-color13 h3 span {
    color: #C200C6;
}
.heading-color14 h3 span {
    color: #0C7360;
}
.heading-color15 h3 span {
    color: #008AC6;
}
/* Company css start from here */
/*-- ------------------------------- --
             Hero Area Start
-- -------------------------------- */
.company_hero_div {
    position: relative;
    background: url("../pictures/other-images/company-hero-bg.png") bottom no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0 25rem 0;
}
.company_hero_div h1 {
        font-size: 30px;
    font-weight: 600;
    color: #FAFF00;
    line-height: 42px;
}
.company_hero_div h1 span {
    color: #fff;
}
.company_hero_div p {
        font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.company_hero_div .btn {
    background: linear-gradient(90deg, #8E2DE2 0%, #4A00E0 100%);
    border-radius: 50px;
    padding: 0.75rem 2rem;
    margin: 2rem 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.company_hero_div .btn:hover {
    background: linear-gradient(90deg, #4A00E0 0%, #8E2DE2 100%);
}
.company_hero_div .btn:focus {
    box-shadow: none;
    outline: none;
}
.mission_vision_absolute {
    position: absolute;
    background: #FFF;
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    left: 50%;
    bottom: -20rem;
    transform: translate(-50%);
    padding: 3rem;
    z-index: 2;
    min-width: 65%;
}
.mission_vision_absolute h6 {
    font-size: 24px;
    font-weight: 700;
    color: #0047FF;
}
.mission_vision_absolute p {
    font-size: 18px;
    font-weight: 400;
    color: #717171;
}
/* mob */
.mission_vision_mobile {
    background: #FFF;
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 3rem;
    margin: 3rem 0;
}
.mission_vision_mobile h6 {
    font-size: 24px;
    font-weight: 700;
    color: #0047FF;
}
.mission_vision_mobile p {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
}
/*-- ------------------------------- --
             Hero Area end
-- -------------------------------- */
/*-- ------------------------------- --
            Who we are Area Start
-- -------------------------------- */
.who_we_are_section {
    margin-top: 25rem;
    background: rgba(0, 255, 255, 0.05);
    padding: 4rem 0;
}
.who_we_are_txt h6 {
    font-size: 36px;
    font-weight: 800;
    color: #02367C;
}
.who_we_are_txt p {
    font-size: 20px;
    font-weight: 400;
    color: #656565;
}
/*-- ------------------------------- --
            Who we are Area end
-- -------------------------------- */
/*-- ------------------------------- --
          What we do Area Start
-- -------------------------------- */
.what_we_do_section {
    padding: 4rem 0;
}
.who_we_are_txt h6 {
    font-size: 32px;
    font-weight: 800;
    color: #02367C;
}
.who_we_are_txt p {
    font-size: 18px;
    font-weight: 400;
    color: #656565;
}
/*-- ------------------------------- --
          What we do Area end
-- -------------------------------- */
/*-- ------------------------------- --
          Our work Area Start
-- -------------------------------- */
.our_work {
    background: rgba(0, 102, 255, 0.05);
    padding: 4rem 0;
}
.our_work_right_div h6 {
    font-size: 36px;
    font-weight: 800;
    color: #270C73;
    text-align: center;
}
.our_work_right_div h6 span {
    color: #015CB0;
}
.our_work_right_div p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.our_work_right_img img {
    width: 300px;
    height: auto;
}
.our_work_right_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_work_btn {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}
/*-- ------------------------------- --
          Our work Area end
-- -------------------------------- */
/*-- ------------------------------- --
    How to engage with us Area Start
-- -------------------------------- */
.how_engage_section {
    padding: 4rem 0;
}
.how_engage_heading h4 {
    font-size: 36px;
    font-weight: 600;
    color: #270C73;
    text-align: center;
    margin-bottom: 3rem;
}
.how_engage_heading h4 span {
    color: #015CB0;
}
.how_engage_box {
    display: flex;
    justify-content: center;
}
.how_engage_box div img{
margin-left: auto;
margin-right: auto;
}
.how_engage_heading p {
    text-align: center;
}
.how_engage_box div {
    border: 1px solid #717171;
    box-shadow: 0px 0px 4px rgba(113, 113, 113, 0.25);
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 2rem;
    overflow: hidden;
    padding: 1.5rem;
}
.how_engage_box div p {
    font-size: 22px;
    font-weight: 700;
    color: #2D2D2D;
    text-align: center;
    margin-top: 1rem;
}
/*-- ------------------------------- --
     How to engage with us Area end
-- -------------------------------- */
/*-- ------------------------------- --
     Why Epixel Area end
-- -------------------------------- */
.why_epixel_section {
    padding: 4rem 0;
    background: rgba(247, 248, 253, 0.5);
}
.margin-top-5 {
    margin-top: 8rem;
}
.how_engage_card {
    display: flex;
    margin-bottom: 20px;
}
.col .how_engage_card:last-child {
    margin-bottom: 0;
}
.how_engage_card img {
    width: 100px;
    height: 76px;
}
.how_engage_card div {
    margin-left: 1rem;
}
.text-align-right div {
    margin-right: 1rem;
}
.text-align-right {
    text-align: right;
}
.how_engage_card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.how_engage_card p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.why_epixel_man_img {
    display: flex;
    justify-content: center;
}
/*-- ------------------------------- --
     Why Epixel Area end
-- -------------------------------- */
/*-- ------------------------------- --
            Why Epixel Area Start
-- -------------------------------- */
.development_process_section {
    background: #00B2FF;
    padding: 4rem 0;
}
.development_process_heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #FFF0BE;
    text-align: center;
}
.margin_top_5 {
    margin-top: 5rem;
}
.development_process_img {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
.hire_team_txt {
    margin-top: 3rem;
}
.hire_team_txt img div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hire_team_txt div {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}
.hire_team_btn {
    margin-top: 4rem;
    display: block !important;
}
/*-- ------------------------------- --
            Why Epixel Area end
-- -------------------------------- */
/*-- ------------------------------- --
            What client say Area start
-- -------------------------------- */
.what_client_say_section {
    background: rgba(245, 245, 245, 0.8);
}
/*-- ------------------------------- --
            What client say Area end
-- -------------------------------- */
/*-- ------------------------------- --
    Technology we work start
-- -------------------------------- */
.tech_we_work_btns {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    /* grid-row-gap: 20px;
    grid-column-gap: 20px; */
    grid-gap: 5px;
    position: relative;
    text-align: center;
}
.tech_we_work_btns div {
    border: 1px solid #6F00B2;
    padding: 0.5rem 2rem;
    border-radius: 50px;
    margin: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tech_we_work_btns .active {
    background: #6F00B2;
    color: #fff;
}
.tech_we_work_btns div:hover {
    border: 1px solid #6F00B2;
    background: #6F00B2;
    color: #fff;
}
.tech_we_work_logo {
    background: #FFF;
    border: 1px solid #D2D2D2;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.tech_we_work_logo img {
    width: 100%;
}
.margin-top-4 {
    margin-top: 4rem;
}
.techWeWorkLogoMain {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    /* grid-row-gap: 20px;
    grid-column-gap: 20px; */
    grid-gap: 15px;
    text-align: center;
}
.techWeWorkLogoShowHide {
    display: none;
}
.techWeWorkLogoShow {
    display: block;
}
/*-- ------------------------------- --
    Technology we work end
-- -------------------------------- */
/*-- ------------------------------- --
    latest blog company start
-- -------------------------------- */
.company_latest_blog {
    background: rgba(0, 240, 255, 0.05);
}
/*-- ------------------------------- --
    latest blog company end
-- -------------------------------- */
/*-- ------------------------------- --
    company Contact form end
-- -------------------------------- */
.company_contact_us {
    position: relative;
    background: linear-gradient(90deg, #5433FF 0%, #20BDFF 100%);
    display: flex;
    justify-content: center;
    height: 345px;
    margin-top: 18rem;
    margin-bottom:15rem;
}
.company_contact_us_absolute {
    position: absolute;
    background: #FFF;
    border: 1px solid #D2D2D2;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
    width: 80%;
    padding:0 2rem 2rem 2rem;
    top: -10rem;

}
.company_contact_us_left {
    margin-bottom: 2rem;
}
.company_contact_us_left p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-top: 0.5rem;
}
.company_contact_us_left a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-top: 0.5rem;
}
.company_contact_us_form form input{
    width: 100%;
    margin-top: 2rem;
    padding:1rem 2rem;
    border-radius: 50px;
    border: 1px solid #CFCFCF;
    appearance: none;
    color:#888787 ;
}

.company_contact_us_form form input::placeholder{
color:#a5a1a1 ;
}
.company_contact_us_form form select{
    width: 100%;
    margin-top: 2rem;
    padding:0 2rem;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #CFCFCF;
    appearance: none;
}
.company_contact_us_form form select option:first-child{
    color: #a5a1a1;
    display: none;
}
.company_contact_us_form form .form-control{
    color: #888787;
}
.company_contact_us_form form select option{
    color: rgb(51, 51, 51);
}
.company_contact_us_form form  input::-webkit-outer-spin-button,
.company_contact_us_form form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.company_contact_us_form form  input[type=number]{
    -moz-appearance: textfield;
}
.company_contact_us_form form input:focus{
    border: 1px solid #66afe9!important;
    outline: #66afe9;
    color:#5b5959 ;
}
.company_contact_us_form form select:focus{
    border: 1px solid #66afe9!important;
    outline: #66afe9;
    color:#5b5959 ;
    box-shadow: none;
}
.company_form_btn{
    display: flex;
    justify-content: center;
}
.company_form_btn button{
background: linear-gradient(90deg, #5433FF 0%, #20BDFF 100%);
color: white;
border-radius: 50px;
padding: 0.8rem 3.5rem;
}
.company_form_btn button:hover{
    background: linear-gradient(90deg, #20BDFF  0%, #5433FF 100%);
    color: white;
    }
    .company_form_btn button:focus{
     box-shadow: none;
     outline: none!important;
     border: none!important;
     color: white;
        }
        .company_contact_us_form_head h6{
font-size: 20px;
font-weight: 500;
color: #0E314C;
text-align: center;
        }
        .company_contact_us_form_head p{
            font-size:18px;
            font-weight: 500;
            color: #434141;
            text-align: center;
                    }
/*-- ------------------------------- --
    company Contact form end
-- -------------------------------- */
/*-- ------------------------------- --
             Middle area End
-- -------------------------------- */

/* Blog Page Area start */
/*-- ------------------------------- --
             Hero area Start
-- -------------------------------- */
.blog_hero_main_div{
        background-image: url('../pictures/other-images/del.png');
        background-repeat: no-repeat;
        background-size:cover;
        padding: 9rem 0rem;

}
.blog_hero_image_col{
    display: flex;
    justify-content: center;
}
.blog_hero_image{
width: 600px;
margin: 0;
padding: 0;
margin-top: -5rem;
}
.blog_hero_right_txt h1{
font-size: 36px;
font-weight: 800;
color: #fff;
}
.blog_hero_right_txt h1 span{
    color: #FAFF00;
    }
    .blog_hero_right_txt p{
        font-size: 18px;
        font-weight:400;
        color: #fff;
        }
/*-- ------------------------------- --
             Hero area End
-- -------------------------------- */
/*-- ------------------------------- --
             Middle area Start
-- -------------------------------- */
.horizontal_line{
    border-top: 1px solid #D2D2D2;
    width: 100%;
    margin: 2rem 0;
}
.blog_heading{
display: flex;
justify-content: center;
padding: 2rem 0;
}
.blog_latest_artcl h2{
    font-size: 27px;
    font-weight:700;
    color: #000061;
    padding: 1rem 0;
}
.blog_latest_artcl img{
width: 100%;
height: auto;
}
.blog_detail_social_main_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.blog_detail_div{
    display: flex;

}
.blog_detail_div div{
    display: flex;
    margin-left:1.2rem;
}
.blog_detail_div div:nth-child(1){
    display: flex;
    margin-left:0;
}
.blog_detail_div div span{
    font-size: 14px;
    font-weight: 400;
    color: #656565;
}
.blog_detail_div img{
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}
.blog_social_div{
    display: flex;
}
.blog_latest_artcl p{
font-size: 18px;
font-weight: 400;
color: #656565;
}
.latest_blog_btn_div{
    padding: 1rem 0;
}
.latest_blog_btn_div button{
    background: linear-gradient(270deg, #8A31FF 13.58%, #2D40B7 88.27%);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 0.5rem 2rem;
}
.latest_blog_btn_div button:hover{
    background: linear-gradient(270deg, #2D40B7 13.58%, #8A31FF 88.27%);
    color: white;
}
.latest_blog_btn_div button:focus{
    outline: none!important;
    color: white;
}
.blog_card_div{
    padding: 1rem 0;
}
.blog_card_div a{
    text-decoration: none;
}
.blog_recent_post_head h3{
font-size: 18px;
font-weight: 500;
color: #0E2B5C;
padding: 1.5rem 0 0;
}
.blog_recent_post_head p{
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    text-decoration: none!important;
    }
    .recent_blog_btn button{
        background: linear-gradient(270deg, #00C2FF 7.14%, #001AFF 91.58%)!important;
        padding: 1rem 0;

    }
    .recent_blog_main_div_rght {
        background: #FFF;
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.125);
border-radius: 10px;
border:1px solid transparent;
    }
    .recent_blog_main_div_rght:hover {
        box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.225)
        border: 1px solid #00FFF0;
    }
    .recent_blog_btn{
        padding: 1rem 0;
    }
    .recent_blog_btn button{
        background: linear-gradient(270deg, #00C2FF 7.14%, #001AFF 91.58%)!important;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 400;
        color: white;
        padding: 0.5rem 2rem;
    }
    .recent_blog_btn button:hover{
        background: linear-gradient(270deg, #001AFF 13.58%, #00C2FF 88.27%)!important;
        color: white;
    }
    .recent_blog_btn button:focus{
        outline: none!important;
        color: white;
    }
    /*  */
    .blog_rght_search{
display: flex;
border: 1px solid #C4C4C4;
border-radius: 50px;
overflow: hidden;
width: 100%;


    }
    .blog_rght_search a{
        background:#0E76A8;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 1.5rem;
        border-radius: 50px;
        margin-left: auto;

    }
    .blog_rght_search button{
        background:#0E76A8;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 1.5rem;
        border-radius: 50px;
        margin-left: auto;

    }

    .blog_rght_search div:nth-child(1){
       width: 100%;
    }
    .blog_rght_search div input{
border: none;
box-shadow: none;
width: 100%;
padding:1.5rem 1.5rem;
    }
    .blog_rght_search div input:focus{
        border: none;
        box-shadow: none;
        outline: none;
            }

            .right-side-common-main-div{
                margin-bottom:3rem;
            }
            .blog_page_mdl_section{
                padding: 5rem 0;
            }
            .right-side-common-heading-div1 h5 {
                font-size: 20px;
                font-weight: 700;
                color: #2F343D;
                background: rgba(0, 109, 255, 0.2);
                border-radius: 25px;
                padding: 1.5rem 1.5rem;
            }
            .right-side-common-heading-div2 h5 {
                font-size: 20px;
                font-weight: 700;
                color: #2F343D;
                background: rgba(0, 255, 209, 0.2);
                border-radius: 25px;
                padding: 1.5rem 1.5rem;
            }
            .right-side-common-heading-div3 h5 {
                font-size: 20px;
                font-weight: 700;
                color: #2F343D;
            background: rgba(97, 0, 255, 0.2);
                border-radius: 25px;
                padding: 1.5rem 1.5rem;
            }
            .right-side-common-heading-div4 h5 {
                font-size: 20px;
                font-weight: 700;
                color: #2F343D;
                background: rgba(36, 255, 0, 0.2);
                border-radius: 25px;
                padding: 1.5rem 1.5rem;
            }
            .right-side-common-heading-div5 h5 {
                font-size: 20px;
                font-weight: 700;
                color: #2F343D;
                background: rgba(255, 153, 0, 0.2);
                border-radius: 25px;
                padding: 1.5rem 1.5rem;
            }
            .right-side-common-border {
                border: 1px solid #C4C4C4;
                border-top: none;
                border-top: 0;
                border-radius:25px;
                padding-bottom: 1rem;
            }

            .right-side-userList-div ul {
                list-style-image: url('../pictures/icons/blog_arrow-right-circle.png');
                padding-inline: 1rem;
                margin-top: 2rem;
                margin-left: 4rem;
                margin-right: 1.5rem;
            }
            .right-side-userList-div ul li::marker{
              position: relative;
              top: 10px;
            }
            .right-side-userList-div ul li {
                color: rgba(32, 32, 32, 0.85);
                font-size: 18px;
                font-weight: 400;
                padding-left: 0.8rem;
                margin-bottom: .5rem;

            }
            .right-side-userList-div ul li:hover {
                list-style-image: url('../pictures/icons/blog_arrow-right-circle2.png');
            }
            .right-side-userList-div ul li a {
                text-decoration: none;
                color: rgba(32, 32, 32, 0.85);
                position: relative;
                top: -6px;
                font-size: 16px;
            }
            .blog_padding{
                padding:0 1rem;
            }
            .blog_padding a{
            text-decoration: none;
            }
            .blog_poppular_tags{
                background: #2797FF;
                border-radius: 50px;
                color: white;
                font-size: 16px;
                font-weight: 400;
                padding: 0.6rem 0;
                width: 100%;
                white-space: nowrap;
                margin: 0.8rem 0;
                text-align: center;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-inline: 1rem;
            }
            .blog_poppular_tags:hover{
                background: #368ee0;
            }
/*-- ------------------------------- --
             Middle area End
-- -------------------------------- */

/*-- ---  Single blog page css start --*/
/*-- ------------------------------- --
             Middle area Start
-- -------------------------------- */
.blog_content_start{
    margin: 3rem 0;
}
.blog_content_start p{
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    line-height: 25px;
}
.blog_content_start h2{
    font-size: 16px;
    font-weight: 600;
    color: #141414;
    line-height: 25px;
}
.about_author_div h5{
    font-size: 20px;
    font-weight: 700;
    color: #141414;
    line-height: 25px;
    margin-bottom: 6rem;
}
.about_author_div{
    margin-top:6rem;
}
.about_author_card_div{
    position: relative;
    border: 1px solid #E3E3E3;
filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
border-radius: 20px;
}
.about_author_card_img{
    position: absolute;
width: 95px;
height: 95px;
background:linear-gradient(90deg, #FC00FF 0%, #00DBDE 100%);
border-radius: 50%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
top: -5rem;
left: 50%;
transform: translate(-50%);
}
.about_author_card_img img{
    width: 85px;
    height: 85px;
    }
    .about_author_para{
        padding:0.5rem 2rem;
    }
    .about_author_para p{
       font-size: 16px;
       font-weight: 400;
       color: #000;
       text-align: center;
    }
    .about_author_para p span{
        color: #4E0255;
     }
    .Author_name{
margin-top: 5.5rem;
    }
    .Author_name h6{
        font-size: 16px;
        font-weight: 700;
        color: #015CB0;
        text-align: center;
    }
/*-- ------------------------------- --
             Middle area End
-- -------------------------------- */
/*-- ---  Single blog page css End --*/


/*-- --- Contact us page css Start --*/

/*-- ------------------------------- --
             Middle area Start
-- -------------------------------- */

.contact_hero_right_txt h1{
    font-size: 36px;
    font-weight: 800;
    color: #fff;
}
.contact_hero_right_txt h1 span{
    color: #FAFF00;
}
.contact_hero_right_txt p{
    font-size: 18px;
    font-weight:400;
    color: #fff;
}
.contact_hero_right_txt h6{
    font-size: 24px;
    font-weight: 500;
    color:white;
}
.contact_left_main_div{
    position: relative;
    padding:0;
    margin: 57px 0;
}
.contact_left_absolute_img{
    position: absolute;
    top: -12rem;
    left: -1rem;
}
.contact_left_details{
    display: flex;
    margin-top: 22px;
}
.contact_left_details div{
    margin-left: 1rem;
}
.contact_left_details div h6{
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.contact_left_details div p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.contact_right_main_div{
    background: #FFFFFF;
    border: 1px solid #BCC7D8;
    padding:10px 30px 30px 30px;
    margin: 57px 0;
}
.contact_right_main_div .form{
    margin-bottom: 0;
}
.contact_inputs_div{
    border: 1px solid #B3B3B3;
    border-radius: 50px;
    padding: 0.6rem 2rem 0.6rem 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}
.contact_inputs_div input, .contact_inputs_div select, .contact_inputs_div textarea {
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    padding:0 2rem;
}
.contact_inputs_div input::placeholder{
   font-size: 16px;
   font-weight: 400;
   color: #A0A0A0;
   margin: 0;
   padding: 0;
}
.contact_inputs_div textarea{
    padding-top: 1rem;
}
.contact_inputs_div textarea{
resize: vertical;
}
.contact_inputs_div input:focus, .contact_inputs_div select:focus, .contact_inputs_div textarea:focus {
    box-shadow: none;
}
.contact_inputs_div .text-group{
    width: 100%;
}
.contact_form_btn{
    display: flex;
    justify-content: center;
    margin: .65rem 0;
}
.contact_form_btn .btn{
    background: linear-gradient(270deg, #001AFF 7.14%, #00C2FF 91.58%);
    border-radius: 50px;
    color: white;
    padding: 1rem 6rem;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
    font-size: 18px;
}
.contact_form_btn .btn:hover{
    background: linear-gradient(270deg, #00C2FF 7.14%, #001AFF 91.58%);
    color: white;
}
/* free consult css */
.free_consult_hero_absolute{
    display: flex;
    left: 50%;
    transform: translate(-50%);
}
.free_consult_hero_absolute{
    position: absolute;
    background: rgba(0, 255, 255, 0.05);
    border: 1px solid #C2C2C4;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.free_consult_hero{
   display: flex;
   justify-content: space-between;
   width: 100%;
}
.margin-bottom-15{
   margin-bottom: 15rem;
}
.margin-top-0{
    margin-top: 0;
}
.free_consult_form_h6{
   font-size: 24px;
   font-weight: 700;
   color: #000;
   margin: 0;
   padding: 0;
   padding: 2rem;
}
/*-- --- Contact us page css End --*/
/* IOS development page css start */
.ios_hero_area_section {
    overflow: hidden;
}
.ios_hero_area_main_div {
    background-image: url('../pictures/other-images/hero_area2.png');
    background-size: 100% 100%;
    padding: 2rem 0;
}
.ios_hero_head_div h5 {
    font-size: 30px;
    font-weight: 600;
    color: #FFE600;
}
.ios_hero_head_div h5 span {
    color: white;
}
.ios_hero_head_div p {
    font-size: 18px;
    font-weight: 400;
    color: white;
}
.ios_btn_div {
    margin: 2rem 0;
}
.ios_btn_div a .btn {
    margin: 0.5rem 0;
}
.ios_btn_div a .btn {
    background: linear-gradient(90deg, #8E2DE2 0%, #4A00E0 100%);
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    outline: none;
}
.ios_btn_div a:nth-child(1) .btn {
    background: linear-gradient(90deg, #8E2DE2 0%, #4A00E0 100%);
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 0.8rem 2.5rem;

}
.ios_btn_div a:nth-child(2) .btn {
    background: transparent;
    border: 1px solid white;
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    margin-left: 1.5rem;
}
.ios_btn_div a:nth-child(1):hover .btn {
    background: linear-gradient(90deg, #4A00E0 0%, #8E2DE2 100%);
}
.ios_btn_div a:nth-child(2):hover .btn {
    background: white;
    border: 1px solid #4A00E0;
    color: #4A00E0;
}
.ios_middle_first_section {
    background: rgba(0, 255, 255, 0.05);
    padding: 2rem 0;
}
.ios_mdl_top_para {
    margin-top: 3rem;
}
.ios_mdl_top_para p {
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 26px;
}
.ios_common_head {
    text-align: center;
    margin: 5rem 0;
}
.ios_common_head h5 {
    font-size: 36px;
    font-weight: 600;
    color: #270C73;
}
.ios_common_head h5 span {
    color: #015CB0;
}
.ios_common_head p {
    font-size: 14px;
    font-weight: 400;
    color: #3A3A3A;
}
.ios_normal_card {
    background: #FFF;
    border: 1px solid #B3B3B3;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    margin: 1.5rem 0;
}
.ios_normal_card h4 {
    font-size: 24px;
    font-weight: 700;
    color: rgba(34, 0, 245, 0.75);
}
.ios_dvlpmnt_srvc_sctn {
    background: rgba(0, 209, 255, 0.05);
    padding: 0rem 0 4rem 0;
    margin: 5rem 0;
}
.ios_mdl_center_img {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}
.ios_mdl_imgs {
    display: block;
}
/* ios why choose area */
.panelMain-title>a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\2212";
        background: #001AFF;
        padding: 5px 15px 2px 15px;
        color: white;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 90%;
        transform: translate(-10% , -50%);
}
.panelMain-title>a.collapsed:before {
    float: right !important;
    content: "\002B";
}
.panelMain-title>a:hover,
.panelMain-title>a:active,
.panelMain-title>a:focus {
    text-decoration: none;
}
.panelHeadTab {
    padding: 10px 15px!important;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panelMain {
    margin-bottom: 20px !important;
    background-color: #fff;
    border: 1px solid transparent;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #00bcd4;
    text-align: center;
    color: #fff;
}
.panel-default>.panelHeadTab {
    background: white!important;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    width: 100%;
}
.iphone_img_div {
    margin-bottom: 2rem;
}
.top_rated_ios_com {
    background: url('../images/other-images/top_rated_bg.png');
    background-size: cover;
    margin: 4rem 0;
    padding: 4rem 1rem;
}
.top_rated_ios_main {
    background: #FAFAFA;
    box-shadow: 4px 4px 17px 3px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 3rem;
}
.margin-top-rated-com {
    margin-top: 1rem;
}
.margin-top-rated-com div {
    margin-top: 3.5rem;
}
.item-center {
    display: flex;
    justify-content: center;
}
.our-word-bg {
    background: #F5F5F5;
}
.ios-num-say-lft {
    display: flex;
    justify-content: center;
}
.ios-num-say-rght {
    display: flex;
    justify-content: center;
}
/* IOS development page css end */
/* Vegafit page css Start */
.vegafit_hero_area_main_div {
    background: linear-gradient(90deg, rgba(140, 121, 255, 0.75) 0%, rgba(25, 117, 242, 0.62) 100%);
    background-size: 100% 100%;
    padding: 2rem 0;
}
.vegafit_last_sec_bg {
    background: rgba(173, 0, 255, 0.02);
}
.about_vegafit_heading {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.how_hobo_work_para {
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 26px;
}
.vagafit_what_we_do_head {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 3rem;
}
.vagafit_what_we_do {
    background: #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-left: 10px solid #7C00B6;
}
.vagafit_what_we_do p {
    font-size: 18px;
    font-weight: 500;
    color: #9D9D9D;
    text-align: center;
    padding: 0.4rem 0;
}
.vagafit_what_we_do {
    background: #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-left: 10px solid #7C00B6;
}
.vagafit_what_we_do p {
    font-size: 18px;
    font-weight: 500;
    color: #9D9D9D;
    text-align: center;
    padding: 0.4rem 0;
}
.vagafit_what_we_do1 {
    background: #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-right: 10px solid #7C00B6;
}
.vagafit_what_we_do1 p {
    font-size: 18px;
    font-weight: 500;
    color: #9D9D9D;
    text-align: center;
    padding: 0.4rem 0;
}
.vagafit_what_we_do_para {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.vagafit_what_we_do_para1 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.margin_top_bottom {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.reason_vegafit_card {
    border: 1px solid #CFCFCF;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    padding: 2rem 0;
    margin-bottom: 1rem;
    background: white;
}
.reason_vegafit_card p {
    margin-top: 1rem;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.vegafit_bg_img {
    background-image: url('../images/other-images/vegafit_bg.png');
    background-size: 100% 100%;
}
.vegafit_offer_section {
    background: rgba(173, 0, 255, 0.05);
}
.bg-about-hobo {
    background: rgba(0, 255, 255, 0.05);
}
/* Vegafit page css end */
/* Stawly page css start */
.bg-stawly-top {
    background: rgba(0, 255, 163, 0.02);
    padding: 1rem 0;
}
.stawly-invoice-list {
    margin: 2rem 0;
}
.stawly-invoice-list ul li {
    padding: 1rem 0;
    font-size: 18px;
    font-weight: 400;
}
/* Stawly page css end */
/* Career page css start */
.career-bg-clr {
    background: #F0F0F0;
}
.career_job_main_div {
    border: 1px solid #C9BCF2;
    background: #FFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    padding: 2rem;
    margin: 2rem 0;
}
.career_job_main_div:hover {
    border: 1px solid #C9BCF2;
    box-shadow: none;
    cursor: pointer;
}
.career_job_post {
    display: flex;
    margin-top: 2rem;
}
.career_job_post div {
    background: rgba(151, 119, 247, 0.12);
    padding: 0.3rem 2rem;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.career_job_post div:nth-child(2) {
    margin-left: 1rem;
}
.career_job_post div:nth-child(3) {
    margin-left: 1rem;
}
.career_view_job_btn button {
    border: 1px solid #B3A8A8;
    border-radius: 50px;
    background: white;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.career_view_job_btn button:hover {
    border: 1px solid rgb(23, 23, 159);
    font-size: 18px;
    font-weight: 600;
    color: rgb(23, 23, 159);
}
.career_view_job_head {
    font-weight: 700;
    font-size: 28px;
    color: #005D89;
    margin: 0 0 1rem 0;
}
.career_view_job_para {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #949494;
}
.job_desc_class span {
    font-size: 16px;
    font-weight: 400;
    color: #727272;
}
.job_desc_class p {
    font-size: 16px;
    font-weight: 500;
    color: #37404E;
    margin-top: 0.2rem;
    margin-left: 3.1rem;
}
/* Career page css end */
/* Single job page css Start */
.sngl-job-lft-design {
    position: absolute;
    bottom: 0;
    left: 0;
}
.sngl-job-right-design {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100px;
}
.single-job-hero-head h2 {
    font-size: 32px !important;
    margin: 0 !important;
}
.single-job-hero-head p {
    margin: 0 !important;
}
.single-job-hero-head .single-job-para1 {
    margin-top: 1rem !important;
    font-size: 16px;
    font-weight: 500;
    color: #7C00F8 !important;
}
.single-job-hero-head .single-job-para2 {
    font-size: 24px;
    font-weight: 600;
    color: #270C73 !important;
}
.single-job-hero {
    background: #E9F7FF;
    padding: 8rem 1rem;
    position: relative;
}
.single_job_main_div {
    border: 1px solid #ECECEC;
    box-shadow: 0px 20px 60px -6px rgb(0 0 0 / 4%);
    border-radius: 15px;
    padding: 0 2rem 2rem 2rem;
    margin: 5rem 0;
}
.single_job_main_div .col-md-4 {
    margin-top: 3rem;
}
.single_job_head {
    border-bottom: 1px solid rgba(198, 207, 250, 0.35);
    ;
}
.single_job_head h1 {
    font-weight: 800;
    font-size: 20px;
    color: #202020;
}
.single_job_head h1 span {
    color: #0E76A8;
}
.single_job_head p {
    color: #0E76A8;
    font-weight: 500;
    font-size: 16px;
}
.single_job_loc_time {
    display: flex;
}
.single_job_loc_time div {
    display: flex;
    margin-right: 1.5rem;
    align-items: center;
}
.single_job_loc_time div span {
    font-weight: 400;
    font-size: 14px;
    color: #202020;
}
.single_job_apply_btn {
    width: 100%;
    margin: 2rem 0;
}
.single_job_apply_btn button {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #1F2AFF 0%, #00A1FF 100%);
    border-radius: 100px;
    border: none;
    outline: none;
    color: white;
    padding: 1rem 2rem;
}
.single_job_apply_btn button:hover {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #00A1FF 0%, #1F2AFF 100%);
    border-radius: 100px;
    border: none;
    outline: none;
    color: white;
    padding: 1rem 2rem;
}
.single_job_apply_btn button:focus {
    outline: none;
    color: white;
    border: none;
    box-shadow: none;
}
.single_job_table {
    width: 100%;
    margin: 2rem;
}
.single_job_table td {
    width: 20%;
    padding: 0.5rem 0;
}
.single_job_table th {
    width: 80%;
    padding: 0.5rem 0;
}
.single_job_cmn_dtl {
    margin: 3rem 0;
}
.single_job_cmn_dtl h3 {
    font-weight: 800;
    font-size: 16px;
    margin: 0 0 1rem 0;
    color: #202020;
}
.single_job_cmn_dtl p {
    font-weight: 400;
    font-size: 14px;
    color: #202020;
}
.single_job_cmn_dtl ul {
    padding-left: 1.5rem;
}
.single_job_cmn_dtl ul li {
    font-weight: 400;
    font-size: 14px;
    color: #202020;
}
/* Single job page css end */
/* career contact page css start */
.bg-career-contact-lft {
    background: linear-gradient(90deg, rgba(255, 239, 186, 0.38) 0%, #FFF 100%);
    border: 1px solid #C2C2C4;
    box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 9rem 3rem;
}
.career_cntc_img {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}
.career_cntct_left_para {
    text-align: center;
}
.career_cntct_left_para p {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #57555E;
}
.career_contact_inputs_div {
    border: 1px solid #B3B3B3;
    border-radius: 50px;
    padding: 0 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}
.career_contact_inputs_div input {
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 1.2rem 2rem;
}
.career_contact_inputs_div input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #A0A0A0;
    margin: 0;
    padding: 0;
}
/* career contact page css end */
/*-----Testimonial Start-------*/
.tstmnl-heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-tstmnl-heading {
    color: #fff;
}
.tstmnl-heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-tstmnl-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tstmnl-heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-tstmnl-heading span {
    color: #fff;
}
.testimonial {
    position: relative;
    background: url(../images/other-images/career-testimonial.jpg);
    padding-top: 50px;
    background-position: center;
    background-size: cover;
}
#testimonial4 .carousel-inner .item {
    overflow: hidden;
}
.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.testimonial4_header h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
    position: relative;
    text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    margin-bottom: 0;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide h4 {
    color: #fff;
    font-size: 22px;
}
.testimonial .carousel {
    padding-bottom: 35px;
}
.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.career-carausil-name {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 1rem !important;
    font-size: 24px !important;
    ;
    font-weight: 600 !important;
    ;
    color: white !important;
    ;
}
.career-carausil-post {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 24px !important;
    ;
    font-weight: 600 !important;
    ;
    color: #FBF100 !important;
}
.career-carausil-msg {
    font-size: 20px !important;
    ;
    font-weight: 400 !important;
    ;
    color: white !important;
    margin-top: 2rem !important;
}
.career-carausel-img-lft {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 1rem
}
.career-carausel-img-right {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1rem;
}
/* ------testimonial  End-------*/
/*-- ------------------------------- --
             Middle area End
-- -------------------------------- */
.tstmnl-heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-tstmnl-heading {
    color: #fff;
}
.tstmnl-heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-tstmnl-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tstmnl-heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-tstmnl-heading span {
    color: #fff;
}
/*-----Testimonial-------*/
.testimonial {
    position: relative;
    background: url(../images/other-images/career-testimonial.jpg);
    padding-top: 50px;
    background-position: center;
    background-size: cover;
}
#testimonial4 .carousel-inner .item {
    overflow: hidden;
}
.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.testimonial4_header h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
    position: relative;
    text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    margin-bottom: 0;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide h4 {
    color: #fff;
    font-size: 22px;
}
.testimonial .carousel {
    padding-bottom: 35px;
}
.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.career-carausil-name {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 1rem !important;
    font-size: 24px !important;
    ;
    font-weight: 600 !important;
    ;
    color: white !important;
    ;
}
.career-carausil-post {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 24px !important;
    ;
    font-weight: 600 !important;
    ;
    color: #FBF100 !important;
}
.career-carausil-msg {
    font-size: 20px !important;
    ;
    font-weight: 400 !important;
    ;
    color: white !important;
    margin-top: 2rem !important;
}
.career-carausel-img-lft {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 1rem
}
.career-carausel-img-right {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1rem;
}
/* ------testimonial  close-------*/
/* intern page Css start */
.intern_hero {
    position: relative;
    height: 200px;
    background-image: url('../images/intern-images/intern-her-right.png');
    background-repeat: no-repeat;
    background-position: right 30%;
    background-size: 100% contain;
    overflow: hidden;
    border-bottom: 1px solid #E6E9ED;
}
.intern-hero-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
}
.interHero-area-left {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translate(-3%, -50%);
}
.interHero-area-left p {
    padding: 0;
    margin: 0;
    padding-left: 2rem;
}
.interHero-area-left p:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    color: white;
    padding-top: 2rem;
}
.interHero-area-left p:nth-child(2) {
    font-size: 42px;
    font-weight: 700;
    color: #FAFF00;
}
.interHero-area-left p:nth-child(3) {
    font-size: 28px;
    font-weight: 600;
    color: #333399;
    padding-bottom: 2rem;
}
.marginTopBottom-6 {
    margin: 6rem 0;
}
.progressbar-main-parts {
    display: flex;
    justify-content: center;
}
.progressbar-parts {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    width: 55%;
    margin: 0;
    padding: 0
}
.progressbar-parts .active {
    color: #0500FF;
}
.progressbar-parts li {
    list-style-type: none;
    font-size: 15px;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 400
}
.progressbar-parts #account:before {
    font-family: FontAwesome;
    content: "1";
    align-items: center;
    display: flex;
    justify-content: center;
}
.progressbar-parts #confirm:before {
    font-family: FontAwesome;
    content: "2";
    align-items: center;
    display: flex;
    justify-content: center;
}
.progressbar-parts li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #fff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}
.progressbar-parts li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
.progressbar-parts li.active:before,
.progressbar-parts li.active:after {
    background: #0500FF;
}
.intern_form_select select {
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0 2rem;
    color: #A0A0A0;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.intern_bootom_para {
    text-align: center;
}
.intern_bootom_para h5 {
    color: #333399 !important;
    font-size: 32px;
    font-weight: 600;
}
.intern_bootom_para p {
    color: #656565 !important;
    font-size: 20px;
    font-weight: 400;
    margin: 3rem 0;
}
.intern_dash_hero {
    text-align: center;
    background: #20BDFF;
    margin: 0;
    padding: 0;
}
.intern_dash_hero h4 {
    margin: 0;
    padding: 0;
    padding: 3rem 0;
    font-size: 32px;
    font-weight: 700;
    color: #FAFF00;
}
.intern_all_sec {
    width: 100%;
    height: auto;
    border: 1px solid #0000FF;
    background: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    cursor: pointer;
}
.inter_tab_main a {
    text-decoration: none;
}
.intern_all_sec h5 {
    font-size: 20px;
    font-weight: 600;
    color: #0281BE;
    margin: 0;
    padding: 0;
    text-align: center;
}
.intern_all_sec p {
    font-size: 36px;
    font-weight: 800;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
}
.card_active {
    background: #0038FF;
    border: 1px solid #0000FF;
}
.card_active h5 {
    color: white;
}
.card_active p {
    color: #FBF100;
}
.margn-btm-top-2 {
    margin: 2rem 0;
}
.intern_table_top_para {
    margin: 0;
    background: #6D7CFF;
    text-align: center;
    color: white;
    padding: 0.5rem;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}
.intern_table_resp {
    overflow-x: auto;
}
.intern-task-table {
    margin: auto;
    padding: 10px;
    border-spacing: 0;
    width: 100%;
}
.intern-task-table tr {
    border: 1px solid #E8E5E5;
}
.intern-task-table td {
    border: 1px solid #E8E5E5;
    padding: 10px 10px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.intern-task-table tr:last-child td:first-child {
    border-top-right-radius: 10px;
}
.intern-task-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.table-tr-head td {
    font-weight: 700;
}
.intern-task-table td {
    text-align: center;
}
.intern-task-table tr td:nth-child(1) {
    text-align: left;
}
.table_action_btn a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.table_action_btn button {
    background: #CFCFCF;
    border: 1px solid #CFCFCF;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    width: 100%;
}
.table_action_btn button:focus {
    outline: none !important;
    box-shadow: none !important;
    color: white;
}
.table_action_btn .btn:hover {
    background: #b9b8b8;
    border: 1px solid #b9b8b8;
    color: white;
}
.table_action_btn .active {
    background: #0688FF;
    border: 1px solid #0688FF;
    box-shadow: none;
}
.table_action_btn .active:hover {
    background: #0688FF;
    border: 1px solid #0688FF;
}
.table-tr-top-head {
    background: #6D7CFF;
}
.intern-rght-div {
    border: 1px solid #E8E5E5;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
}
.intern-rght-div .your_intrn {
    font-size: 24px;
    font-weight: 700;
    color: #333399;
    margin: 0.5rem;
}
.intern-rght-img-div img {
    border: 2px solid red;
    border-radius: 50%;
    width: 105px;
    height: 105px;
}
.mentor_name {
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    margin: 0;
    margin-top: 0.5rem;
}
.mentor_post {
    font-size: 12px;
    font-weight: 400;
    color: #A0A0A0 !important;
    margin: 0;
}
.mentor_phone {
    font-size: 14px;
    font-weight: 400;
    color: #333399 !important;
    margin: 0;
}
.mentor_email {
    font-size: 14px;
    font-weight: 400;
    color: #333399 !important;
    margin: 0;
}
.intern-logout-btn {
    text-align: center;
    margin-bottom: 2rem;
}
.intern-logout-btn .btn {
    border: 1px solid #ABA991;
    background: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #ABA991;
    padding: 0.4rem 4rem;
    outline: none;
    box-shadow: none;
}
.intern-logout-btn .btn:hover {
    border: 1px solid #8b8b85;
}
.intern-logout-btn .btn:focus {
    outline: none;
    box-shadow: none;
}
.min-height-100vh {
    min-height: 100vh;
}
.position-relative-div {
    position: relative;
}
.invite_addMoreBtn_div {
    margin: 1rem 0;
    padding: 0 !important;
}
.invite_addMoreBtn {
    background: #658EF8;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin: 23rem 0;
}
.invite_addMoreBtn:hover {
    text-decoration: none;
    color: white;
}
.invite_addMoreBtn:focus {
    text-decoration: none;
    color: white;
}
.removeBtn {
    margin-bottom: 2rem;
    background: #FFF;
    border: 1px solid rgba(255, 0, 15, 0.78);
    text-decoration: none;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 400;
    color: #FF000F;
    float: right;
    box-shadow: none;
}
.removeBtn:hover {
    margin-bottom: 2rem;
    background: #FFF;
    border: 1px solid rgba(255, 0, 15, 0.78);
    border-radius: 50px;
    text-decoration: none;
    color: #fc0819cb;
}
.removeBtn:focus {
    box-shadow: none;
}
.invite-friend-hr {
    margin: 1rem 0;
    display: none;
}
/* Thank you page  start */
.thankYouSec {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
}
.wrapper-1 {
    width: 100%;
    background: #FFF;
    border: 1px solid #E8E5E5;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
}
.wrapper-2 {
    padding: 30px;
    text-align: center;
}
.thank_you_heading {
    font-family: 'Kaushan Script', cursive;
    font-size: 4em;
    letter-spacing: 3px;
    color: #5892FF;
    margin: 0;
    margin-bottom: 20px;
}
.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}
.go-website-btn {
    color: #fff;
    background: #5892FF;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0px 10px 16px 1px #AEC7FB;
}

@media (min-width:360px) {
    .thank_you_heading {
        font-size: 4.5em;
    }
    .go-website-btn {
        margin-bottom: 20px;
    }
}
@media (min-width:600px) {
    .wrapper-1 {
        width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        background: #FFF;
        border: 1px solid #E8E5E5;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.11);
        border-radius: 10px;
    }
}
/* Thank you page end */
/* Lgin page start */
.intern-login-head-h6 {
    font-size: 32px;
    font-weight: 700;
    color: black;
    margin-top: 0;
    padding-top: 0;
}
.login-lost-pw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.login-lost-pw div {
    display: flex;
    align-items: center;
}
.login-lost-pw div input {
    width: 16px;
    height: 16px;
}
.login-lost-pw div span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #202020;
    margin-top: 0.45rem;
    margin-left: 0.5rem;
}
.login-input-div {
    margin-bottom: 0;
}
.login-lost-pw a {
    text-decoration: none;
    color: #2B5E9F;
    font-size: 14px;
    font-weight: 400;
}
/* login page end */
/* forgot password page Start */
.intern-login-head-para {
    font-size: 14px;
    font-weight: 400;
    color: #202020;
    margin-top: 1rem;
}
.goTo-login {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #202020;
}
.goTo-login a {
    text-decoration: none;
    color: #2B5E9F
}
.goTo-login span {
    color: #2B5E9F;
}
.login-margin {
    margin-bottom: 0.8rem;
}
/* Forgot password page end */
/* Intership program landing page start */
.internship_prog_hero_main_div {
    background: linear-gradient(90deg, rgba(140, 121, 255, 0.75) 0%, rgba(25, 117, 242, 0.62) 100%);
    position: relative;
}

.eps-txts {
    list-style: none;
    margin: 0;
    padding: 0;
}
.eps-txts li {
    margin: 0;
    padding: 0;
}
.eps-txts li span {
    font-size: 48px;
    font-weight: 400;
    color: #FFFF00;
    font-family: 'Fredoka One', cursive;
    margin: 0;
    padding: 0;
}
.internship_prog_hero_row {
    padding: 5rem 10rem 10rem 10rem;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
.internship-prog-head-txt {
    background-image: url('../images/icons/head-bg-blue.svg');
    background-repeat: no-repeat;
    background-position: center -2px;
    padding: 2rem 0;
}
.apply-card-main-row {
    margin-top: 1rem;
}
.apply-card-main-div {
    display: flex;
}
.apply-each-lft-main-div {
    position: relative;
    width: 65px;
    height: 65px;
}
.apply-each-lft-div {
    width: 100%;
    height: 100%;
    background: linear-gradient(42.41deg, rgba(151, 71, 255, 0) 9.18%, #7B3ACE 61.58%);
    filter: blur(4px);
    border-radius: 15px;
}
.apply-each-number {
    position: absolute;
    font-weight: 700;
    font-size: 72px;
    color: #003BD2;
    z-index: 99999;
    top: 0;
    left: 0;
}
.apply-card-para {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #390083;
    margin: 0;
    padding: 0;
    margin-left: 1.5rem;
}
.apply-cards-main-section {
    padding-bottom: 6rem;
}
.apply-card-main-div {
    margin-top: 5rem;
}
.intership-benifits-area {
    background: rgba(0, 209, 255, 0.15);
    padding: 5rem 10rem;
}
.internship-benifit-head-txt {
    background-image: url('../images/icons/head-bg-voilet.svg');
    background-repeat: no-repeat;
    background-position: center -2px;
    padding: 2rem 0;
}
.intern-benifits-left-imgDiv {
    background: #fff;
    border: 3px solid rgba(5, 0, 255, 0.35);
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    vertical-align: middle;
}
.benifits-each-card-main-div {
    background: #FFF;
    box-shadow: 0px 4px 18px rgba(5, 0, 255, 0.25);
    border-radius: 10px;
    max-width: 475px;
    overflow: hidden;
    padding: 1.5rem;
    display: flex;
    align-items: center;
}
.benifits-card-right-part {
    margin-left: 1.5rem;
}
.benifits-card-right-part h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.benifits-card-right-part p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #545454;
    margin: 0;
    margin-top: 0.8rem;
}
.benifitCardMiddleMainDiv {
    margin: 4.8rem 0;
    display: flex;
    justify-content: end;
    margin-left: 10%;
}
.benifitCardFirstMainDiv {
    margin-left: 1.5rem;
}
.benifit-right-d-flex-div {
    display: flex;
}
.benifit-number-img-1 {
    display: none;
}
.benifit-each-cards {
    width: 100%;
}
.margin-top-2rem {
    margin-top: 5rem;
}
@media (max-width:1300px) {
    .benifit-number-img {
        display: none !important;
    }
    .benifits-each-card-main-div {
        max-width: 100% !important;
    }
    .intership-benifits-area {
        padding: 5rem 1rem;
    }
    .benifits-card-right-part {
        margin-left: 0;
    }
    .benifit-each-cards {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
    }
    .benifits-all-col-div {
        justify-content: center;
    }
    .benifit-right-d-flex-div {
        display: unset;
    }
    .benifitCardMiddleMainDiv {
        margin-top: 1rem;
        display: unset;
        margin-left: 0;
    }
    .benifitCardFirstMainDiv {
        margin-left: 0;
    }
    .benifits-each-card-main-div {
        margin-top: 2rem;
    }
    .benifit-left-img-main-div {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 1300px) and (min-width: 991px) {
    .benifits-all-col1 {
        width: 50%;
    }
    .benifits-all-col2 {
        width: 50%;
    }
    .benifit-left-img-main-div {
        width: 100%;
        display: unset;
    }
    .benifit-number-img-1 {
        display: unset;
    }
    .benifits-middle-card {
        margin: 4rem 0;
    }
    .benifits-all-col2 {
        margin-top: 0;
    }
    .benifit-left-img-main-div {
        display: flex;
    }
    .benifits-all-col-div {
        display: unset;
    }
}

@media (max-width: 1127px) and (min-width: 991px){
    .benifits-all-col1 {
        width: 60%;
    }
    .benifits-all-col2 {
        width: 40%;
    }
}



@media (max-width:467px) {
    .intern-benifits-left-imgDiv {
        width: 270px;
        height: 270px;
    }
}
.internshipProg_design_img_lft {
    position: absolute;
    top: 0;
    left: 0;
}
.internshipProg_design_img_rght {
    position: absolute;
    bottom: 0;
    right: 0;
}
.countdown_section {
    background: rgba(0, 99, 231, 0.2);
    position: relative;
    overflow: hidden;
}
.intern-signUp-main-div {
    padding: 4rem 3rem;
}
.waitingForPara {
    font-size: 40px;
    font-weight: 600;
    color: #05204D;
}
.internProg-signUp-btn {
    background: #6F00B2;
    border: 2px solid #6F00B3;
    border-radius: 50px;
    color: #fff;
    padding: 0.5rem 6rem;
}
@media (max-width:768px) {
    .bottom-signup-div-row {
        display: unset;
    }
    .intern-signUp-main-div {
        padding: 0;
    }
    .internship_prog_hero_row {
        padding: 3rem 2rem;
    }
    .hero_col2 {
        display: none;
    }
}
/* Intership program landing page start */
/*-- ------------------------------- --
             Middle area End
-- -------------------------------- */

/*-- --- Contact us page css End --*/

/* Hire Team Fixed Tab */

.hire-team-fixed-tab{
    position: fixed;
    top: 250px;
    right: -112px;
    transition: 0.5s;
    z-index: 999999;
    background-color: #1e70b8;
    border: 1px solid #fff;
    border-right: none;
    padding: 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0px 0px 3px rgba(255,255,255,0.4);
}
.hire-team-fixed-tab:hover{
    right: 0px;
}
.hire-team-fixed-tab a{
    padding: 5px;
    display: inline-block;
    font-weight: bold;
}
.hire-team-fixed-tab i{
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    line-height: inherit;
    margin-right: 5px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    cursor: pointer;
}
.hire-team-fixed-tab a span{
    display: inline-block;
    color: #fff;
}
/* ---------------------- */

/******** Upward Arrow ************/
.upward-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height:45px;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 59px;
    background-color:#270C73;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    z-index: 5;
    cursor:pointer;
}
.upward-arrow:hover{
    transform: rotate(-360deg);
    transition: all 1s;
}
.upward-arrow img{
    width: 15px;
    display: inline-block;
}
.section-for-arrow{
    position: relative;
    background-color: #f4f4f4;
}
.upward-arrow.home-upward-arrow{
    position: sticky;
    margin-left: auto;
    margin-top: 150px;
}
/* ------ End of Upward Arrow ----- */


/* ---------- Call to Action Section -------------- */
.call-to-action-section{
    background-color: rgba(210,0,255,.075);
    padding: 5rem 0;
    overflow: hidden;
}
.call-to-action-section h3{
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 32px;
    margin-top: 12px;
    margin-bottom: 25px;
}
.call-to-action-section h4{
    font-weight: 700;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 0;
}






.call-to-action-section .btn{
    font-size: 18px;
    font-weight: 400;
    padding: 1.125rem 3rem;
    color: #fff;
    cursor: pointer;
    margin: 0;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to left, #001AFF, #00C2FF, #00C2FF , #001AFF);
}
.call-to-action-section .btn:hover{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.call-to-action-section .btn:focus {
    outline: none;
}






.action-circle{
    position: absolute;
}
.action-circle-1{
    top: -50px;
    left: -50px;
}
.action-circle-2{
    bottom: -75px;
    right: -75px;
}
.mt-15{
    margin-top: 15px;
}
/* ---------- End of Call to Action Section -------------- */
.contactus_hero_image_div{
    position: relative;
overflow: hidden;
padding: 0 calc(10rem - 15px);

}
.contactus_hero_image_div .hero-bg-image{
    position: absolute;
    top:0;
left: 0;
    width: 100%;
}
.contact-form-heading h1{
    font-weight: 700;
    font-size: 42px;
    color: #1E70B8;
}
.contact-form-heading p{
    font-weight: 500;
font-size: 18px;
color: #202020;
}
.contact-form-heading hr{
    display: block;
    width: 125px;
    border-bottom: 3px solid #333399;
    text-align: left;
    float: left;
    margin: 0;
    margin-bottom: 24px;
}
.margin-bottom-25{
    margin-bottom: 25px;
}
.contact_inputs_div_new label{
    font-weight: 500;
font-size: 16px;
color: #202020;
}
.contact_inputs_div_new input{
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    height: 50px;
    font-weight: 400;
font-size: 20px;
color: #202020;
}
.contact_inputs_div_new select{
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    height: 50px;
    font-weight: 400;
    font-size: 20px;
    color: #202020;
    background-image: url('../pictures/other-images/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    -webkit-appearance: none;
  -moz-appearance: none;
  padding-right:25px;
}
.contact_inputs_div_new textarea{
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    height: 135px;
    font-weight: 400;
    font-size: 20px;
    color: #202020;
    resize: none;
}
.contact_form_btn_div button{
    display: block;
    width: 308.21px;
height: 57.91px;
border: 1px solid #1E70B8;
background: #1E70B8;
border-radius: 5px;
font-weight: 700;
text-transform: uppercase;
color: #FFFFFF;
margin: 12px auto;
box-shadow: none;
outline: none;
}
.contact_form_btn_div button:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #1E70B8;
}
.contact_form_btn_div button:hover{
background: transparent;
color: #1E70B8;
}

