/*
Theme Name: the7dtchild
Author: Arbab Hassan
Author URI: https://arbab.dev/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 4.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.page-thumbail-wrap img {
    width: 100%;
}


/* Footer Strip Starts */

#page {
    grid-template-areas: "header" "slider" "title" "fancyheader" "checkout" "main" "footer-strip" "footer";
}

.footer-strip {
    grid-area: footer-strip;
    background: #0f1411;
    padding: 0 0 50px;
}

.footer-strip,
.footer-strip * {
    box-sizing: border-box;
}

.footer-strip .fs-container {
    width: 1300px;
    max-width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

.footer-strip .fs-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-strip .fs-text {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-strip .fs-form {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
}

.fs-text h2 {
    color: #fff;
    line-height: 1;
}

.fs-text p {
    text-align: justify;
    color: #fff;
}

.fs-form>p {
    color: #fff;
}

.footer-strip .wpcf7 {
    margin: 0 !important;
}

.footer-strip .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}

.footer-strip .wpcf7-form>div {
    padding-right: 20px;
    margin-bottom: 20px;
}

.wpcf7-number,
.footer-strip input[type=text],
.footer-strip input[type=search],
.footer-strip input[type=tel],
.footer-strip input[type=url],
.footer-strip input[type=email],
.footer-strip input[type=number],
.footer-strip input[type=date],
.footer-strip input[type=range],
.footer-strip input[type=password],
.footer-strip select,
.footer-strip textarea {
    margin-bottom: 0;
    color: #000;
}

.footer-strip *::placeholder {
    color: #000;
}

.footer-strip input.wpcf7-form-control.wpcf7-submit {
    border-radius: 0 !important;
}

.footer-strip .company {
    width: 40%;
}

.footer-strip .name {
    width: 30%;
}

.footer-strip .contact {
    width: 30%;
}

.footer-strip .email {
    width: 40%;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background: #072e5b;
}

@media screen and (max-width: 778px) {
    .footer-strip .fs-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 940px) {
    .footer-strip .fs-text {
        width: 100%;
        margin-bottom: 25px;
    }
    .footer-strip .fs-form {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .footer-strip .company,
    .footer-strip .name,
    .footer-strip .email,
    .footer-strip .contact {
        width: 50%;
    }
}

@media screen and (max-width: 550px) {
    .footer-strip .company,
    .footer-strip .name,
    .footer-strip .email,
    .footer-strip .contact {
        width: 100%;
        padding-right: 0 !important;
    }
    .footer-strip .submit span:last-child {
        font-size: 13px;
    }
}


/* Get Touch */

#gettouch {
    padding: 20px 0;
    margin-bottom: 50px;
    background: #fff;
}

.get_touch {
    text-align: center;
}

.get_touch p {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    max-width: 800px;
    font-weight: 600;
}

.get_touch a {
    display: inline-block;
    margin: 10px;
    border: 1px solid #e13d3a;
    background: linear-gradient(45deg, #d900bd 0%, #ff0078 51%, #ff6248 100%);
    border-radius: 20px;
    color: #fff;
    padding: 4px 15px 4px 6px;
    text-decoration: none;
}

.get_touch a i {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-right: 20px;
    color: #0f1411;
    padding: 7px;
    font-size: 13px;
}


/* Custom CSS */

.apply-now-wrap * {
    box-sizing: border-box;
}

.apply-now-wrap {
    margin: 15px 0;
}

#applynow-btn {
    margin: 0 auto;
    width: 80%;
    max-width: 250px;
    text-align: center;
    display: block;
    font-size: 1.6rem;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.categories-cover {
    margin: 0 auto;
}

.categories-cover .vc_col-sm-6:last-child {
    /*  padding-left: 140px;
  border-left: 2px solid #ccc;*/
}

.categories-cover .uavc-list-icon-wrapper {
    margin: 20px 10px !important;
}

.categories-cover h3 {
    background: linear-gradient(45deg, #d900bd 0%, #ff0078 51%, #ff6248 100%);
    padding: 0 20px;
    color: #fff !important;
    border-radius: 37px;
    text-transform: uppercase;
    font-size: 16px !important;
    text-align: center !important;
    max-width: 400px;
    margin: 0 auto 30px;
}

.mob-justify>* {
    justify-content: center !important;
}

@media (max-width: 777px) {
    .mob-align {
        text-align: center !important;
    }
}


/* Key Values */

.prd-values .item {
    margin: 0 10px;
    position: relative;
}

.prd-values .item img {
    width: 100%;
    display: inline-block;
    transform-style: preserve-3d;
}

.prd-values .values_icon {
    text-align: center;
    position: absolute;
    top: 340px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.prd-values .values_icon p {
    margin: 0;
    line-height: 28px;
}

.prd-values .values_icon p img{
    display: inline-block !important;
    width: auto;
}
.prd-values .values_icon h4 {
    margin-top: 10px;
    color: #fff;
}

.prd-values .clear {
    clear: both;
}

.prd-values .hover_cont {
    position: absolute;
    top: 100%;
    height: 100%;
    background: linear-gradient(45deg, #d900bd 0%, #ff0078 51%, #ff6248 100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 40px 20px 20px 20px;
    text-align: left;
    overflow: hidden;
}

.prd-values .hover_cont h4 {
    color: #fff;
    position: relative;
    padding-top: 20px;
}

.prd-values .hover_cont h4:after {
    height: 5px;
    content: "";
    width: 85px;
    position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
}

.prd-values .hover_cont p {
    line-height: 26px;
    margin: 25px 0;
    color: #fff;
}

.prd-values .item:hover .hover_cont {
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* Packages Page */

.rm-container{
  width: 1300px;
}

.clear {
  clear: both;
}
.page-template-packages #main{
  padding: 0;
}

.page-template-packages #main > .wf-wrap{
  width: 100%; 
  padding: 0;
}

.banner-sec{
  background-image: url("https://productregistrationdubai.com/wp-content/uploads/2020/03/prd_hmbg_6.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 80px;
  position: relative;
  box-sizing: border-box;
}

.packages-inner-wrap *{
  box-sizing: border-box;
}

.banner-sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.banner-sec > .wf-wrap {
    z-index: 2;
    position: relative;
}

.banner-row{
  display: flex;
  flex-wrap: wrap;
}
.textual-area{
  width: calc(100% - 320px);
  padding-top: 50px;
  padding-right: 15px;
  color: #fff;
}



.banner-title {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 54px;
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 18px;
}
.banner-title strong {
  color: #fff538;
  font-weight: 900;
}

.package-box {
    width: 280px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 15px;
    text-align: center;
}

.pkg-box-inner {
    background-color: #2b5e9c;
    border-radius: 15px;
    color: #fff;
}
.pkg-box-inner h4 {
    color: #fff;
    font-size: 37px;
    line-height: 1;
    margin: 0;
    padding: 10px 10px 0;
}
.pkg-box-inner p {
    margin: 0;
}

.pkg-box-inner .price {
    background: #002e5b;
    border-radius: 0 0 15px 15px;
    color: #fef602;
    font-size: 32px;
    font-weight: bold;
    padding: 10px;
    font-style: italic;
}

.form-area {
    width: 320px;
    text-align: left;
    border-radius: 6px;
    background-color: rgba(0,0,0,.75);
    background-image: linear-gradient(#ed0098, #0f1411);
    padding: 20px;
    margin: 0;
}

.form-area .form-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0px 0px 10px;
    pointer-events: none;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.form-area .wpcf7 {
    margin-top: 0 !important;
}

/* Pkg Area */
.pkg-single {
  float: left;
  width: calc(33% - 20px);
  margin: 0 10px 20px;
  background-color: #fff;
  text-align: center;
  padding: 0;
  border-radius: 20px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 2px solid transparent;
  position: relative;
  border: 2px solid #1f365c;
  box-shadow: -7px 7px 15px #1f365b;

}
.pkg-head{
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
    position: relative;
    background-color: #1f365c;
    padding: 20px;
    z-index: 12;
    border-radius: 16px 16px 0 0;
    pointer-events: none;
}
.pkg-head small {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}
.pkg-price {
    display: block;
    /* color: #1f365c; */
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
}
.pkg-detail{
  padding: 20px;
}
.pkg-detail .pname{
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f365c;
    line-height: 1.6;
}
.pkg-detail a{
  margin-top: 15px;
}
/* Video Area */
.video-sec,.pkg-sec {
  padding: 50px 0;
}
.psec-title {
    font: 600 30px/1.4 'Poppins', sans-serif;
    color: #005294;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.vsec-video {
    width: 946px;
    max-width: 100%;
    border-radius: 3px;
    z-index: 1;
    margin-top: 0px;
    height: 487px;
    padding: 0;
    margin: auto auto 50px auto;
}


@media (max-width: 1250px){
  .banner-title {
    font-size: 40px;
  }
  .pkg-box-inner h4, .pkg-box-inner .price {
    font-size: 25px;
  }
}



@media (max-width: 960px) {
  .pkg-single{
    width: calc(50% - 20px);
  }
}

@media (max-width: 650px) {
    .banner-sec{
      padding: 100px 0 80px;
    }
   .banner-title {
    font-size: 30px;
  }
  .pkg-box-inner h4, .pkg-box-inner .price {
    font-size: 20px;
  }
  .pkg-single{
    width: calc(100% - 20px);
  }
  .package-box {
    width: 50%;
    max-width: 280px;
    min-width: 250px;
    padding: 5px;
  }
}

@media (max-width: 450px) {
  .pkg-box-inner h4, .pkg-box-inner .price {
    font-size: 18px;
  }
  .banner-sec > .wf-wrap {
    padding: 0 20px !important;
  }
}

ul.hb-list {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0;
    background: linear-gradient(45deg, black, transparent);
    float: left;
    padding: 20px;
    border-radius: 7px;
    border: 2px solid;
}
ul.hb-list li {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 30px;
    position: relative;
}

ul.hb-list li:before {
    content: "\e315";
    width: 20px;
    height: 20px;
    background: linear-gradient(45deg, #d900bd 0%, #ff0078 51%, #ff6248 100%);
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    font-family: 'icomoon-material-24x24' !important;
    line-height: 1;
}

ul.hb-list li div {
   font-size: 18px;
}

.wpb_text_column.prd-home-banner *:last-child,
#content .wpb_text_column.prd-home-banner *:last-child {
    margin-bottom: 10px;
}

@media (max-width: 992px){
  .textual-area {
    width: 100%;
    padding: 15px 0 0;
  }
  .form-area {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
  }
  ul.hb-list{
    float: none;
  }
}