@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.otf');
    font-weight: 900;
  }


  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.otf');
    font-weight: 700;
  }

  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.otf');
    font-weight: 800;
  }

  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.otf');
    font-weight: 300;
  }

  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.otf');
    font-weight: 500;
  }

  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.otf');
    font-weight: 400;
  }

:focus{
    outline: none !important;
}
  

  body{
      margin: 0;
      padding: 0;
      font-family: 'Poppins';

  }
.container.adv-ser {
    padding-top: 30px;
}
.container.adv-chooseplan {
    padding-bottom: 70px;
}
.container.blog-top-ads {
    padding-top: 60px;
    padding-bottom: 60px;
}
p, li {
    color: 696969;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
}


  h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    color: #222222;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
  }

  li{
      list-style: none;
  }

  ul{
      margin: 0;
      padding: 0;
  }

  a{
      text-decoration: none !important;
      transition: all .3s ease-in-out;
  }


  header.main_header {
    width: 100%;
    float: left;
}

.menu_sect {
    width: 100%;
    float: left;
}

.menu_sect ul{
    float: right;
}

.menu_sect ul li{
float: left;
margin-left: 10px;
}

.menu_sect ul li a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #222;
    font-weight: 500;
    font-size: 15px !important;
    text-transform: uppercase;
    outline: none;
}
 
header.main_header .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    width: 100%;
    float: left;
}


header.main_header [class*="col-"] {
    display: flex;
    align-items: center;
}
header.main_header .row {
    display: flex;
    flex-wrap: wrap;
}

header.main_header {
    width: 100%;
    float: left;
    padding: 20px 0px;
    background: #fff;
}
/* section.main_banner {
    width: 100%;
    float: left;
    background: url(https://staging.freelancerwebdevelopment.com/wp-content/uploads/2021/01/Slider.png);
    padding-top: 137px;
	
} */

.banner_area {
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: flow-root;
}

.banner_img {
    width: 50%;
    float: right;
    text-align: right;
}


.banner_cont {
    position: absolute;
    width: 400px;
    left: 16px;
    background: #fff;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    background: linear-gradient(to right, #fff0, #fff, #fff0);
}


.banner_cont h4 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
    color: #222;
}

.banner_cont h3 {
    margin: 15px 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}


.banner_cont p {
    color: #777777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
}

.banner_cont a {
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}


section.main_banner [class*="col-"] {
    padding: 0;
}

.banner_img img {
    height: 450px;
    object-fit: cover;
}

section.about_sect {
    width: 100%;
    float: left;
    padding-top: 50px;
}


.about_cont {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.about_cont h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #222;
}

.about_cont h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    color: #222;
}

.about_cont h2 {
    font-size: 24px;
    line-height: 1em;
    padding-bottom: 10px;
}

.about_cont p {
    margin-bottom: 30px;
    max-width: 445px;
    color: #777777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
}

.about_cont a {
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    color: #fff;
    position: relative;
    transition: all .4s ease-in-out;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
}


.about_cont a:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #1fd1f9;
background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  transition: all .4s ease-in-out;
}
.about_cont a:hover {
  background: transparent;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}
.about_cont a:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}






.about_img img {
    min-height: 400px;
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    filter: ;
}

section.service_sect {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0 50px;
}

.service_heading {
    width: 630px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

.service_botton {
    width: 100%;
}

.service_heading h3 {
    margin-bottom: 10px;
    font-size: 36px;
    color: #222;
    line-height: 1.2em!important;
    margin-top: 0;
    font-weight: 500;
    font-family: 'Poppins';
}


.service_box_1 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.service_box_1::before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 100px;
    height: 100px;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    /* background: #f5f5f5; */
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.services_icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}


.service_botton a {
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 40px;
}

.top-part h4 {
    text-transform: capitalize !important;
}

section.service_sect [class*="col-"] {
    display: flex;
}
section.service_sect .row {
    display: flex;
    flex-wrap: wrap;
}

.service_box_1 .lnr {
    font-size: 38px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.service_box_1 a h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 17px;
    text-transform: capitalize;
    color: #222;
    font-family: 'Poppins';
    transition: all .3s ease-in-out;
}

.service_box_cont {
    text-align: left;
    padding-right: 40px;
}

