@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9');


  body
  {
    font-family: 'Comfortaa' !important;
  }
    .success_contact
    {
        display: none;
    }
    .error_contact
    {
        display: none;
    }
   #loading {
    z-index: 20;
    position: absolute;
    top: 0;
    left:-5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
#loading-content {
    position: absolute;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    animation: spin 2s linear infinite;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

h1, h2,h3, h4, h5, h6{
    font-family: 'Comfortaa';
}
a:hover{
    text-decoration:none 
}

p{
    /*font-family: Neue Helvetica;*/
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
}
.bannerHeadimg{
    height: calc(100vh - 128px);
}
.nav_header li a{
    font-family: Neue Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: black;
}
.btn_grad {
    padding: 12px 18px;
    text-align: center;
    color: white;
    font-size: 18px;
    background: linear-gradient(
90deg, #E8048B 0%, #D71A8E 24.48%, #B93193 47.4%, #AA3B97 73.44%, #824298 96.87%);
    border-radius: 4px;
}
.banner-back-img{
    background: url('../Images/blackShade.png');
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    color: white;
    height: 100%;
    padding: 50px 40px;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-back-img span{
    display: block;
}

.banner-back-img .texo{
    display: inline-block !important;
}

.banner-back-img img{
    display: inline-block !important;
    width: unset !important;
}

.titleBottom{
    background: #D9D9D9;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 7px 10px 10px;
    left: 0px;
    /* margin-left: -40px; */
}


.padx_40{
    padding: 0px 40px;
}
.mt_5{
    margin-top: 3rem ;
}

.font16_{
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
.font18_{
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}
.font20_{
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
}
.font24_{
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}
.font28_{
    font-weight: bold;
    font-size: 28px;
    line-height: 44px;
}
.font36_{
    font-weight: bold;
    font-size: 36px;
    line-height: 52px;
}
/* .font42_{
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
} */
.font48_{
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
}
.mt-19{
    margin-top: 19px;
}
.mt-15{
    margin-top: 15px;
}
.about_side{
    background: #fffffff5;
    position: absolute;
    bottom: 0px;
    padding: 15px 20px;
    width: 100%;
}
.margt_110{
    margin-top: 110px;
}
.margt_285{
    margin-top: 202px;
}
.we_do_count{
    font-weight: 400;
    font-size: 144px;
    line-height: 100px;
    color: #D9D9D9;
    opacity: 0.6;
    position: absolute;
    z-index: -1;
    top: 54px;
    font-family: Comfortaa;
    left: -5px;
}
.margt_24{
    margin-top: 24px;
}
.margt_64{
    margin-top: 64px;
}
.mt_40{
    margin-top: 40px;
}
.mt_70{
    margin-top: 70px;
}
.mb_70{
    margin-bottom: 70px;
}
.py_55{
    padding-top: 55px;
    padding-bottom: 55px;
}
.choose_us_block{
    display: flex;
    flex-wrap: wrap;
}
.choose_us_block li{
    /*padding:10px 15px;*/
    padding: 10px 30px 10px 15px;
    display: flex;
    background:white;
    align-items: center;
    border: 10px solid;
    font-family: Neue Helvetica;
    font-style: normal;
    border-image-slice: 1;
    border-width: 3px;
    margin: 8px 0px;
    line-height: 30px;
    font-size: 18px;
    width: 267px;
    height: 101px;
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}
.choose_us_block li:hover{
    background: linear-gradient(
        90deg, #E8048B 0%, #D71A8E 24.48%, #B93193 47.4%, #AA3B97 73.44%, #824298 96.87%);
    color: white;
}

.backGray{
    background: #D9D9D9;
}
.backGrad_c{
    background: linear-gradient(90deg, #E8048B 0%, #D71A8E 24.48%, #B93193 47.4%, #AA3B97 73.44%, #824298 96.87%);
}
.btn_transparent{
    border-radius: 0px;
    padding: 5px 15px;
    color: white !important;
    border:2px solid white;
    font-size: 18px;
    line-height: 30px;
    font-family: Neue Helvetica;
}
.btn_transparent:hover{
    box-shadow:0px 4px 5px 0px #e7058bc7;
    color: white;
}
.text_right{text-align: right;}
.bg_black{
    background: #000000;
}
.footer_links{
    color: white;
    margin-top:40px;
}
.footer_links h5{
    margin-bottom: 25px;
    font-weight: 500;
}
.footer_links ul li{
    margin-bottom: 10px;
}
.footer_links ul li a{
    color: white;
    transition: 1s;
    font-weight: 300;
}
.footer_links ul li a:hover{
    margin-left: 5px;
    text-decoration: none;
    color: #E8048B;
}
.py_40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.logos_list{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.logos_list li{
    padding: 10px;
}
.about_back_img{
    background: url('../Images/about_banner.png');
    background-repeat: no-repeat;
}

.top_head_title{
    position: absolute;
    text-align: center;
    top: calc(50% - 70px/2 - 0.5px);
    width: 100%;
    z-index: 12;
    color: white;
}
.shade_img_gr{
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
}
.shade_col{
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2.41%, #000000 100%);
    padding: 10px 15px;
    color: white;
}
.mt_30{
    margin-top: 30px;
}
.py_4{
    padding: 30px 0px;
}
.img-sa{
    border-radius: 50%;
}
.overlay_head{
    position: absolute;
    width: 100%;
    padding: 10px 15px;
    color: white;
    background: #00000061;
    height: 100%;
}
.header_form{
    border-color: white !important;
}
.header_form input::-webkit-input-placeholder,.header_form textarea::-webkit-input-placeholder { /* Edge */
    color: white;
  }
  
  .header_form input:-ms-input-placeholder, .header_form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
  }
  
  .header_form input::placeholder, .header_form textarea::placeholder {
    color: white;
  }


.form_check input, .form_check textarea, .form_check select{
    border: none;
    border-bottom: 1px solid #cecece;
    border-radius: 0px;
    background: transparent;
    padding-right: 0px;
    padding-left: 0px;
}
.form_check input:focus, .form_check textarea:focus, .form_check select:focus{
    box-shadow: none;
    background: transparent;
}

.form_check label{
    font-family: Neue Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
/* .address_con img{
    width: 15px !important;
    margin-top: 5px
}*/
.w_30px{
    width: 30px;
} 
.filling_form_ {
    margin-top: 100px;
    position: relative;
    padding-left: 15px;
}
.filling_back_div {
    position: absolute;
    width: 494px;
    height: 81px;
    background: #F7F7F7;
    border-radius: 8px;
    z-index: -1;
}
.filling_form_ p{
    font-family: Comfortaa;
    padding: 22px 0px 0px 14px;
}
.text_gradient {
    background: -webkit-linear-gradient(
50deg, rgba(232,4,139,1) 32%, rgba(130,66,152,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.career_services{
    margin: 10px 0px;
}
.img_upload{
    background: #FFC501;
    border-radius: 8px;
    padding: 15px 20px;
    display: inline-block !important;
}
.backGradient{
    background: linear-gradient(
        90deg, #E8048B 0%, #D71A8E 24.48%, #B93193 47.4%, #AA3B97 73.44%, #824298 96.87%);
}
.SLickSlider {
    position: absolute;
    /* background: #ffffffb8; */
    background: url('../Images/headerBlackShade.png');
    bottom: 0px;
    width: 100%;
    padding: 20px;
    top: 0px;
}

.porfolio_btn{
position: absolute;
    bottom: 9px;
    left: 5px;
}
.porfolio_btn a{
    /*background: linear-gradient(
        180deg, rgba(0, 0, 0, 0.53) 0%, #000000 100%);*/
    background: -webkit-linear-gradient(50deg, rgba(232,4,139,1) 32%, rgba(130,66,152,1) 100%);
    color: white;
    padding: 8px 18px;
}
.ml_3{
    margin-left: 1rem;
}


.exibition_btn{
    text-align: center;
    background: linear-gradient(
90deg, #E8048B 0%, #D71A8E 24.48%, #B93193 47.4%, #AA3B97 73.44%, #824298 96.87%);
    line-height: 48px;
    color: white;
    margin: 20px auto;
    position: absolute;
    right: 0px;
    font-size: 16px;
    top: 40px;
    width: 200px;
    height: 48px;
  }
  .exibition_btn:before{
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 48px solid #E8048B;
    border-left: 30px solid transparent;
    position: absolute;
    right: 100%;
    top: 0px;
  }



/* flip */
.services_flip{
    position: relative;
}
  .flip_team_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: #07070796; */
    background: linear-gradient(180deg, rgba(242,242,242,0) 5%, rgba(0,0,0,0.8382703423166141) 61%);
    overflow: hidden;
    width: 100%;
    height: 80px;
    transition: .5s ease;
  }
  
  .services_flip:hover .flip_team_overlay{
    height: 100%;
  }
  .services_flip:hover .services_flip_tiles {
        bottom: 0px;
    }
  
  .services_flip_tiles {
    color: white;
    text-align: left;
    position: absolute;
    padding: 10px 15px;
    /*bottom: -95px;*/
    transition: .5s ease;
  }
  .services_flip_tiles p{
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
  }

.pl-6
{
    padding-left: 4rem !important;
}
.team_sel{
    position: relative;
}
.bg_h_image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .team_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: #07070796; */
    background: linear-gradient(180deg, rgba(242,242,242,0) 5%, rgba(0,0,0,0.8382703423166141) 61%);
    overflow: hidden;
    width: 100%;
    height: 80px;
    transition: .5s ease;
  }
  
  .team_sel:hover .team_overlay {
    height: 100%;
  }
  
  .flip_tiles {
    color: white;
    text-align: left;
    position: absolute;
    padding: 10px 15px;
  }
  .flip_tiles p{
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
  }
  
.mt_220{
    margin-top:220px;
}

.historyYear{
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #d53a9d 60%, transparent 50%), linear-gradient(to right, #743ad5 60%, transparent 60%), linear-gradient(to bottom, #d53a9d 60%, transparent 60%), linear-gradient(to bottom, #743ad5 60%, transparent 60%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    padding: 12px 40px;
}
.history_text{
    padding: 45px;
    background: #FFFFFF;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
}
.about_iconsli{
    padding: 0px;
    margin: 35px 0px;
    display: flex;
    list-style: none;
}
.about_acord{
    background: url('../Images/about_acord.png');
    background-size:cover;
    background-repeat: no-repeat;
    padding: 70px 40px 130px 40px;
}
.serviceHead{
    background: url('../Images/serviceHead.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.pt_n60{
    top: -60px;
}
.py_105{
    padding: 105px 0px;
}
.p_25{
    padding: 25px !important;
} 
.mt_170 {
    margin-top: 170px;
}
.kiasjd a{
    color: black;
}
.kiasjd a:hover{
   text-decoration: none;
}
.stepService{
    background: black;
    padding-top: 40px;
    padding-bottom: 40px;
}
.steps_ul{
    margin-top: 30px;
    display: flex;
    list-style: none;
    padding: 0px;
}
.pta_e{
    width: 100px ;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
}
.tep1{
    text-align: center;
    background: linear-gradient(
90deg, #E8048B 0%, #D71A8E 24.48%, #B93193 47.4%, #AA3B97 73.44%, #824298 96.87%);
 
}
.steps_ul li{
    margin-top: 20px;
}
.border_grad{
    position: absolute;
    top: 21%;
    width: 62%;
    right: -105px;
    border-image-slice: 1;
    border-width: 5px;
    background: linear-gradient( 
90deg, #E8048B 0%, #D71A8E 24.48%, #B93193 47.4%, #AA3B97 73.44%, #824298 96.87%);
    height: 4px;
}
.tep_border h1{
    background: -webkit-linear-gradient(
50deg, rgba(232,4,139,1) 32%, rgba(130,66,152,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

  .tep_border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    bottom: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient( 
90deg, #E8048B 0%, #D71A8E 24.48%, #B93193 47.4%, #AA3B97 73.44%, #824298 96.87%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    height: 100px;
  }
/* slider */

/* Slider Section */

.slick-slider {

    width: 100%;
    padding: 0;
    position: relative;
    top: 5%; 
        
  }
  
  #slider {
    padding: 0;
    margin-top: 30px;
  }
  
  #slider img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .slide {
    position: relative;
    border: none;
  }
  
  .slide-content {
    position: absolute;
    top: 0px;
    right: 0%;
    height: 100%;
    width: 35%;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    text-align: center; 
    padding: 25px 70px 25px 25px;  
    text-align: left;  
  }
  
  .slick-dots img{
    width: 13px !important;
  }
  /* Slick Dots */
  
  .slick-dots {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 11% 1% 11% 1.5%;
    /* border-right: 3px solid lightgrey; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
  
  }
  
  
  .slick-dots li img:nth-child(1) {
    display: block;  
  }  
  
  .slick-dots li img:nth-child(2) {
    display: none;   
  }
  
  .slick-dots li.slick-active img:nth-child(1) {
    display: none;   
  }
  
  .slick-dots li.slick-active img:nth-child(2) {
    display: block;  
  }
  
  /* Slick Arrows */
  
  .slick-prev, .slick-next {
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
   
  }
  
  .slick-prev {
    background-image: url('https://robdoylecreative.com/demos/slick-slider/images/slider-up-arrow.png');
    top: 2%;
    left: 1%;
    z-index: 10;
  }
  
  
  .slick-next {
    background-image: url('https://robdoylecreative.com/demos/slick-slider/images/slider-down-arrow.png');
    left: 1%;
    bottom: 2%;
    z-index: 20;
  }
  
  .slick-prev:hover {
    background-image: url('https://robdoylecreative.com/demos/slick-slider/images/slider-up-arrow-hover.png');
    top: 2%;
    right: 1%;
    z-index: 10;
  }
  
  .slick-next:hover {
    background-image: url('https://robdoylecreative.com/demos/slick-slider/images/slider-down-arrow-hover.png');
    right: 1%;
    bottom: 2%;
    z-index: 20;
  }
  .btn_grad:hover{
    color: white;
    box-shadow:0px -2px 6px 3px rgb(236 0 140 / 28%);
  } 
  .btn_default_grad:hover {
    box-shadow:0px -2px 6px 3px rgb(236 0 140 / 28%);
  }
  
  .ml_12px{
    margin-left: 12px;
  }
  .avtar_img{
    width: 100%;
    height: 300px
  }
  
  /*-----------------------------slick what we do---------------------*/
  .SLickSlider{
        position: absolute;
      /* background: #ffffffb8; */
      bottom: 0px;
      width: 100%;
      padding: 8px;
  }
  
  
  .Slick_slide .owl-dots {
      position: absolute;
      right: 22px;
      bottom: 13px;
  }
  .Slick_slide .owl-dots button {
    margin: 0px 6px;
  }
  .Slick_slide .owl-dots button:before {
    content: '';
    height: 9px;
    width: 12px;
    display: inline-block;
    background: #f2f2f2;
    /* border-radius: 6px; */
    cursor: pointer;
    transition: all 300ms ease;
  }
  .Slick_slide .owl-dots button.owl-dot.active{
    background: transparent;
     margin-right: 10px;
      margin-left: 0px;
  }
  .Slick_slide .owl-dots button.active:before {
    width: 30px;
    background: linear-gradient(90deg, #E8048B 0%, #D71A8E 24.48%, #B93193 47.4%, #AA3B97 73.44%, #824298 96.87%);
  }


  /* ------acordian------- */
.accordion .card{
    background:transparent !important
}
   #faq .card {
    margin-bottom: 30px;
    border: 0;
  }
  
   #faq .card .card-header {
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
   #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: black;
    color: white;
    padding: 7px 14px;
    font-family: Comfortaa;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    border: 1px solid #D9D9D9;
  }
  
   #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  
   #faq .card .card-header .btn-header-link.collapsed {
    background: black;
    color: #fff;
  }
  
   #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
   #faq .card .collapsing {
    background: transparent;
    line-height: 30px;
  }

   #faq .card .card-body {
    background: #212733;
    line-height: 30px;
    color: white;
    border: 1px solid white;
    margin-top: 20px;
   
  }
  .acordianShow{
    position: absolute;
    width: 100%;
    left: -92px;
  }


  .sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
}

.sidebar .nav-link {
    border-left: 2px solid #80808078;
    font-size: 18px;
    line-height: 30px;
    color: black;
    display: block;
    padding: .3rem 1rem;
}
.sidebar .nav-link:hover, .sidebar .nav-link.active{
    border-left: 3px solid rgba(232,4,139,1);
    background: -webkit-linear-gradient( 50deg, rgba(232,4,139,1) 32%, rgba(130,66,152,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* -----------------lightbox--------- */
/*#gallery {
    padding-top: 40px;
  }
*/
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay, .overflowModal {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 1%;
  }

  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
 
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }

  
  #exitButton, .exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  /*  #prevButton {
        font-size: 3em;
    }*/
    #overlay img {
        width: 100%;
      }
  }
  @media screen and (min-width: 991px) {
   /* #gallery {
      padding: 60px 30px 0 30px;
    }*/
  }

  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 100%;
    }
  }
  .modalForm input{
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
  }
  .modalForm input:focus, .modalForm input:active{
    outline: none;
    box-shadow: none;
  }
  .modalOver{
    padding: 30px;
    width: 44%; 
  }
  .pioauu{
    background: url('../Images/headerBlackShade.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    color: white;
    padding: 20px;
  }
  .pioauu .pi_title{
    bottom: 0px;
    position: absolute;
    width: 85%;
  }
 
  .mt_140{
    margin-top: 140px;
  }
  .historyYear_list{
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }


.w_70{
  width: 70% !important;
}

.mt_n_55{
  margin-top: -83px ;
}
.mt_n_70{
  margin-top: -120px ;
}

.testimonial_slide .test_div{
  background: white;
  padding: 20px;
  /*box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.1);*/
  box-shadow: 4px 1px 7px 0px #b4b4b4;;
}
.testimonial_slide .owl-stage-outer{
  height: 450px !important;
  padding-top: 130px;
}
.flex_1{
  flex: 1;
}
.testimonial_slide .owl-nav{
  position: absolute;
  bottom: 93px;
  left: 57%;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: -55px;
}
.owl-nav button.owl-next, .owl-nav button.owl-prev{
  padding-top: 2px !important;
   background: white!important;
    border:2px solid rgba(232,4,139,1) !important;
    width: 38px !important;
    height: 35px !important;
    color: black !important;
}
.owl-nav button.owl-next {
  right: 20;

}

.owl-nav button.owl-next:hover,.owl-nav button.owl-prev:hover{
  color: white !important;
       background: linear-gradient(
90deg
, #E8048B 0%, #D71A8E 24.48%, #B93193 47.4%, #AA3B97 73.44%, #824298 96.87%) !important;
}



.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

.testimonial_bg{
  background: url('../Images/world-map.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.mx_40px{
  margin-left: 40px;
  margin-right: 40px;
}
.serve_pag{
    background: url('..//Images/service3.png');
    width:100%;
    height: 516px
}
.justify__box{
    justify-content: center;
}
.poaks{
    display: block;
}
.poaks_ls{
    display: none;
}
.tep_data{
    padding: 0px 30px;
    margin-bottom: 30px;
}
.position_absolute{
    position: absolute;
}
.back_img_p{
  background: url('../Images/headerFormBanner.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -59px;
    position: absolute;
    width: 100%;
    height: 510px;
}

.blackShade_bg{
  background: url('../Images/blackShade.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 30px 68px 30px;
}
.pl__5{
    padding-left: 3rem;
}
.mobile-check{
    display: none;
}

.desk-check{
    display: block;
}
.dsk-check{
    display: block;
}
.mob-check{
    display: none;
}
.h-100px{
    height: 100px;
}
.w-100px{
    width: 100px
}
.desk-f-check{
    display: flex;
}
#nextButton,#prevButton{
        background: white!important;
    border: 2px solid rgba(232,4,139,1) !important;
    width: 38px !important;
    height: 38px !important;
    color: black !important;
    font-size: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.mts_70{
    margin-top: 70px;
}
.nav-logo{
    width: 132px;
}

@media only screen and (max-width:768px){

    .mobile-check{
        display: block;
    }
    .desk-check{
        display: none !important;
    }
    .desk-f-check{
        display: none;
    }
    .mobile-check .btn_grad{
        height: 50px;
        font-size: 12px;
        padding: 10px 10px;
        border-radius: 0px;
    }
}
@media only screen and (max-width:480px){
    .mobile-check .btn_grad{
        height: 45px;
        font-size: 11px;
        padding: 10px 10px;
        border-radius: 0px;
    }
    .top_head_title {
        top: calc(33% - 70px/2 - 0.5px);
    }
    .mt_n_70{
        margin-top: 0px;
    }
    .mts_70{
        margin-top: 0px;
    }
    .pl-6{
        padding-left: 15px !important;
    }
    #overlay img{
        width: 100%
    }
    .navbar-brand{
        margin-right: 0px !important
    }
   /* .nav-logo{
        width: 110px;
    }*/
   #carousel-slider .owl-stage-outer {
        height: 444px !important;
        padding-top: 11px;
    }
    .dsk-check{
        display: none;
    }
    .mob-check{
        display: block;
    }
    .testimonial_slide .owl-stage-outer {
        height: 515px !important;
        padding-top: 11px;
    }
    .about_acord {
        padding: 70px 10px 130px 10px;
    }
    .pl__5{
        padding-left: 1rem;
    }
    .mt_40{
        margin-top: 0px;
    }
    .blackShade_bg{
      padding: 20px 30px 30px 30px;
    }
    .back_img_p{
        height: auto;
        position: relative;
    }
    .mt_170 {
        margin-top: 200px;
    }
    .position_absolute{
        position: relative;
    }
    .serviceHead {
        height: 700px;
    }

    .steps_ul{
        display: inline-block;
    }
    .border_grad{
        display: none
    }
    .poaks{
        display: none;
    }
    .poaks_ls{
        display: block;
    }

    .w_42{
        width: 42%;
    }
    .mt__60{
        margin-top: -60px;
    }


    .justify__box{
        justify-content: start;
    }
    .history_text{
        margin-top: 25px;
    }
    .padx_40 {
        padding: 0px 0px;
    }
    .bannerHeadimg{
      height: auto !important;
    }
    .banner-back-img{
      padding: 50px 15px;
    }
    .font48_ {
        font-weight: normal;
        font-size: 40px;
        line-height: 60px;
    }
    .font28_ {
      font-weight: bold;
      font-size: 24px;
      line-height: 40px;
    }
    .titleBottom{
      width: 100%;
    }
    .titleBottom img{
      width: 30px;
    }
    .font36_ {
      font-weight: bold;
      font-size: 28px;
      line-height: 44px;
    }
    .font16_ {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
  }
  .font24_ {
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
  }
  .px__{
    padding:0px;
  }
  .margt_110 {
    margin-top: 0px;
  } 
  .mt_220 {
    margin-top: 50px;
  }
  .w_100{
    width: 100%;
  }
  .mt__3{
    margin-top: 1rem!important;
  }
  .mtb__4{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .margt_285 {
    margin-top: 50px;
  }
  /*.logos_list{
    padding: 0px;
  }*/
  .py_55 {
    padding-top: 0px;
    padding-bottom: 55px;
  }
  .choose_us_block li{
    width: 100%;
    height: 80px;
  }
  .w_70{
    width: 70%;
  }
  /* .h_250px{
    height: 100%;
  } */
  .top_head_title{
    padding: 0px 25px;
  }
  .mt_140{
    margin-top: 40px;
  }
  .acordianShow{
    position: relative;
    left: 0px;
  }
  #faq .card {
    margin-bottom: 20px;
    border: 0;
  }
  .t_center{
    text-align: center;
  }
  .historyYear_list{
    justify-content: start;
  }
  .mx_40px{
      margin-left: 0px;
      margin-right: 0px;
    }
    .testimonial_slide .owl-nav {
        position: absolute;
        bottom: 0px;
        left: 50%;
    }
    .flex_1 {
        flex: unset;
    }
    .mt_n_55 {
        margin-top: 0px;
    }

    .mt__40{
        margin-top: 40px
    }
    .filling_form_ {
        margin-top: 50px;
        position: relative;
        padding-left: 15px;
    }
    .logos_list li {
       width: 50%;
       display: block;
    }
    .ht_630{
        height: 390px
    }
    .exibition_btn{
        top: 10px;
    }
}


.careerCircle{
    text-align: center;
    box-shadow: 4px 4px 24px -1px rgb(0 0 0 / 10%);
    background: white;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 15px ;
}

.wrapper_case {
    justify-content: center;

    display: flex;
    width:100%;
    height:500px;

}

.wrapper_case .case_study {
    margin:0px 15px;
    width:25%;
    float:left;
    height:500px;
}


  .sideShow_study {
    position: absolute;
    padding: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fffffff5;
    width: 100%;
    height: 0px ;
    transition: .5s ease;
  }
  .sideShow_study span{
    line-height: 29px;
    display: block;
  }
  .wrapper_case .case_study:hover .sideShow_study {
    height: 90px;
     padding: 10px;
  }

  .case_study_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding:15px;
    /* background-color: #07070796; */
    background: linear-gradient(
180deg, rgba(242,242,242,0) 5%, rgba(0,0,0,0.8382703423166141) 61%);
    overflow: hidden;
    width: 100%;
    height: 80px;
    transition: .5s ease;
}

.sideShow_study-case {
    height: 90px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fffffff5;
    width: 100%;
}