.service_box_1:hover .lnr {
/*     background: -webkit-linear-gradient(0deg,#8490ff 0%,#62bdfc 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
}

.service_box_1:hover a h4 {
    color: #8490ff;
}

section.counter_sect {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

.counter_box_1 {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    padding: 30px 20px;
    border-radius: 5px;
    background: -webkit-linear-gradient(0deg,#8490ff 0%,#62bdfc 100%);
}

.wpsm_counterbox h3 {
    min-height: initial !important;
    font-weight: 300 !important;
    margin: 0 !important;
    font-family: 'Poppins' !important;
    font-size: 14px !important;
    margin-top: 10px !important;
}

.counter_box_1 p {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.counter_box_1 [class*="col-"] {
    width: 100%;
}

.counter_box_1 i {
    font-size: 40px !important;
}

span.counter {
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 700;
}

.home section.hire_sect {
    width: 100%;
    float: left;
    text-align: center;
    background: url(../img/bg_1.jpg) no-repeat;
    padding: 7em 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -70px;
    padding-top: 10em;
}

 section.hire_sect {
    width: 100%;
    float: left;
    text-align: center;
    background: url(../img/bg_1.jpg) no-repeat;
    padding: 7em 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
    padding-top: 10em!important;
}

.hire_cont h3 {
    color: #fff;
    font-size: 40px !important;
    font-weight: 900;
    font-family: 'Poppins';
    line-height: 1.5;
    margin-bottom: 10px;
}

.hire_cont h3 span {
    color: #7F96FE;
}

.hire_cont p {
    color: #fff;
}


.hire_cont a {
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    line-height: 42px;
    padding-left: 50px;
    padding-right: 50px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}

section.Featured_Projects_sect {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0px;
}

.Featured_Projects_heading h3 {
    color: #222;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
}


.Featured_Projects_heading {
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}


.Featured_Projects_menu ul li {
    list-style: none;
    display: inline-block;
   
}

.Featured_Projects_menu ul li a {
    padding: 18px 15px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    display: inline-block;
}

.Featured_box_1 {
    width: 100%;
    float: left;
}

.Featured_img_area {
    width: 100%;
    float: left;
    position: relative;
}

.Featured_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


.Featured_img {
    min-height: 350px;
    max-height: 350px;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.7));
}


.overlay.overlay-bg {
    background: -webkit-linear-gradient(0deg,#8490ff 0%,#62bdfc 100%);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}


.Featured_img_area:hover .overlay.overlay-bg {
    opacity: 0.85;
}

.Featured_cont {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
}

.Featured_cont h3 {
    font-size: 18px;
    color: #222;
    line-height: 1.2;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.Featured_middel_img {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s ease-in-out;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
}


.Featured_img_area:hover .Featured_middel_img {
    opacity: 1;
}


.Featured_Projects_menu {
    margin-bottom: 30px;
}

section.feedback_crousel_sect {
    width: 100%;
    float: left;
    background: url(../images/home-bg.jpg) no-repeat;
    padding: 50px 0;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

section.feedback_crousel_sect:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}

.feedback_heading {
    width: 100%;
    float: left;
    text-align: center;
}

.feedback_heading h3 {
    color: #222;
    line-height: 1.2em !important;
    font-size: 36px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 10px;
}


section.feedback_crousel_sect .feedback_heading h3 {
    color: #fff;
    line-height: 1.2em !important;
    font-size: 36px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 10px;
}

section.feedback_crousel_sect .feedback_heading p {
    color: #fff;
}

.choose_cont_area {
    background-color: #f9f9ff;
    width: 100%;
    float: left;
}

.choose_box_1 {
    transition: all 0.3s ease 0s;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}


h1.package-no {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
    background-color: rgba(132, 144, 255, 0.1);
    border-radius: 100px;
    align-items: center;
    display: grid;
    border: 30px solid rgba(132, 144, 255, 0.1);
}

.top-part h4 {
    font-size: 18px;
    margin-top: 20px;
}

.top-part p {
    margin-top: 10px;
    margin-bottom: 16px;
}

.package-list {
    padding-bottom: 30px;
    padding-top: 15px;
}

.package-list ul li {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.bottom-part {
    transition: all 0.3s ease 0s;
}

.bottom-part {
    transition: all 0.3s ease 0s;
}

.package-list ul li:last-child {
    border-bottom: 1px solid #eee;
}

.bottom-part a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    color: #222;
    padding: 10px 50px;
    font-weight: 500;
    display:none;
}

.choose_box_1:hover {
    transform: scale(1.05);
    z-index: 2;
    color: #fff !important;
    cursor: pointer;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%) !important;
}

.choose_box_1:hover h4 {
    color: #fff;
}

.choose_box_1:hover li {
    color: #fff;
}

.choose_box_1:hover p {
    color: #fff;
}

.choose_box_1:hover .bottom-part h1 {
    display: none;
}

.choose_box_1:hover .bottom-part a {
    display: block;
}

.choose_box_1:hover h1.package-no {
    border-color: rgba(255, 255, 255, 0.21);
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

section.choose_sect .feedback_heading {
    padding-bottom: 70px;
}

section.choose_sect {
    width: 100%;
    float: left;
    padding: 0;
}

section.blog_sect {
    width: 100%;
    float: left;
    padding: 0px 0px;
    background: #f9f9ff;
    padding-bottom: 50px;
    padding-top: 40px;
}

.blog_box_1 {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px;
    transition: all .4s ease-in-out;
}

.blog_img {
    width: 100%;
    float: left;
    position: relative;
}



.blog_img img {
    width: 100%;
    min-height: 230px;
    max-height: 230px;
    object-fit: cover;
    
}

.blog_box_1:hover {
    background: #fff;
    box-shadow: 1px 10px 10px rgb(0 0 0 / 0.5);
    transform: translateY(-15px);
}

section.blog_sect .row {
    display: flex;
    flex-wrap: wrap;
}

.blog_cont a h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 35px;
    font-size: 18px;
    font-family: 'Poppins';
}

.blog_cont {
    width: 100%;
    float: left;
    color: #222;
}

.blog_cont p {
    text-align: left;
    margin-top: 15px;
}

.feedback_heading {
    padding: 0 190px;
    padding-bottom: 70px;
}

footer.main_footer {
    width: 100%;
    float: left;
    background: #04091E;
    padding: 50px 0 20px;
}

.footer_box_1 {
    width: 100%;
    float: left;
    overflow: hidden;
}

.footer_box_1 h4 {
    color: #fff !important;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 18px;
}

.footer_box_1 p {
    padding-bottom: 16px;
}


input.form-control {
    height: 40px;
    border-radius: 0;
    font-weight: 300 !important;
}

button.btn.btn-default {
    border: 0;
    border-radius: 0;
    height: 40px;
    background: #8490FF;
    color: #fff;
}

 .footer-social a {
    width: 30px;
    height: 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

section.address_sect {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.address_cont {
    width: 100%;
    float: left;
    text-align: center;
}

.address_cont {
    position: relative;
    padding-bottom: 16px !important;
    margin-bottom: 48px;
    padding: 0 300px;
}

.address_cont h1.big.big-2 {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7vw;
    z-index: -1;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.1) !important;
}

.address_cont h2 {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 24px;
}

.address_cont p {
    padding-top: 20px;
}

.address_box_1 {
    width: 100%;
    text-align: center;
}

.icon_box {
    width: 100px;
    height: 100px;
    background: rgb(0 0 0 / 0.1);
    margin: 0px auto 2em;
    border-radius: 50%;
}


.icon_box {
    width: 100px;
    height: 100px;
    margin: 0px auto 2em;
    border-radius: 50%;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_box i {
    color: #fff;
    font-size: 30px;
}

.address_box_1 h3 {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 24px;
}

.address_box_1 p a {
    font-weight: 400;
    color: #222;
    font-family: 'Poppins';
    font-size: 16px;
}

/* section.address_sect {
    width: 100%;
    float: left;
    padding-top: 120px;
} */

section.contact_form_sect {
    width: 100%;
    float: left;
    padding-top: 48px;
    padding-bottom: 50px;
}

section.contact_form_sect [class*="col-"] {
    padding: 0;
    display: flex;
}


section.contact_form_sect .row {
    display: flex;
    -ms-flex-wrap: ;
}

.contact_box_1 {
    width: 100%;
    float: left;
    background: url(https://staging.freelancerwebdevelopment.com/wp-content/uploads/2022/02/social-media-5187243_1920-1024x683-1.png) no-repeat;
    background-position: center top;
   background-size: cover;
}

.contact_box_1 img {
    width: 100%;
    float: left;
}

.contact_form {
    width: 100%;
    float: left;
}

form.bg-light.p-4.p-md-5.contact-form {
    padding: 48px;
    background: rgb(248, 249, 250) !important;
}

.form-group {
    margin-bottom:16px;
}


.contact-form input {
    font-size: 18px;
    border-radius: 5px !important;
    height: 52px !important;
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
    box-shadow: none !important;
}


.contact-form input.btn.btn-primary.py-3.px-5 {
    height: auto !important;
    width: auto !important;
    border: 0;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%) !important;
    line-height: 42px;
    padding-left: 50px;
    padding-right: 50px;
    border: none;
    color: #fff !important;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}


.crousel_sect {
    width: 100%;
    float: left;
    position: relative;
}

.item_box_1 {
    width: 100%;
}

.item_box_1_img img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}

.item_box_1 {
    width: 100%;
    display: flex;
}

.item_box_1_img {
    margin-right: 30px;
}

.item_box_1 {
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: 25px 30px 12px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    min-height: 230px;
    max-height: 230px;
}

.desc p {
    padding-bottom: 16px;
}

.desc h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Poppins';
}

#home_crousel .owl-dots {
    display: none;
}

#home_crousel .owl-nav {
    position: absolute;
    left: 101%;
    top: 25%;
    margin-top: 0 !important;
}


#home_crousel .owl-nav .fa {
    background-color: white;
    box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
    padding: 14px;
    color: #000;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    display: inline-flex;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0;
}


#home_crousel .owl-nav .fa:hover {
    background: #8490ff;
    color: #fff;
}


/* tabs css */

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: inherit;
    border: 0;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 0 !important;
    line-height: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.nav-tabs>li {
    float: none !important;
    margin-bottom: 0 !important;
}
 
ul.nav.nav-tabs li.active a {
    color: #8490ff !important;
}

.nav-tabs {
    border-bottom: 0 !important;
}





.da-slider{
    width: 100%;
    min-width: 520px;
    height: 500px;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    background: transparent url(/wp-content/uploads/2021/04/php_development.png) repeat;
    border-top: 0;
    border-bottom: 0;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
    -webkit-transition: background-position 1.4s ease-in-out 0.3s;
    -moz-transition: background-position 1.4s ease-in-out 0.3s;
    -o-transition: background-position 1.4s ease-in-out 0.3s;
    -ms-transition: background-position 1.4s ease-in-out 0.3s;
    transition: background-position 1.4s ease-in-out 0.3s;
}

section.main_bannerr:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(20 47 75 / 78%) !important;
    top: 0;
    left: 0;
}

.da-slide {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    transform: inherit;
    left: 100px;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
}

.slide_cont {
    padding-top: 0px;
}


.da-slide-current{
    z-index: 1000;
}
.da-slider-fb .da-slide{
    left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
    left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
    position: absolute;
    opacity: 0;
    left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
    left: 10%;
    opacity: 1;
}
.da-slider-fb .da-slide .da-img{
    left: 60%;
    opacity: 1;
}


.da-slide h2 {
    color: #fff;
    font-size: 65px;
    width: auto;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 10;
    line-height: normal !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-weight: 600;
    font-family: 'Poppins';
    padding-bottom: 10px;
    position: unset !important;
}


.da-slide p {
    width: 80%;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    height: auto;
    overflow: hidden;
    font-weight: 400;
    font-style: unset;
    font-family: 'Poppins';
    position: unset !important;
}

.da-slide .da-img {
    text-align: center;
    width: 40%;
    top: 0;
    height: 100%;
    line-height: 320px;
}

/* .da-img img {
    filter: drop-shadow(2px 4px 10px #0F53C0);
} */

a.da-link {
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%) !important;
    line-height: 42px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: none !important;
	position:unset!important;
    color: #fff !important;
    display: inline-block !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
    text-transform: uppercase !important;
    margin-top: 30px;
}

.da-slide .da-link:hover{
    background: rgba(255,255,255,0.3);
}
.da-dots{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 20px;
    z-index: 2000;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-dots span {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 3px;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%) !important;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1);
}


.da-dots span.da-dots-current:after{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-arrows span {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%) !important;
    cursor: pointer;
    z-index: 2000;
    opacity: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1);
    -webkit-transition: opacity 0.4s ease-in-out 0.2s;
    -moz-transition: opacity 0.4s ease-in-out 0.2s;
    -o-transition: opacity 0.4s ease-in-out 0.2s;
    -ms-transition: opacity 0.4s ease-in-out 0.2s;
    transition: opacity 0.4s ease-in-out 0.2s;
}

.da-slider:hover .da-arrows span{
    opacity: 1;
}
.da-arrows span:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    background: transparent url(../images/arrows.png) no-repeat top left;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
    background-position: top right;
}
.da-arrows span.da-arrows-prev{
    left: 15px;
}
.da-arrows span.da-arrows-next{
    right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
    left: 10%;
    opacity: 1;
}
.da-slide-current .da-img{
    left: 52%;
    opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
    -webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
    -webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link{
    -webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
    -webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both !important;
    -moz-animation: fromRightAnim4 0.6s ease-in 0.8s both !important;
    -o-animation: fromRightAnim4 0.6s ease-in 0.8s both !important;
    -ms-animation: fromRightAnim4 0.6s ease-in 0.8s both !important;
    animation: fromRightAnim4 0.6s ease-in 0.8s both !important;
}
@-webkit-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
    -webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
    -webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link{
    -webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
    -webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
    -webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
    animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
    -webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
    animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link{
    -webkit-animation: toRightAnim3 0.4s ease-in both;
    -moz-animation: toRightAnim3 0.4s ease-in both;
    -o-animation: toRightAnim3 0.4s ease-in both;
    -ms-animation: toRightAnim3 0.4s ease-in both;
    animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
    -webkit-animation: toRightAnim4 0.6s ease-in both;
    -moz-animation: toRightAnim4 0.6s ease-in both;
    -o-animation: toRightAnim4 0.6s ease-in both;
    -ms-animation: toRightAnim4 0.6s ease-in both;
    animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
    -webkit-animation: toLeftAnim1 0.6s ease-in both;
    -moz-animation: toLeftAnim1 0.6s ease-in both;
    -o-animation: toLeftAnim1 0.6s ease-in both;
    -ms-animation: toLeftAnim1 0.6s ease-in both;
    animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
    -webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link{
    -webkit-animation: toLeftAnim3 0.4s ease-in both;
    -moz-animation: toLeftAnim3 0.4s ease-in both;
    -o-animation: toLeftAnim3 0.4s ease-in both;
    -ms-animation: toLeftAnim3 0.4s ease-in both;
    animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
    -webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

.logo a {
    display: block;
}


.logo a img {
    width: 100%;
    max-width: 200px;
}

.da-slide h4 {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px !important;
    font-size: 16px;
}


.feedback {
    background-color: #31B0D5;
    color: white;
    font-family: 'Poppins';
    padding: 10px 20px;
    border-radius: 0px;
    border-color: inherit;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    text-transform: uppercase;
    border: 0 !important;
}

#mybutton {
    position: fixed;
    bottom: 15px;
    right: 65px;
    z-index: 99999;
}

#mywhtsbutton {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9999999;
     -webkit-animation: mover 1s infinite  alternate;
      animation: mover 1s infinite  alternate;
}

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


.wpsm_counterbox {
    margin: 0 !important;
}

form.wpcf7-form input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    border-radius: 5px;
    padding: 5px 10px;
}

form.wpcf7-form {
    background: #f8f9fa;
    padding: 3rem;
    /*box-shadow: 0px 16px 10px #0000006b;*/
}


form.wpcf7-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    height: 200px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    line-height: 42px;
    padding-left: 50px;
    padding-right: 50px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    width: auto;
}

form.mailpoet_form.mailpoet_form_form.mailpoet_form_shortcode {
    padding: 0 !important;
    position: relative;
}


.mailpoet_paragraph input {
    background: #fff;
    height: 42px;
    border: 0;
    padding-right: 110px !important;
}

#mailpoet_form_1 .mailpoet_submit {
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    line-height: normal;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    height: 35px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mailpoet_paragraph.last {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}

.address_box_1 br {
    display: none;
}

.address_box_1 p a {
    color: #777777;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625em;
    margin-bottom: 0;
}


.address_box_1 p  {
    color: #777777;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625em;
    margin-bottom: 0;
}

.copY-area {
    text-align: center;
    padding: 15px 0px;
    margin-top: 0px;
}

section.main_banner {
    width: 100%;
    float: left;
    background: url(https://staging.freelancerwebdevelopment.com/wp-content/uploads/2021/01/Slider.png);
    padding-top: 0;
	position:relative;
	height: 450px;
}

section.main_banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(20 47 75 / 78%) !important;
    top: 0;
    left: 0;
}

.entry-contentabout {
    width: 100%;
    display: flow-root;
    padding: 50px 0px 40px;
}

.entry-contentabout img {
    float: right;
    object-fit: cover;
    width: 100%;
    max-width: 30%;
    height: 350px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: 20px;
}

.page-template-about section.hire_sect {
    margin-top: 0;
    margin-bottom: 20px;
}

.about_page_area .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about_page_area [class*="col-"] {
    display: flex;
}

.about_page_area .about-box {
    width: 100%;
    box-shadow: 2px 2px 10px #00000085;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

.about_page_area .about-box h3 {
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 700;
    padding-bottom: 10px;
}

.about_page_area {
    padding-bottom: 30px;
    padding-top: 20px;
    width: 100%;
    float: left;
}

.entry-section-mid {
    clear: both;
}

.page-template-contact-me section.address_sect .row {
    display: flex;
    flex-wrap: wrap;
}

.page-template-contact-me section.address_sect [class*="col-"] {
    display: flex;
}

.page-template-contact-me .address_box_1 {
    width: 100%;
    text-align: center;
    box-shadow: 0px 16px 10px #0000006b;
    padding: 20px;
}

.map-section {
    width: 100%;
    box-shadow: 0px 16px 10px #0000006b;
}

.map-section {
    width: 100%;
}
.contact_area_sect [class*="col-"] {
    display: flex;
}

.contact_area_sect .row {
    display: flex;
    flex-wrap: wrap;
}

.contact_area_form {
    width: 100%;
}

.contact_area_sect {
    width: 100%;
    float: left;
    padding-top: 50px;
    margin-bottom: 50px;
}


.map-section iframe {
    height: 100%;
}

div#mywhtsbutton img {
    width: 60px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.9));
}




/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #e03a3c !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
      list-style: none;
    display: inline-block;
    padding: 18px 15px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
    font-weight: 500;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #8490ff;
    background: transparent;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(17, 17, 17, 0.6);
    height: 350px;
    border-radius: 5px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}

.portfolio .portfolio-wrap img {
    object-fit: cover;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
    width: 100% !important;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}



/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: -5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
   background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%) !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

.dateblog {
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    color: white;
    font-family: 'Poppins';
    padding: 10px 10px;
    position: absolute;
    bottom: -20px;
    left: 15px;
    text-align: center;
}

.blog_cont {
    width: 100%;
    float: left;
    color: #222;
    padding-top: 35px;
}

.blog_cont h4 {
    font-family: 'Poppins' !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    padding-bottom: 10px;
}

.da-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

section#portfolio {
    padding-top: 40px;
}

.blog-butn {
    clear: both;
}

.blog-butn a:empty {
    display: none;
}

.blog-butn a {
    /* background-color: #31B0D5; */
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
    padding: 0;
    border-radius: 0px;
    border-color: inherit;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    border: 0 !important;
    margin-top: 0;
    display: inline-block;
}

a.butn  {
    background-color: #31B0D5;
    color: white;
    font-family: 'Poppins';
    padding: 10px 20px;
    border-radius: 0px;
    border-color: inherit;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    text-transform: uppercase;
    border: 0 !important;
    margin-top: 10px !important;
    display: inline-block;
}

.serice-innersecton {
    width: 100%;
    float: left;
}

.serice-innersecton section.service_sect [class*="col-"] {
    display: flex;
}

.serice-innersecton section.service_sect .row {
    display: flex;
    flex-wrap: wrap;
}

.serice-innersecton section.service_sect [class*="col-"] a {
    display: flex;
}

.price-inner section.choose_sect {
    width: 100%;
    float: left;
    padding: 0;
    padding-top: 40px;
}

.price-inner section.choose_sect .feedback_heading {
    padding-bottom: 20px;
}

.price-inner section.choose_sect .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.serv_contsec {
    text-align: center;
    box-shadow: 1px 1px 10px #000;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
}


.serv_contsec p {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding-bottom: 10px;
}

.serv_contsec a {
    background-color: #31B0D5;
    color: white;
    font-family: 'Poppins';
    padding: 10px 20px;
    border-radius: 0px;
    border-color: inherit;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    text-transform: uppercase;
    border: 0 !important;
    margin-top: 10px !important;
    display: inline-block;
}

.serv_contsec {
    text-align: center;
    box-shadow: 1px 1px 10px #00000061;
    padding: 20px;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
}

.price-inner section .bottom-part {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.price-inner section.choose_sect [class*="col-"] {
    display: flex;
}

.per-detail {
    width: 100%;
    float: left;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    background: #ddd;
    padding: 30px 20px 0;
    margin-bottom: 30px;
}

.personal_cont {
    width: 31.6%;
    float: left;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.38) 1px 1px 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
}

p.pwn {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.personal-box h3 {
    padding-bottom: 20px;
}

.serice-innersecton section.service_sect {
    padding: 50px 0 0px;
}

section.breadcrumbs {
    width: 100%;
    float: left;
    background: #000;
    padding: 15px 0px;
}

section.breadcrumbs h2 {
    color: #fff;
}

section.breadcrumbs ol {
    padding-left: 0;
}

section.breadcrumbs ol li a {
    color: #fff;
}
section.breadcrumbs ol li {
    color: #fff;
}

section#portfolio-details {
    clear: both;
}

section#portfolio-details {
    clear: both;
    padding-bottom: 50px;
    padding-top: 60px;
}

footer.copy_rigt_sect {
    width: 100%;
    float: left;
    background: #000;
}

.copY-area p {
    color: #777;
}

section.inner_priceing_sect {
    width: 100%;
    float: left;
    clear: both;
    padding: 60px 0px;
}

section.inner_priceing_sect .choose_box_1 {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

section.inner_priceing_sect .choose_box_1:hover {
    color: #fff !important;
    cursor: pointer;
    transform: scale(1) !important;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%) !important;
}

section.inner_priceing_sect .row {
    display: flex;
    flex-wrap: wrap;
}

section.inner_priceing_sect [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.choose_box_2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    background: #fff;
/*     box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4); */
    padding: 20px 50px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.5s;
    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
    z-index: 9999999;
}



.service_area_one form.wpcf7-form input {
    height: 40px;
    font-size: 15px;
    border-radius: 0;
}

.service_area_one form.wpcf7-form select {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}
 
.service_area_one form.wpcf7-form br {
    display: none;
}

.service_area_one input.wpcf7-form-control.wpcf7-submit {
    height: auto;
    line-height: normal;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}

section.service_area_one .row {
    display: flex;
    flex-wrap: wrap;
}

section.service_area_one .row {
    width: 100%;
    float: left;
}

section.service_area_one {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

section.service_area_one [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
}

section.service_area_one .serimage {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
/*     box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4); */
    padding: 40px 20px;
}

section.service_area_one .serimage p {
    text-align: center;
    padding-top: 10px;
}

section.service_area_one form.wpcf7-form {
    background: #fff !important;
    padding: 20px !important;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.service_area_one_headin {
    padding-bottom: 15px;
}

section.main_bannerr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.4);
    top: 0;
    left: 0;
    z-index: 9;
}

section.main_bannerr {
    position: relative;
}

.serimage img {
    width: 100%;
    min-height: 450px;
    max-height: 450px;
    object-fit: cover;
}

ul#menu-header-menu li.current_page_item a {
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



ul#menu-header-menu li.current_page_item {
    border-bottom: 2px solid #62befc;
}

section.inner_priceing_sect .choose_box_2 h2 {
    margin-bottom: 10px;
}

ul#menu-header-menu li:hover {
    transform: scale(1.3);
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul#menu-header-menu li {
   transition:all .3s ease-in-out;
}

#scroll {
    position: fixed;
    right: 10px;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}


#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.est-pg {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.est-pg form.wpcf7-form {
    width: 80%;
    margin: 0 auto;
}

.est-pg select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    border-radius: 5px;
    padding: 5px 10px;
}

.est-pg form.wpcf7-form input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    border-radius: 5px;
    padding: 5px 10px;
    line-height: 42px;
}




.entry-content {
    width: 100%;
    display: flow-root;
    padding: 50px 0px 40px;
}

section.blog_sect {
    width: 100%;
    float: left;
}

.related_post_box {
    width: 100%;
    float: left;
    display: flex;
    
}

.related_post_box_img img {
    width: 100%;
}

.related_post_box_cont {
    width: 70%;
    float: left;
}

.related_post_box_img {
    width: 30%;
    float: left;
}

.related_post_box_cont h4 {
    text-transform: uppercase;
}

.related_post_box_cont {
    padding-left: 20px;
}

.related_post {
    width: 100%;
    float: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0px;
}


.upper_blog_post_box_one {
    width: 100%;
    float: left;
    text-align: center;
}

.blog_post_box_img img {
    width: 100%;
    min-height: 600px;
    max-height: 600px;
    object-fit: cover;
}

.blog_post_box_img {
    width: 100%;
    float: left;
}

.upper_blog_post_box_one {
    padding-top: 30px;
}

.name_sect {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.name_sect h3 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
     width: 50%;
    float: left;
    text-align: left;
}

.name_sect p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    width: 50%;
    float: left;
    text-align: right;
}


.blog_date_rel {
    display: flex;
    justify-content: space-between;
}

.blog_date_rel h3 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
     width: 50%;
    float: left;
    text-align: left;
}

.blog_date_rel p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    width: 50%;
    float: left;
    text-align: right;
}

.rel_name_cont {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

.row.second {
    padding-top: 50px;
}

.blog_rel_cont_heading {
    padding-left: 50px;
}

.rel_blog_cont {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}

.blog_date {
    padding-bottom: 30px;
}

.inner_blog_page section.blog_sect .row {
    display: flex;
    flex-wrap: wrap;
}

.inner_blog_page section.blog_sect [class*="col-"] {
    display: flex;
}

.inner_blog_page .blog_box_1 {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    border: 2px solid #ccc;
    padding: 5px;
    transition: all .4s ease-in-out;
}

.inner_blog_page .blog_img img {
    width: 100%;
    float: left;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
}

.inner_blog_page .blog_coniner {
    clear: both;
    padding-top: 40px !important;
    padding: 20px;
}

.inner_blog_page .blog-butn {
    margin-top: 15px;
}

.inner_blog_page section.blog_sect {
    background: transparent;
}

.inner_blog_page .blog_box_1:hover {
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 1px 10px 10px rgb(0 0 0 / 0.5);
    transform: translateY(-15px);
}

.face_share {
    clear: both;
    width: 100%;
    float: left;
}

.face_share .footer_box_2.footer_box_1 {
    width: 50%;
    float: left;
}

.face_share .footer_box_2share.footer_box_1 {
    width: 50%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    
}

form#commentform {
    background: #ddd;
    padding: 15px;
}

div#comments {
    padding: 40px 0px 40px;
    clear: both;
}
form#commentform textarea {
    width: 100%;
    border: 1px solid #ccc;
}

form#commentform textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

div#comments h3 {
    padding-bottom: 15px;
}

form#commentform p.logged-in-as {
    padding-bottom: 10px;
}

form#commentform p.logged-in-as a {
    color: #000;
}

form#commentform input#submit {
    background-color: #31B0D5;
    color: white;
    font-family: 'Poppins';
    padding: 10px 20px;
    border-radius: 0px;
    border-color: inherit;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    text-transform: uppercase;
    border: 0 !important;
    margin-top: 15px;
}

.nav-links a {
        color: white;
    font-family: 'Poppins';
    font-weight: 600;
    padding: 0;
    border-radius: 0px;
    border-color: inherit;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    border: 0 !important;
    margin-top: 0;
    display: inline-block;
    border-bottom: 2px solid #8095ff !important;
}

.nav-links {
    display: flex;
    justify-content: space-between;
}

span.tag-links {
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 0.2);
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    margin-top: 40px;
}

nav.navigation.post-navigation h2.screen-reader-text {
    display: none;
}

.ins-feed {
    clear: both;
    float: left;
    width: 100%;
    overflow-x: hidden;
    text-align: center;
    padding-bottom: 30px;
}

.inst-button  a {
    text-align: center;
    background-color: #31B0D5;
    color: white;
    font-family: 'Poppins';
    padding: 10px 20px;
    border-radius: 0px;
    border-color: inherit;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%) !important;
    text-transform: uppercase;
    border: 0 !important;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 20px !important;
    margin: 0 auto !important;
}

.insta-gallery-item {
    height: 250px;
}

.insta-gallery-feed {
    position: relative;
}

.insta-gallery-feed.insta-gallery-square .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap, .insta-gallery-square.qligg-mfp-wrap .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    padding-top: 0 !important;
    height: 250px !important;
    max-height: 250px !important;
    min-height: 250px !important;
}

.ins-feed a {
    text-align: center;
    background-color: #31B0D5;
    color: white;
    font-family: 'Poppins';
    padding: 10px 20px;
    border-radius: 0px;
    border-color: inherit;
    background: -webkit-linear-gradient(0deg, rgb(132 144 255 / 0.5) 0%, rgb(98 189 252 / 0.5) 100%);
    text-transform: uppercase;
    border: 0 !important;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 20px;
    margin: 0 auto !important;
}

a.insta-gallery-icon.qligg-icon-instagram {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

a.insta-gallery-icon.qligg-icon-instagram {
    font-size: 50px !important;
    filter: drop-shadow(2px 4px 6px #000);
}

.ins-feed {
    clear: both;
    float: left;
    width: 100%;
    overflow-x: hidden;
    text-align: center;
}

.inst-button {
    margin-bottom: 20px !important;
}

section.inner_priceing_sect .choose_box_2 ul li {
    margin-bottom: 5px;
    position: relative;
}

section.inner_priceing_sect .choose_box_2 ul li:last-child {
    margin-bottom: 0;
}

section.inner_priceing_sect .choose_box_2 ul li:before {
    content: "\f0a4 ";
    font-family: 'FontAwesome';
    padding-right: 6px;
    top: 0;
    left: 0;
}

.rel_blog_cont img {
    width: 100%;
    margin: 15px 0px;
    object-fit: cover;
    height: auto;
}

.LoadMoreButton__Component-sc-5z801y-1.cszGQL {
    background-color: #31B0D5;
    color: white;
    font-family: 'Poppins';
    padding: 15px 20px;
    border-radius: 0px;
    font-size: 18px;
    border-color: inherit;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    text-transform: uppercase;
    border: 0 !important;
}

.cszGQL:hover {
    background-color: rgba(41, 39, 39, 0.12);
    color: rgb(255 255 255) !important;
}

.choose_box_2 ul {
    margin-bottom: 15px;
}

.slide_cont.wow.fadeInUp {
    width: 60%;
    float: left;
}

.da-img.wow.fadeInDown {
    display: flex;
    align-items: center;
}

.slide_img.first-img-1 .da-img {
    align-items: flex-end;
}

.choose_cont_area .row {
    display: flex;
    flex-wrap: wrap;
}

.bottom-part {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}

.top-part {
    width: 100%;
}

section.counter_sect [class*="col-"] {
    display: flex;
}
section.counter_sect .row {
    display: flex;
    flex-wrap: wrap;
}


section.address_sect .row {
    display: flex;
    flex-wrap: wrap;
}

.serice-innersecton .service_box_cont h4 {
    width: 90%;
}

form#commentform label {
    width: 100%;
}

form#commentform [class*="comment-form"] input {
    width: 100%;
    height: 44px;
    border: 1px solid #ccc;
}

form#commentform [class*="comment-form"] {
    margin-bottom: 10px;
}

input#wp-comment-cookies-consent {
    width: auto !important;
    height: auto !important;
    float: none !important;
    margin-right: 10px;
}

p.comment-form-cookies-consent label {
    font-weight: 400 !important;
}

p.comment-form-cookies-consent {
    display: flex;
    align-items: baseline;
}


.rel_blog_cont h2 {
    margin: 25px 0px 5px;
}

.rel_blog_cont ul li:last-child {
    margin-bottom: 0;
}
.rel_blog_cont ul li {
    margin-bottom: 15px;
}

.blog_date_rel p:empty {
    display: none;
}
.rel_blog_cont p {
    margin-bottom: 20px;
}
.rel_blog_cont h3 {

    margin-top: 30px;
    padding-top: 16px;
    margin-bottom: 21px;
    font-size: 26px;
    border-top: 1px solid;
}
.rel_blog_cont ul {
    margin-bottom: 30px;
}