@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://site-assets.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
/*@import url("/icostyle.css");*/

:root {
  --light_white: #f8f8f8;
  --black: #000;  
  --white: #fff;
  --primary_color: #000;
  --secondary_color: #6fbe44;
  --heading_color: #222F3F;
  --font-family: Poppins, sans-serif;
  --color1: #0082E0;
  --color2: #EAF1F1;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2");
}


img {
  pointer-events: none;
}


/*Website Font USE/
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/
.icon__contact img {
    filter: hue-rotate(124deg);
}

.icon__phone img {
    filter: hue-rotate(123deg);
}


/*html{
      scroll-behavior: smooth;
}*/

body {
  font-family: var(--font-family);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: #fff;

}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
  display: none;
}

body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--color1);
}

::selection {
  color: var(--white);
  background: var(--color1);
}

a {
  text-decoration: none;
  color: #000;
  font-family: var(--font-family);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}



input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

/* Header Section Begin*/

.top__head ul li {
    display: inline-block;
    padding: 0 0 0 60px;
}

.top__head {
    text-align: right;
    padding: 30px 0;
}

.top__head ul li span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px;
}

.top__head ul li a {
    font-size: 19px;
    font-weight: bold;
    color: var(--primary_color);
}

.top__head ul li a.tp__btn {
    background: var(--primary_color);
    color: var(--white) !important;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
}

.logo__Sec__main a {
    display: inline-block;
}

.top__head ul li a.tp__btn:hover {
    background: var(--secondary_color);
}

.top__head ul li a:hover {
    color: var(--secondary_color);
}

.main_menu_sec ul li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 20px !important;
    color: var(--black);
}

.main_menu_sec ul li a:hover{
    color: var(--secondary_color);
}

li.nav-item.last_builder a {
    background: var(--color1);
    color: var(--white);
    padding: 15px 40px !important;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
}

li.nav-item.last_builder a:hover {
    background: var(--secondary_color);
    color: var(--white);
}

header {
    padding: 0px 0 10px;
}

.logo__Sec__main img {
       width: 30%;
}

header .row {
    align-items: center;
}

/* Header Section End*/


/*Banner section Begin*/

.banner__sec__main .carousel-item img.banner__img {
    width: 100%;
}

.banner__sec__main .carousel-caption {
    left: 0;
    text-align: left;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
}

.banner__content__sec h1 {
    color: var(--black);
    font-size: 56px;
}

.container {
    max-width: 1560px;
}

.banner__content__sec p {
    font-size: 16px;
    color: var(--black);
    line-height: 30px;
    font-weight: 500;
}

.banner__btn ul li a.ban__btn {
    background: var(--color1);
    color: var(--white);
    padding: 25px 50px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
}

.banner__btn ul li a.ban__btn:hover{
    background: var(--secondary_color);
}

.banner__btn {
    padding-top: 10px;
}

.banner__btn ul li {
    display: inline-block;
    padding: 0 30px 0px 0px;
    position: relative;
}

.banner__btn ul li .icon__phone {
    position: absolute;
    left: 0;
    background: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone__text {
    padding-left: 70px;
}

.phone__text small {
    display: block;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    padding-bottom: 4px;
}

.phone__text a {
    color: var(--primary_color);
    font-weight: bold;
    font-size: 30px;
}

.banner__btn ul {
    display: flex;
    align-items: center;
}

.banner__content__sec h6 {
    padding-top: 40px;
    font-size: 20px;
    color: var(--black);
}

.banner__content__sec h6 a {
    text-decoration: underline;
    font-weight: bold;
}

.banner__content__sec h6 span {
    font-weight: bold;
    background: #F5DC65;
    padding: 3px 5px;
}


.banner__form__sec {background: rgb(255 255 255);border-radius: 10px;margin-left: 110px;text-align: center;padding: 49px 25px;height: 430px;box-shadow: 0px 0px 20px rgb(0 110 110 / 38%);width: 74%;position: relative;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);border: 1px solid rgb(0 110 110 / 52%);}

.banner__form__head h3 {
    color: var(--primary_color);
    font-size: 24px;
    font-weight: 600;
}

.banner__form__head p {
    color: #000;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.banner__form__head p br {
    display: none;
}

.banner__form__head p span {
    color: var(--primary_color);
    font-weight: bold;
}

.banner__form__sec input {
    background: #EBEBEB;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    height: 47px;
    margin-bottom: 15px;
    font-size: 14px;
}

.banner__form__sec textarea {
    height: 119px;
    font-size: 15px;
    margin-bottom: 15px;
    background: #EBEBEB;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    resize: none;
    font-weight: 400;
    padding: 10px 11px;
}

.banner__sec__main .carousel-caption .row {
    align-items: center;
}

.btn__form input {
    width: 100%;
    background: var(--primary_color) !important;
    font-size: 17px !important;
    height: 53px !important;
    color: var(--white);
    border: 0 !important;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn__form input:hover {
    background: var(--secondary_color);
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: hsl(0deg 0% 0% / 53%);
}

.banner__form__sec .selected-dial-code {
    color: #fff !important;
}

.banner_form_area select {
    height: 50px !important;
    margin-bottom: 0 !important;
    font-size: 15px;
    border-radius: 5px;
}

.banner_form_area .form-group {
    margin-bottom: 0;
}

.banner_form_area .banner_form_btn {margin-left: 10px;}

.banner_form_area input {
    height: 50px !important;
    margin-bottom: 0 !important;
    font-size: 14px;
    border-radius: 5px;
}

input.form-control.invalid {
    border-color: red;
}

.banner_form_area .banner_form_btn button {
    padding: 12px 30px;
}

.banner_form_area .intl-tel-input {
    margin-bottom: 0;
}

/*Banner section End*/


/*Simple Templated Section Begin*/

.padding__90{
    padding: 90px 0;
}

.center__sec__content {
    text-align: center;
}

.center__sec__content h2 {
    font-size: 50px;
    font-weight: 500;
}

.center__sec__content h2 span {
    font-weight: bold;
    color: var(--primary_color);
}

.center__sec__content p {
    font-size: 16px;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    font-weight: 500;
}

.templates_img_sec img {
    width: 100%;
}

.templates__content {
    padding: 0 30px;
    position: relative;
    z-index: 999;
}

.templates_img_sec {
    padding-bottom: 20px;
}

.templates__content h6 {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}

a.view__more {
    float: right;
    color: var(--primary_color);
    font-weight: bold;
    font-size: 16px;
}

.slick-slide{
    margin-right: 0;
}

.simple__templates__sec .col-sm-4:nth-child(even) .templates__sec__main {
    margin-top: 90px;
}

/*Simple Templated Section End*/


/*Outstanding Section Begin*/

.outstanding__standing__sec {
    background: var(--color2);
    position: relative;
    z-index: 9;
    padding-bottom: 0;
}

.outstanding_sec_content h3 {
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 10px;
}

.outstanding_sec_content h3 span {
    color: var(--primary_color);
    font-weight: bold;
}

.outstanding_sec_content p {
    color: #535353;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}

.outstanding__box {
    position: relative;
    padding-bottom: 50px;
    height: 150px;
}

.outstanding__icon {
    position: absolute;
    left: 0;
    width: 85px;
    height: 85px;
    text-align: center;
}

.outstanding__content {
    padding-left: 7rem;
}

.outstanding__content h4 {
    color: var(--secondary_color);
    font-size: 26px;
    font-weight: 600;
}

.outstanding__content p {
    font-size: 14px;
    color: #676767;
    width: 79%;
}

.feathred_right_img {
    position: absolute;
    right: 0;
    top: -113px;
    z-index: -1;
}

/*Outstanding Section End*/


/*Why Are Section Begin*/

.why_we_content h2 {
    font-size: 50px;
}

.why_we_content h2 span {
    /* display: block; */
    color: var(--primary_color);
    font-weight: bold;
}

.why_we_content p {
    font-size: 16px;
    line-height: 30px;
    width: 95%;
}

.website__center_content h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

.website__center_content h5 {
    font-size: 30px;
}

.website__center_content h5 span {
    font-weight: 900;
    background: #f5dc65;
    padding: 0 7px;
}

.center__btn ul {
    display: inline-block;
}

.website__center_content {
    display: inline-block;
    padding-right: 30px;
}

.center__btn ul li {
    position: relative;
}

.center__btn ul li .icon__phone {
    position: absolute;
    left: 0;
    background: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.center__btn {
    display: flex;
    align-items: center;
}

.phone__text a:hover {
    color: var(--secondary_color);
}

.why_we_img {
    text-align: right;
}

/*Why Are Section End*/

/*Step Section Begin*/

.four__step__sec {
    background: var(--color2);
}

.step__box {
    background: var(--white);
    border-radius: 33px;
    text-align: center;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    padding: 80px 50px;
    transition: 0.5s ease-in-out;
}

span.number__step {
    color: var(--primary_color);
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 40px;
    display: inline-block;
}

.step__box h3 {
    font-size: 20px;
    color: var(--secondary_color);
    padding-bottom: 10px;
}

.step__box p {
    font-size: 16px;
    color: #676767;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.step__box:hover {
    background: var(--secondary_color);
    transform: scale(1.1);
}

.step__box:hover h3,.step__box:hover p {
    color: var(--white);
}

/*Step Section End*/

/*Our Client Section Begin*/

.cilent_port_slider .slick-list {
    overflow: unset;
}

.cilent__Sec__main {
    background: var(--color2);
}

.heading__cilent h3 {
    font-size: 50px;
}

.heading__cilent h3 span {
    color: var(--primary_color);
    font-weight: bold;
}

.cilent__box img {
    width: 100%;
}

.review__img_auth {
    /* display: inline-block; */
    position: absolute;
    left: 0;
    text-align: center;
}

.review__para {
    display: inline-block;
    padding-left: 110px;
    padding-right: 50px;
}

.review__text__sec {
    position: relative;
    width: 75%;
    float: right;
    display: inline-block;
}

.review__para p {
    color: var(--secondary_color);
    font-style: italic;
    font-size: 15px;
    line-height: 28px;
}

.review__img_auth span {
    display: block;
    font-size: 13px;
    color: var(--secondary_color);
    font-style: italic;
    font-weight: 600;
}

.review__img_auth img {
    width: 62px;
    height: 62px;
    margin-bottom: 10px;
}

.cilent__det {
    background: var(--white);
    padding: 20px;
    border-radius: 21px;
    width: 260px;
    position: absolute;
    left: -80px;
    bottom: 70px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 9%);
}

.cilent__det h5 {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 10px;
}

.cilent__det ul li {
    font-size: 16px;
    padding-bottom: 14px;
    font-weight: 500;
    color: var(--secondary_color);
}

.cilent__det ul li span {
    color: var(--primary_color);
    font-weight: bold;
}

.cilent__review__tab {
    padding: 0 50px 0 0;
    margin-bottom: 50px;
    display: inline-block;
}

.btn__web {
    text-align: center;
    padding-top: 50px;
}

.btn__web ul li a {
    background: var(--secondary_color);
    padding: 20px 40px;
    color: var(--white);
    font-size: 16px;
    display: inline-block;
}

.btn__web ul li a:hover {
    background: var(--primary_color);
}

/*Our Client Section End*/

/*FAQ Section Begin*/

.faq_sec_main .card-header {
    background: var(--secondary_color);
    padding: 20px 20px;
    border: 0 !important;
    border-radius: 10px !important;
}

.faq_sec_main .card-header button {
    border: 0;
    padding: 0;
    color: var(--white);
    font-size: 16px;
    text-decoration: none;
}

.faq_sec_main .card-body {
    font-size: 15px;
    line-height: 28px;
}

.faq_sec_main button[aria-expanded="true"] .fa:before {
    content: "\f107";
}

.faq_sec_main button .fa{
    font-size: 20px;
}

.faq_sec_main {
    background: transparent;
}

.faq_sec_main .card {
    border-radius: 15px;
}

/*FAQ Section End*/

/*Contact Us Section Begin*/

.contact__Sec__main {
    background: white;
}

.contact__head__Sec h3 {
    font-size: 78px;
    color: var(--black);
    font-weight: bold;
}

.contact__head__Sec {
    padding-bottom: 20px;
}

.head_list_contact h6,.head_list_contact h6 a {
    font-size: 28px;
    color: var(--secondary_color);
    font-weight: 300;
}

.map__contact__sec iframe {
    width: 100%;
    height: 280px;
    border: 0;
}

.head_list_contact p, .head_list_contact a {
    color: #666666;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}

.map__contact__sec {
    margin-bottom: 10px;
}

.head_list_contact {padding-bottom: 30px;}

.head_list_contact a:hover {
    color: var(--hover_color);
}

.social__icon ul li a {
    color: var(--secondary_color);
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: transparent;
    border: 2px solid var(--secondary_color);
}

.social__icon ul li {
    display: inline-block;
    padding: 0px 20px 0 0;
}

.social__icon ul li a:hover {
    background: var(--secondary_color);
    color: #fff;
    border-color: var(--secondary_color);
}

.contact__form__sec{
  padding-top: 0;
}

.contact__form__sec input {
    height: 90px;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 45%);
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 300;
    width: 100%;
    background: transparent;
}

.contact__form__sec textarea {
    height: 170px;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 45%);
    resize: none;
    font-weight: 300;
    margin-bottom: 70px;
    padding: 30px 18px;
    background: transparent;
    border-radius: 0;
}

.btn__form button {
    background: var(--secondary_color);
    color: var(--white);
    padding: 17px 30px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    border: 0;
    margin-top: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
}

.btn__form button:hover {
    background: var(--primary_color);
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 40px;
}
/*Contact Secton End*/

/*Footer Section Begin*/

footer {
    padding: 80px 0 0;
    background: var(--secondary_color);
    background: url(../images/banner-img-01.jpg);
}

.logo__footer__Sec {
    text-align: center;
}

.logo__footer__Sec img {
    margin-bottom: 0;
}

.logo__footer__Sec p {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
}

.footer__menu {
    border-top: 1px solid rgb(0 0 0 / 50%);
    margin-top: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(0 0 0 / 50%);
    padding: 30px 0;
}

.footer__menu ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.footer__menu ul li {
    display: inline-block;
}

.footer__menu ul {
    display: flex;
    justify-content: space-around;
}

.copy__right__sec {
    margin-top: 40px;
    padding: 20px 0;
}

.copy__text {
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
}

.copy__text a{
    color: #fff;
}

.copy__links ul li {
    display: inline-block;
    padding: 0 0 0 30px;
    position: relative;
}

.copy__links ul li a {
    color: #000;
    font-weight: 400;
}

.copy__links {
    text-align: right;
}

.copy__links ul li:before {
    content: '';
    border: 1px solid rgb(12 12 12 / 23%);
    width: 2px;
    height: 32px;
    right: -20px;
    position: absolute;
    top: -5px;
}

.copy__links ul li:nth-last-child(1):before {
    border: 0;
}

.logo__footer__Sec h4 {
    font-size: 30px;
    color: var(--black);
    font-weight: bold;
}

/*Footer Section End*/

/*Review Section Begin*/

.review__box {
    border: 1px solid var(--color2);
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    margin-bottom: 40px;
}

.review_box-img img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.review__content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    padding: 30px 20px 0 0;
    color: rgb(66 66 66 / 72%);
}

.review__box:hover {
    box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
}

span.author_name {
    color: var(--secondary_color);
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
}

/*Review Section End*/


/*Term and condition Section Begin*/

.term_content_Sec h3 {color: var(--black);font-size: 45px;font-weight: bold;padding-bottom: 0px;}

.term_content_Sec p {font-size: 19px;line-height: 35px;color: var(--black);font-weight: 300;}

.term_content_Sec {padding-bottom: 30px;}

.term_content_Sec ul li {
    font-size: 19px;
    color: var(--black);
    padding-bottom: 15px;
    font-weight: 300;
    list-style-type: disc;
    line-height: initial;
}

.term_content_Sec ul li ul li a, .term_content_Sec ul li a {
    color: var(--primary_color);
    text-decoration: underline;
    font-weight: bold;
}

.term_content_Sec ul {padding: 0 40px;}

.term_content_Sec p a {color: var(--primary_color);text-decoration: underline;font-weight: bold;}


/*Term and condition Section End*/


/*Our Review Section Begin*/

.cilent__Sec__main.inner__review__sec {
    background: var(--white);
}

/*Our Review Section End*/

/*Our Pricing Section Begin*/

.tab__menu__Sec ul {
    border: 0;
    margin: 0 auto;
    justify-content: center;
}

.tab__menu__Sec ul li a {
    border: 0 !important;
    background: var(--color2);
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 0 !important;
    color: var(--black) !important;
    cursor: pointer;
}

.tab__menu__Sec ul li a.active,.tab__menu__Sec ul li a:hover {
    background: var(--secondary_color) !important;
    color: var(--white) !important;
}

.tab__menu__Sec ul li {
    padding: 0 10px;
}

.packages_box_sec {
  /* border: 1px solid var(--light_blue); */
  border-radius: 13px;
  background: var(--white);
  padding: 30px 20px 30px;
  margin-bottom: 40px;
  box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 17%);
  transition: 0.2s ease-in-out;
  margin-top: 40px;
  margin-bottom: 0;
  }

.packages_Sec_main {
  background: var(--light_blue);
}

.packages_box_sec h3 {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 17px;
  font-weight: 900;
}

.packages_box_sec h5 {
  display: block;
  color: var(--primary_color);
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 5px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.packages_box_sec h6.cutprice {
  text-decoration: line-through;
  display: block;
  font-size: 23px;
  padding-left: 10px;
  color: var(--pink);
  font-weight: 400;
}

.packages_heading_sec {
  text-align: center;
}

.packages_cardBody p {
  font-size: 16px;
  font-weight: 500;
  color: #747474;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  }

.packages_cardBody ul li {
  color: #4a4a4a;
  font-size: 15px;
  padding-bottom: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
  word-break: break-word;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  }

.packages_cardBody ul li:before {
  content: '';
  background: url(../images/arrow_icon.png);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
background-size: cover;}

.packages_cardBody ul {
  width: 100%;
  height: 358px;
  overflow-y: scroll;
  padding-top: 1rem;
}

.packages_cardBody ul::-webkit-scrollbar {
  width: 5px;
  background: rgb(217 216 216);
  border-radius: 10px;
}

.packages_cardBody ul::-webkit-scrollbar-thumb {
  background: var(--primary_color);
  border-radius: 10px;
}

.btn_packages_sec a {
  background: var(--secondary_color);
  padding: 17px 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: var(--white);
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
}

.btn_packages {
  padding-top: 20px;
}

.btn_packages_sec a:hover {
  background: var(--primary_color);
}

span.check_icon {
    color: #32c900;
    width: 30px;
    height: 30px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    border-radius: 50px;
    margin-right: 15px !important;
    text-align: center;
}

span.x_icon {
    color: #ff0a0a;
    width: 30px;
    height: 30px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    border-radius: 50px;
    margin-right: 15px !important;
}

.packages_cardBody ul li span {
    float: right;
    margin-right: 20px;
}

.packages_cardBody ul li.heading__text {
    background: #f8f8f8;
    color: var(--secondary_color);
    font-weight: bold;
    font-size: 21px;
    padding: 15px  10px;
    margin-bottom: 20px;
}


.inner__contact_pricing{
    background: var(--white);
}

/*Our Pricing Section End*/


/*Support Section Begin*/

.support_box_sec {
    border: 1px solid var(--color2);
    padding: 20px 30px;
    box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
    height: 280px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s ease-in-out;
}


.support__text p {
    font-size: 16px;
    line-height: 27px;
}

.web__btn ul li a {
    background: var(--secondary_color);
    color: var(--white);
    padding: 20px 40px;
    display: inline-block;
    font-size: 17px;
}

.support_box_sec:hover .web__btn ul li a{
    background: var(--primary_color);
}

.support_box_sec:hover{
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.support_icon i {
    background: var(--color2);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary_color);
    font-size: 50px;
}

.support_icon {position: absolute;top: -40px;}

.support__text{
    padding-top: 20px;
}

.support_box_sec:hover .support_icon i{
    background: var(--primary_color);
    color: var(--white);
}

.inner_banner .contact__form__sec input, .inner_banner .contact__form__sec select {
    background: #EBEBEB;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    height: 50px !important;
    font-size: 14px;
}

.banner_form_btn button {
    background: var(--secondary_color);
    padding: 12px 40px;
    color: var(--white);
    font-weight: 500;
    border-radius: 5px;
    font-size: 17px;
    display: inline-block;
    border: 2px solid var(--secondary_color);
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.banner_form_btn button:hover {
    background: var(--primary_color);
    border-color: var(--primary_color);
}

.side-form-group h3 {
    font-size: 36px;
    font-weight: 400;
    color: #000;
    margin: 0 auto 30px;
    font-weight: bold;
    text-transform: capitalize;
}

.side-form-group h3 span {
    color: var(--primary_color);
}

/*Support Section End*/


/*Start Building Section Begin*/

.start__building__sec{
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}


.start__box__icon input {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.start__box__icon label {
    position: relative;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    transition: all 300ms ease-in-out;
    width: 100%;
    text-align: center;
    background: var(--color2);
    border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 20px;
    height: 170px;
}
.outstanding__icon img {
    filter: hue-rotate(96deg);
}
.start__box__icon label img {
    margin-bottom: 15px;
    height: 80px;
    width: 80px;
    filter: hue-rotate(119deg);
}

.start__box__icon label h5 {
    color: var(--secondary_color);
    font-size: 17px;
}


.start__box__icon input:checked + label {
    color: #fff;
    background: var(--secondary_color);
}

.start__box__icon input:checked + label img{
    filter: brightness(0) invert(1)
}

.start__box__icon input:checked + label h5{
    color: var(--white);
}

.heading__custom h3 {
    font-size: 50px;
    text-align: center;
    font-weight: 500;
}

.heading__custom {
    padding-bottom: 20px;
}

.start__building__sec input {
    height: 70px;
    font-size: 16px;
    background: var(--color2);
    border: 0 !important;
}

.row.form__custom {
    background: var(--white);
    padding: 60px 50px;
    margin: 0 130px 60px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 19%);
}

.start__building__sec .banner_form_btn button {
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 400;
}

.start__building__sec:before {
    content: '';
    background: url(../images/custom-box-01.png);
    width: 192px;
    height: 320px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}

.start__building__sec:after {
    content: '';
    /* background: url(../images/custom-box-02.png); */
    width: 300px;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

/*Start Building Section End*/


/*CTA Section Begin*/

.cta__sec__main {
    background: var(--secondary_color);
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.cta_content h5 {
    color: var(--white);
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 0;
    
}

.cta_content h3 {
    font-size: 38px;
    font-weight: bold;
    color: var(--white);
        margin-bottom: 0;
}

.cta_content h3 span {
    background: #f5dc65;
    color: #000;
    padding: 0 3px;
}

.cta__sec__main:after {
    content: '';
    position: absolute;
    background: url(../images/cta-vector-01.png);
    width: 205px;
    height: 189px;
    left: 0;
    top: 0;
}

.cta__sec__main:before {
    content: '';
    position: absolute;
    background: url(../images/cta-vector-02.png);
    width: 175px;
    height: 189px;
    right: 0;
    top: 0;
}
.contact_det {
    position: relative;
    display: flex;
    align-items: center;
}

.icon__contact {
    display: inline-block;
}

.contact__num {
    display: inline-block;
    padding-left: 20px;
    padding-top: 20px;
}

.contact__num h6 {
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.contact__num a {
    color: var(--white);
    font-size: 34px;
    font-weight: bold;
}
.cta__btn a {
    background: var(--primary_color);
    text-align: center;
    color: var(--white);
    display: inline-block;
    width: 100%;
    padding: 17px 5px;
    font-size: 17px;
    border: 2px solid #fff;
    text-transform: uppercase;
}

.company__icon2 img {
    /* filter: brightness(0); */
    width: 569px;
}

/*CTA Section End*/


.inner__content{
    background: var(--white);
}

.term_content_Sec h5 {
    color: var(--secondary_color);
    font-weight: bold;
}

.company__icon ul li {
    padding-bottom: 20px;
    display: inline-block;
    padding: 0 30px 0 0;
}

/*Thank You Page Begin*/

.main-thankyou {
    text-align: center;
}
.thank-you .banner_content_sec h3 {
    width: 100% !important;
    font-size:80px !important ;
    color: #fff;
}

.main-thankyou i {
    font-size: 100px;
    margin-bottom: 10px;
    color: var(--primary_color);
}

.main-thankyou p {
    font-size: 19px;
    line-height: 33px;
    color: var(--black);
}

.main-thankyou a {
    font-size: 20px;
    color: var(--white);
    font-weight: 400;
    background: var(--secondary_color);
    padding: 20px 40px;
    display: inline-block;
    border-radius: 0;
    margin: 20px 0;
}

.main-thankyou a:hover {
}

/*Thank You Page End*/

h1.heading.heading-very-large.dark-1 {
    color: var(--black);
    font-size: 90px;
    font-weight: bold;
    padding-bottom: 20px;
}

h2.heading.heading-large.dark-1 {
    color: var(--black);
    font-size: 42px;
    padding-bottom: 20px;
}

h3.heading.heading-medium {
    color: rgb(0 0 0 / 30%);
    font-size: 27px;
    line-height: 40px;
    font-weight: 400;
}

.error__sec {
    padding: 100px 0;
}

.not-found-content ul {
    padding-top: 40px;
}

.not-found-content ul li {
    display: block;
}

.not-found-content ul li a {
    font-size: 44px;
    padding-bottom: 60px;
    display: inline-block;
    font-weight: bold;
}

/*Order Page Begin*/

.order_heading h3 {font-size: 50px;margin-bottom: 30px;color: #000;}

.order_sec_main input {width: 100%;height: 70px;margin-bottom: 20px;border-radius: 0;border: 1px solid #ccc;font-size: 15px;padding: 0 20px;}

.order_sec_main select {width: 100%;height: 70px !important;border-radius: 0;border: 1px solid #ccc;margin-bottom: 20px;}

.order_sec_main textarea {height: 200px;border-radius: 0;border: 1px solid #ccc;padding: 20px 20px;font-size: 16px;}

.order_submit input {
    width: auto;
    padding: 20px 60px;
    height: auto !important;
    border-radius: 0;
    font-size: 20px;
    text-transform: capitalize;
    background: var(--secondary_color);
    color: #fff;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    }

.order_submit {padding-top: 40px;}

.order_submit input:hover {background: var(--primary_color);}

.order_sec_main .intl-tel-input {
    margin-bottom: 0;
}

.center-col {
    margin: 0 auto;
}

/*Order Page End*/


.start__building__sec .container {
    max-width: 1340px;
}

.step__btn {
    padding-bottom: 40px;
}

.step__btn ul li {
    display: inline-block;
}

.step__btn ul {
    text-align: center;
}

.step__btn ul li a {
    color: var(--secondary_color);
    font-weight: 600;
    background: var(--color2);
    padding: 18px 40px;
    font-size: 18px;
    border-bottom: 4px solid var(--secondary_color);
    cursor: not-allowed;
}

.step__btn ul li a.active {
    color: var(--primary_color);
    border-bottom: 4px solid var(--primary_color);
    cursor: pointer;
}

.cta_content {
    padding-top: 20px;
}

/*Portfolio Section Begin*/

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 13px 15px;
    font-size: 15px;
}

.portfolio_imgThumbnail {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio_imgThumbnail img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.portfolio_imgThumbnail:hover::before {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-size: 60px;
    font-weight: bold;
    color: #d1d1d1;
    text-shadow: 0 0 10px rgb(0 0 0 / 25%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}

.portfolio_imgThumbnail:hover img {
    transform: scale(1.2);
}

.portfolio_imgThumbnail:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3d60a652;
    pointer-events: none;
}

/*Portfolio Section End*/


@media (max-width: 1600px) {

.container {
    max-width: 1430px;
}

.outstanding_sec_content p{
    font-size: 16px;
    line-height: 30px;
}

.outstanding__content h4 {
    font-size: 20px;
}

.outstanding__content {
    padding-left: 6rem;
}

.outstanding__content p {
    width: 85%;
}


.feathred_right_img img {
    width: 981px;
}


.feathred_right_img {
    right: -120px;
    top: -113px;
}


.cta_content {
    padding-left: 70px;
    padding-top: 30px;
}


.cta_content h3 {
    font-size: 27px;
}

.contact__num a {
    font-size: 29px;
}

.step__box{
    padding: 80px 30px;
}


.outstanding__standing__sec{
    overflow: hidden;
}

.review__para p {
    font-size: 14px;
    line-height: 25px;
}

.review__text__sec {
    position: relative;
    width: 70%;
}

.cilent__det{
    left: -66px;
}

.cilent__det ul li {
    font-size: 15px;
    padding-bottom: 10px;
}

.company__icon ul li img {width: 100%;}

.company__icon ul li:nth-child(2) img {
    width: auto;
}

.company__icon ul li:nth-child(2) {
    width: auto;
}

.company__icon ul li{
    width: 60%;
}

.faq_sec_main .card-header button{
    font-size: 15px;
}

.center__sec__content h2 {
    font-size: 45px;
}

.term_content_Sec h3 {
    font-size: 40px;
}

.portfolio__Sec__main {
    overflow: hidden;
}

}

@media (max-width: 1440px) {
    
    li.nav-item.last_builder a {
    padding: 6px 8px !important;
    font-size: 14px;
}

.gray_bg h3 {
    font-size: 20px;
}

.infoRow .infoCol i {
    font-size: 22px;
    width: 22px;
}
    
.start__building__sec .container {
    max-width: 1170px;
}

.banner_form_area .banner_form_btn button {
    padding: 12px 20px;
}

.container {
    max-width: 1330px;
}

.banner__content__sec h1 {
    color: var(--black);
    font-size: 47px;
}

.outstanding_sec_content h3 {
    font-size: 45px;
}

.outstanding_sec_content p {
    font-size: 15px;
}

.outstanding__content p {
    font-size: 13px;
}

.feathred_right_img {
    right: -220px;
    top: -113px;
}

.cta_content h5 {
    font-size: 22px;
}

.cta_content h3 {
    font-size: 23px;
}

.step__box p {
    font-size: 15px;
}

.start__box__icon label{
    height: 160px;
}

.center__sec__content p {
    font-size: 15px;
}

.head_list_contact h6, .head_list_contact h6 a {
    font-size: 25px;
}

.review__text__sec {
    position: relative;
    width: 66%;
}

.review__para {
    padding-right: 20px;
}

.review__text__sec {
    position: relative;
    width: 65%;
}

.cilent__det {
    left: -46px;
}

.cilent__det h5 {
    font-size: 27px;
}

.cilent__det ul li {
    font-size: 14px;
    padding-bottom: 7px;
}

.support__text p {
    font-size: 15px;
    line-height: 23px;
}

.term_content_Sec p {
    font-size: 17px;
    line-height: 30px;
}

.term_content_Sec h3 {
    font-size: 35px;
}

.heading__custom h3 {
    font-size: 40px;
}

.start__box__icon label h5 {
    font-size: 15px;
}



}

@media (max-width: 1366px) {

.container {
    max-width: 1220px;
}

.banner__sec__main .carousel-item img.banner__img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.banner__content__sec h1 {
    color: var(--black);
    font-size: 42px;
}

.banner__content__sec p {
    font-size: 15px;
    line-height: 25px;
}

.banner__content__sec h6 {
    font-size: 19px;
}

.center__sec__content h2 {
    font-size: 40px;
}

.templates__content h6 {
    font-size: 22px;
}

.feathred_right_img {
    right: -270px;
    top: -89px;
}

.outstanding__icon {
    width: 65px;
    height: 65px;
}

.outstanding__icon {
    width: 65px;
    height: 65px;
}

.outstanding__content h4 {
    font-size: 18px;
}

.outstanding__content h4 {
    font-size: 18px;
}

.cta_content h5 {
    font-size: 20px;
}

.cta__sec__main:after {
    left: -40px;
    top: 3px;
}

.cta_content h3 {
    font-size: 21px;
}

.why_we_content h2 {
    font-size: 44px;
}

.why_we_content p {
    font-size: 15px;
}

.website__center_content h5 {
    font-size: 28px;
}

.phone__text a {
    font-size: 25px;
}

.step__box h3 {
    font-size: 17px;
}

.step__box {
    padding: 80px 25px;
}

.step__box p {
    font-size: 14px;
    line-height: 26px;
}

.contact__num a {
    font-size: 26px;
}

.review__para p {
    font-size: 13px;
    line-height: 23px;
}

.cilent__det {
    left: -39px;
    width: 230px;
    bottom: 100px;
}

.cta_content {
    padding-left: 60px;
    padding-top: 40px;
}

.faq_sec_main .card-body {
    font-size: 14px;
    line-height: 25px;
}

.side-form-group h3 {
    font-size: 25px;
}

.packages_cardBody ul li {
    font-size: 13px;
    padding-left: 0;
}

.packages_cardBody ul li.heading__text{
    font-size: 18px;
}

.center__sec__content p {
    width: 70%;
}

.banner__sec__main.inner_banner img.img-fluid.banner__img {
    height: 350px;
}

.term_content_Sec ul li {
    font-size: 18px;
}

.term_content_Sec h3 {
    font-size: 30px;
}

.support__text h4 {
    font-size: 20px;
    font-weight: 600;
}

.contact__banner img.img-fluid.banner__img {
    height: 430px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 12px 11px;
    font-size: 14px;
}



}

@media (max-width: 1200px) {

.center__sec__content p {
    width: 100%;
}

.start__building__sec .container {
    max-width: 1010px;
}

.start__box__icon label img {
    margin-bottom: 15px;
    height: 60px;
    width: 60px;
}

.start__box__icon label {
    height: 140px;
}

.banner__content__sec h1 {
    font-size: 34px;
}

.banner__content__sec p {
    font-size: 14px;
    line-height: 25px;
}

.outstanding__content {
    padding-left: 4rem;
}

.feathred_right_img {
    right: -360px;
    top: -89px;
}

.outstanding__icon {
    width: 60px;
    height: 60px;
}

.cta__sec__main:after {
    left: -40px;
    top: 3px;
    z-index: -1;
}

.cta__sec__main{
    z-index: 1;
}

.cta__btn a {
    padding: 14px 5px;
    font-size: 13px;
}

.container {
    max-width: 1120px;
}

.banner__btn ul li a.ban__btn {
    padding: 18px 30px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}

.phone__text a {
    font-size: 24px;
}

.templates__content h6 {
    font-size: 18px;
}

.outstanding_sec_content p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.outstanding__content h4 {
    font-size: 16px;
}

.outstanding__icon {
    width: 50px;
    height: 50px;
}

.outstanding__content p {
    font-size: 13px;
    width: 95%;
}

.contact__num {
    padding-left: 10px;
}

.contact__num a {
    font-size: 22px;
}

.cta_content h5 {
    font-size: 18px;
}

.cta_content h3 {
    font-size: 32px;
}

.cta__sec__main:before {
    width: 175px;
    height: 219px;
    background-size: cover;
    opacity: 0.7;
}

.cta__sec__main:after {
    left: -40px;
    top: 0px;
    z-index: -1;
    background-size: cover;
    width: 235px;
    height: 221px;
    opacity: 0.7;
}

.why_we_content h2 {
    font-size: 38px;
}

.why_we_content p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
}

span.number__step{
    font-size: 60px;
}

.step__box {
    padding: 60px 15px;
}

.step__box p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}

.cilent__det {
    left: -19px;
    width: 224px;
    bottom: 168px;
}

.review__text__sec {
    position: relative;
    width: 100%;
}

.head_list_contact p, .head_list_contact a {
    color: #666666;
    font-size: 18px;
}

.head_list_contact h6, .head_list_contact h6 a {
    font-size: 21px;
    font-weight: 500;
}

.faq_sec_main .card-header button {
    font-size: 14px;
}

.term_content_Sec p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}

.term_content_Sec ul li {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 12px;
}

.packages_box_sec h5 {
    font-size: 28px;
}

.packages_cardBody p {
    font-size: 14px;
}

.packages_box_sec h3 {
    font-size: 15px;
}

.btn_packages_sec a{
    padding: 17px 40px;
        font-size: 16px;
}

.packages_cardBody ul li {
    font-size: 12px;
    padding-left: 0;
    font-weight: 500;
}

span.check_icon ,span.x_icon{
    font-size: 23px;
}

.social__icon ul li {
    display: inline-block;
    padding: 0px 10px 0 0;
}

.footer__menu ul li a {
    color: #000;
    font-size: 15px;
}

.company__icon ul li {
    width: 56%;
}

.center__sec__content h2 {
    font-size: 34px;
}

.support__text p {
    font-size: 14px;
    line-height: 25px;
}

.tab__menu__Sec ul li {
    padding: 0 7px;
}

}

@media (max-width: 1100px) {

.container {
    max-width: 1040px;
}

.banner__content__sec h1 {
    font-size: 30px;
}

.banner__content__sec p {
font-size: 15px;
    line-height: 27px;
}

.phone__text a {
    font-size: 20px;
}

.feathred_right_img {
    right: -360px;
    top: -49px;
    opacity: 0.5;
}

.cta__sec__main .container {
    max-width: 1080px;
}

.cta_content h5 {
    font-size: 16px;
}

.cta_content h3 {
    font-size: 26px;
}

.contact__num h6 {
    font-size: 14px;
    padding-bottom: 5px;
}

.why_we_content h2 {
    font-size: 34px;
}

.company__icon2 img {
    width: 100%;
}

.faq_sec_main .card-header button {
    font-size: 13px;
}

.faq_sec_main .card-header {
    padding: 15px 15px;
}

.faq_sec_main .card-body {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
}

.step__box h3 {
    font-size: 15px;
}

.side-form-group h3 {
    font-size: 21px;
}

.contact__form__sec input {
    height: 40px;
}

.contact__form__sec select {
    height: 50px !important;
    font-size: 14px;
}

.cilent__review__tab {
    padding: 0 20px 0 0;
}

.heading__cilent h3 {
    font-size: 40px;
}

.padding__90 {
    padding: 70px 0;
}

.packages_box_sec{
    padding: 30px 14px 30px;
}

.tab__menu__Sec ul li a {
    padding: 17px 30px;
    font-size: 15px;
}

.center__sec__content p {
    width: 70%;
}

.support__text p {
    font-size: 13px;
    line-height: 22px;
}

.support__text h4 {
    font-size: 19px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 10px 9px;
    font-size: 13px;
}

}

@media (max-width: 1024px) {

.container {
    max-width: 980px;
}

.start__building__sec .container {
    max-width: 890px;
}

.banner__content__sec h1 {
    font-size: 28px;
}

.banner__content__sec p {
    font-size: 14px;
    line-height: 27px;
}

.outstanding_sec_content h3 {
    font-size: 35px;
}

.feathred_right_img {
    right: -360px;
    top: -49px;
    opacity: 0.2;
}


.outstanding__content p {
    font-size: 13px;
    width: 100%;
}

.contact__num {
    padding-left: 4px;
}

.contact__num a {
    font-size: 17px;
}

.website__center_content h6 {
    font-size: 17px;
}

.website__center_content h5 {
    font-size: 23px;
}

.phone__text a {
    font-size: 17px;
}

.step__box p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.step__box {
    padding: 50px 15px;
    height: 310px;
}

.why_we_content h2 {
    font-size: 26px;
}

.head_list_contact p, .head_list_contact a {
    color: #666666;
    font-size: 16px;
}

.btn__form button {
    padding: 15px 30px;
    font-size: 15px;
}

.support_box_sec {
    height: 320px;
}

.contact__form__sec input {
    height: 80px;
}

.start__box__icon label img {
    margin-bottom: 15px;
    height: 60px;
    width: 60px;
}

.start__box__icon label {
    height: 140px;
}

.banner_form_btn button{
    padding: 12px 25px;
    font-size: 14px;
}

.tab__menu__Sec ul li {
    padding: 0 5px;
}

}

@media (max-width: 950px) {

.container {
    max-width: 890px;
}

.banner__content__sec p {
    font-size: 13px;
    line-height: 23px;
}

.banner__btn ul li a.ban__btn {
    padding: 15px 16px;
    display: inline-block;
    font-size: 14px;
}

.banner__content__sec h6 {
    font-size: 16px;
}

.banner__sec__main .carousel-item img.banner__img {
    width: 100%;
    height: 450px;
}

.center__sec__content p {
    width: 75%;
}

a.view__more {
   font-size: 13px;
}

.templates__content {
    padding: 0 10px;
}

.templates__content h6 {
    font-size: 15px;
}

.outstanding__standing__sec .col-sm-6 {
    max-width: 67%;
    flex: 50%;
}

.outstanding__content p {
    font-size: 15px;
    width: 100%;
}

.cta__sec__main .col-sm-3 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.cta__sec__main .col-sm-9.pl-3 {
    max-width: 100%;
    flex: 100%;
}

.cta__sec__main .col-sm-9.pl-3 .col-sm-5.pl-5 {
    max-width: 34%;
}

.contact_det {
    justify-content: center;
}

.cta__sec__main .col-sm-9.pl-3 .col-sm-2 {
    max-width: 30%;
    flex: 21%;
}

.cta__btn a {
    padding: 21px 5px;
    font-size: 17px;
}

.cta__sec__main {
    z-index: 1;
    padding: 10px 0;
}

.cta_content {
    padding-left: 60px;
    padding-top: 10px;
}

.cta__sec__main:after {
    width: 275px;
    height: 251px;
}

.cta__sec__main:before {
    width: 215px;
    height: 239px;
    background-size: cover;
    opacity: 0.7;
}

.website__center_content h5 {
    font-size: 20px;
}

.website__center_content h6 {
    font-size: 15px;
}

span.number__step {
    font-size: 50px;
    margin-bottom: 23px;
}

.step__box h3 {
    font-size: 14px;
    line-height: 20px;
}

.step__box p {
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
}

.step__box {
    padding: 40px 15px;
    height: 270px;
}

.why_we_content p {
    font-size: 14px;
    line-height: 24px;
}

.cilent__det {
    left: -19px;
    width: 244px;
    bottom: 188px;
}

.cilent__det h5 {
    font-size: 21px;
    padding-bottom: 0;
}

.cilent__det ul li {
    font-size: 13px;
    padding-bottom: 4px;
}

.center__sec__content h2 {
    font-size: 30px;
}

.banner__form__sec .intl-tel-input {
    width: 100%;
    margin-bottom: 0;
}

.banner__form__sec select {
    height: 50px !important;
    font-size: 15px;
}

.banner_form_btn button {
    padding: 8px 25px;
    font-size: 14px;
}

.banner__form__sec .col-md-6.col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.pricing__banner img.img-fluid.banner__img {
    height: 510px;
}

.pricing__Sec__main .col-sm-3 {
    max-width: 40%;
    flex: 40%;
}

.pricing__Sec__main .row {
    justify-content: center;
}

.packages_box_sec{
    margin-bottom: 0;
}

.review__para p {
    font-size: 12px;
    line-height: 21px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 12px 23px;
    font-size: 15px;
    margin-bottom: 10px;
}

}

@media (max-width: 768px) {

.main_menu_sec ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 10px !important;
    color: var(--black);
}

.start__box__icon label h5 {
    font-size: 13px;
}

.top__head {
    text-align: right;
    padding: 20px 0;
}

.banner__right {
    /* display: none; */
}

.banner__sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.banner__content__sec {
    text-align: center;
    padding-top: 4rem;
}

.banner__btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__content__sec h1 {
    font-size: 32px;
}

.banner__content__sec p {
    font-size: 15px;
    line-height: 26px;
    width: 88%;
    margin: 0 auto 20px;
    font-weight: 500;
}

.phone__text {
    padding-left: 70px;
    text-align: left;
}

.center__sec__content p {
    width: 100%;
    line-height: 27px;
    font-weight: 400;
}

.outstanding__standing__sec .col-sm-6 {
    max-width: 100%;
    flex: 50%;
}

.container {
    max-width: 710px;
}

.why_we_img {
    text-align: right;
    display: none;
}

.why_are_sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}


.four__step__sec .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.step__box {
    padding: 40px 15px;
    height: 260px;
    margin-bottom: 30px;
}

.step__box p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.step__box h3 {
    font-size: 18px;
    line-height: 27px;
}

.contact_det{
    flex-direction: column;
}

.icon__contact span img {
    width: 60%;
}

.contact__num {
    padding-left: 4px;
    padding-top: 10px;
}

.cta__sec__main {
    z-index: 1;
    padding: 30px 0;
}

.contact_det {
    justify-content: center;
    align-items: center;
    text-align: center;
}


.cta__sec__main:before {
    width: 175px;
    height: 299px;
    background-size: cover;
    opacity: 0.1;
}

.cta__sec__main:after {
    width: 305px;
    height: 301px;
    opacity: 0.1;
}

.faq_sec_main .card-header button {
    font-size: 13px;
    white-space: unset;
}

.footer__menu ul li a {
    color: #000;
    font-size: 13px;
}

.company__icon ul li {
    width: 51%;
}

.company__icon ul li:nth-child(2) img {
    width: 53%;
}

.cilent__det {
    left: -19px;
    width: 244px;
    bottom: 198px;
}

.banner__form__sec {
    display: none;
}

.pricing__banner img.img-fluid.banner__img {
    height: 330px;
}

.pricing__Sec__main .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.packages_cardBody ul li {
    font-size: 14px;
    padding-left: 0;
    font-weight: 400;
}

.banner__content__sec h1 {
    font-size: 28px;
}

.support__banner {
    display: none;
}

.support__Sec__main .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.support_box_sec {
    height: 320px;
    margin-bottom: 80px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 12px 17px;
    font-size: 14px;
    margin-bottom: 10px;
}

}

@media (max-width: 576px) {
    
.banner_form_area input{
    margin-bottom: 20px !important;
}

.banner_form_area select{
    margin-bottom: 20px !important;
}

.faq_sec_main {
    display: none;
}

.cilent__Sec__main  .btn__web{
        padding-top: 0;
}

.intl-tel-input .selected-flag{
    height: 70%;
}
    
.step__btn ul li a {
    color: var(--secondary_color);
    font-weight: 600;
    background: var(--color2);
    padding: 12px 24px;
    font-size: 14px;
}

.start__building__sec input {
    height: 70px;
    font-size: 13px;
}

.cilent_port_slider .slick-list {
    overflow: hidden;
}
    

.logo__Sec__main img {
       width: 30%;
}

.tab__menu__Sec ul li a {
    padding: 17px 12px;
    font-size: 12px;
    margin-bottom: 11px;
}

.top__head{
    display: none;
}

header .col-sm-3 {
    max-width: 40%;
    flex: 40%;
}

.navbar-toggler {
    position: absolute;
    right: -130px;
    background: var(--secondary_color);
    top: -60px;
    float: right;
}

.banner__content__sec h1 {
    font-size: 23px;
}

.banner__content__sec p {
    font-size: 16px;
    line-height: 29px;
    width: 95%;
    margin: 0 auto 20px;
    font-weight: 400;
}

.simple__templates__sec .col-sm-4:nth-child(even) .templates__sec__main {
    margin-top: 0;
}

.contact__num a {
    font-size: 15px;
}


.cilent__det {
    left: 11px;
    width: 244px;
    bottom: 198px;
}

.review__img_auth img {
    text-align: center;
    margin: 0 auto 10px;
}

.cta__sec__main .col-sm-9.pl-3 .col-sm-5 {
    max-width: 50%;
    margin-bottom: 20px;
}

.cta__sec__main .col-sm-9.pl-3 .col-sm-2 {
    max-width: 50%;
    flex: 50%;
    text-align: center;
    margin: 0 auto;
}

.contact__num h6 {
    font-size: 19px;
    padding-bottom: 5px;
}

.contact__num a {
    font-size: 21px;
}

.cta_content {
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 10px;
}

.center__sec__content h2 {
    font-size: 25px;
}

.contact__Sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 20px;
}

.faq_sec_main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.company__icon ul li:nth-child(2) {
    width: 30%;
}

.company__icon ul li:nth-child(2) img {
    width: 100%;
}

.company__icon ul li {
    width: 68%;
}

.company__icon ul li {
    padding: 0 17px 0 0;
}


.copy__right__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
}

.copy__links {
    text-align: center;
}


.cta__sec__main .col-sm-9.pl-3 .col-sm-5 {
    max-width: 50% !important;
}

.cta__sec__main .col-sm-9.pl-3 .row.align-items-center {
    width: 100%;
    justify-content: center;
}

.footer__menu ul {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.footer__menu ul li {
    display: inline-block;
    padding-bottom: 17px;
}

.footer__menu ul li a {
    color: #000;
    font-size: 16px;
}

.footer__menu {
    border-top: 1px solid rgb(0 0 0 / 50%);
    margin-top: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(0 0 0 / 50%);
    padding: 20px 0;
}

footer {
    padding: 50px 0 0;
}

.support__Sec__main .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.start__building__sec .col-sm-3 {
    max-width: 33%;
    flex: 33%;
}

.start__box__icon label h5 {
    font-size: 12px;
}

.row.form__custom {
    background: var(--white);
    padding: 30px 10px;
    margin: 0 10px 50px;
}

span.navbar-toggler-icon:before {
    top: 0;
    content: "\f0c9";
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    top: 0;
    color: #fff;
    font-size: 31px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 9px 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

.portfolio__Sec__main .col-xl-3 {
    max-width: 50%;
    flex: 50%;
}

.portfolio__Sec__main .row.pt-5 {
    padding: 0 !important;
}

.portfolio__Sec__main .center__sec__content h2 {
    text-align: center;
}

}

@media (max-width: 450px) {

.navbar-toggler{
    position: absolute;
    right: 20px;
    background: var(--secondary_color);
    top: -50px;
    float: right;
}

.banner__content__sec h1 {
    font-size: 27px;
}

.banner__content__sec p {
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    margin: 0 auto 20px;
    font-weight: 500;
}

.center__sec__content h2 {
    font-size: 21px;
}

.templates__content h6 {
    font-size: 20px;
}

a.view__more {
    font-size: 18px;
}

.outstanding__standing__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.outstanding__content p {
    font-size: 17px;
    width: 100%;
    line-height: 28px;
}

.outstanding__box {
    position: relative;
    padding-bottom: 50px;
    height: 130px;
}

.contact__num a {
    font-size: 17px;
}

.contact__num h6 {
    font-size: 15px;
    padding-bottom: 2px;
    font-weight: 500;
}

.why_we_img {
    text-align: right;
    display: block;
}

.four__step__sec .col-sm-3 {
    max-width: 100%;
    flex: 100%;
}


.step__box {
    padding: 40px 25px;
    height: auto;
    margin-bottom: 30px;
}

.why_we_content {
    padding-bottom: 40px;
}

.company__icon ul li {
    width: 100%;
    padding-bottom: 16px !important;
}

.pricing__Sec__main .col-sm-3 {
    max-width: 100%;
    flex: 100%;
}

.start__box__icon label img {
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
}

.start__building__sec .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.start__box__icon label {
    height: auto;
}

.start__building__sec .banner_form_btn button {
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 400;
}

.contact__num a {
    font-size: 16px;
}

}

@media (max-width: 390px) {

.banner__content__sec h1 {
    font-size: 25px;
}

.banner__content__sec p {
font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 5px;
}

.banner__btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner__btn ul li {
    display: inline-block;
    padding: 0 0 10px 0;
    position: relative;
}

.banner__sec__main .carousel-item img.banner__img {
    width: 100%;
    height: 490px;
}

.banner__content__sec h6 {
    font-size: 13px;
}

.center__sec__content p {
    width: 100%;
    line-height: 25px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}

.outstanding_sec_content h3 {
    font-size: 27px;
}

.outstanding__content p {
    font-size: 15px;
    width: 100%;
    line-height: 22px;
}

.cta__sec__main .col-sm-9.pl-3 .col-sm-5 {
    max-width: 100% !important;
}

.center__btn {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.website__center_content h6 {
    font-size: 21px;
}

.center__btn ul {
    display: inline-block;
    padding-top: 10px;
}

.padding__90 {
    padding: 40px 0;
}

.center__sec__content h2 {
    font-size: 18px;
}

.footer__menu ul li a {
    color: #000;
    font-size: 14px;
}

.footer__menu ul li {
    display: inline-block;
    padding-bottom: 19px;
}

.footer__menu ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.banner__sec__main.inner_banner img.img-fluid.banner__img {
    height: 180px;
}

.term_content_Sec p {
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
}


.term_content_Sec ul li {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 12px;
}


.term_content_Sec h3 {
    font-size: 24px;
}

.pricing__banner img.img-fluid.banner__img {
    height: 360px;
}

.side-form-group h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

.support_box_sec {
    height: auto;
    margin-bottom: 80px;
    padding: 30px 20px;
}

.support_icon i {
    background: var(--color2);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary_color);
    font-size: 40px;
}

.support_icon {
    position: absolute;
    top: -30px;
}

.support__text p {
    font-size: 14px;
    line-height: 23px;
}

section.contact__Sec__main.inner__contact_pricing.padding__90 {
    /* padding: 0; */
}

.inner__contact_pricing .row.pt-5 {
    padding: 10px !important;
}

.head_list_contact p, .head_list_contact a {
    color: #666666;
    font-size: 15px;
    line-height: 23px;
}

.head_list_contact h6, .head_list_contact h6 a {
    font-size: 18px;
}

.contact__banner img.img-fluid.banner__img {
    height: 390px;
}


.banner__btn ul li:nth-child(1) {
    margin-bottom: 10px;
}

.inner__content .row.pt-5 {
    padding-top: 0 !important;
}

.center__sec__content h2 {
    font-size: 21px;
    text-align: left;
    padding-bottom: 10px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 7px 7px;
    font-size: 11px;
    margin-bottom: 10px;
}

}


.loader img {
    width: 50px;
    margin-top: 10px;
}

.loader {
    text-align: center;
}









:root {
  --light_white: #f8f8f8;
  --black: #000;  
  --white: #fff;
  --primary_color: #000;
  --secondary_color: #ec854a;
  --heading_color: #222F3F;
  --font-family: Poppins, sans-serif;
  --color1: #ef9d4b;
  --color2: #EAF1F1;
}


img {
  pointer-events: none;
}


/*Website Font USE/
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/
.icon__contact img {
    filter: hue-rotate(6deg);
}

.icon__phone img {
    filter: hue-rotate(12deg);
}


/*html{
      scroll-behavior: smooth;
}*/

body {
  font-family: var(--font-family);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: #fff;

}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
  display: none;
}

body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--color1);
}

::selection {
  color: var(--white);
  background: var(--color1);
}

a {
  text-decoration: none;
  color: #000;
  font-family: var(--font-family);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}



input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

/* Header Section Begin*/

.top__head ul li {
    display: inline-block;
    padding: 0 0 0 60px;
}

.top__head {
    text-align: right;
    padding: 30px 0;
}

.top__head ul li span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px;
}

.top__head ul li a {
    font-size: 19px;
    font-weight: bold;
    color: var(--primary_color);
}

.top__head ul li a.tp__btn {
    background: var(--primary_color);
    color: var(--white) !important;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
}

.logo__Sec__main a {
    display: inline-block;
}

.top__head ul li a.tp__btn:hover {
    background: var(--secondary_color);
}

.top__head ul li a:hover {
    color: var(--secondary_color);
}

.main_menu_sec ul li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 20px !important;
    color: var(--black);
}

.main_menu_sec ul li a:hover{
    color: var(--secondary_color);
}

li.nav-item.last_builder a {
    background: var(--color1);
    color: var(--white);
    padding: 15px 40px !important;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
}

li.nav-item.last_builder a:hover {
    background: var(--secondary_color);
    color: var(--white);
}

header {
    padding: 0px 0 10px;
}


.logo__Sec__main img {
       width: 30%;
}

header .row {
    align-items: center;
}

/* Header Section End*/


/*Banner section Begin*/

.banner__sec__main .carousel-item img.banner__img {
    width: 100%;
}

.banner__sec__main .carousel-caption {
    left: 0;
    text-align: left;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
}

.banner__content__sec h1 {
    color: var(--black);
    font-size: 56px;
}

.container {
    max-width: 1560px;
}

.banner__content__sec p {
    font-size: 16px;
    color: var(--black);
    line-height: 30px;
    font-weight: 500;
}

.banner__btn ul li a.ban__btn {
    background: black;
    color: var(--white);
    padding: 25px 50px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
}

.banner__btn ul li a.ban__btn:hover{
    background: #bd6726;
}

.banner__btn {
    padding-top: 10px;
}

.banner__btn ul li {
    display: inline-block;
    padding: 0 30px 0px 0px;
    position: relative;
}

.banner__btn ul li .icon__phone {
    position: absolute;
    left: 0;
    background: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone__text {
    padding-left: 70px;
}

.phone__text small {
    display: block;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    padding-bottom: 4px;
}

.phone__text a {
    color: var(--primary_color);
    font-weight: bold;
    font-size: 30px;
}

.banner__btn ul {
    display: flex;
    align-items: center;
}

.banner__content__sec h6 {
    padding-top: 40px;
    font-size: 20px;
    color: var(--black);
}

.banner__content__sec h6 a {
    text-decoration: underline;
    font-weight: bold;
}

.banner__content__sec h6 span {
    font-weight: bold;
    background: #F5DC65;
    padding: 3px 5px;
}


.banner__form__sec {background: rgb(255 255 255);border-radius: 10px;margin-left: 110px;text-align: center;padding: 49px 25px;height: 430px;box-shadow: 0px 0px 20px rgb(0 110 110 / 38%);width: 74%;position: relative;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);border: 1px solid rgb(0 110 110 / 52%);}

.banner__form__head h3 {
    color: var(--primary_color);
    font-size: 24px;
    font-weight: 600;
}

.banner__form__head p {
    color: #000;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.banner__form__head p br {
    display: none;
}

.banner__form__head p span {
    color: var(--primary_color);
    font-weight: bold;
}

.banner__form__sec input {
    background: #EBEBEB;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    height: 47px;
    margin-bottom: 15px;
    font-size: 14px;
}

.banner__form__sec textarea {
    height: 119px;
    font-size: 15px;
    margin-bottom: 15px;
    background: #EBEBEB;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    resize: none;
    font-weight: 400;
    padding: 10px 11px;
}

.banner__sec__main .carousel-caption .row {
    align-items: center;
}

.btn__form input {
    width: 100%;
    background: var(--primary_color) !important;
    font-size: 17px !important;
    height: 53px !important;
    color: var(--white);
    border: 0 !important;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn__form input:hover {
    background: var(--secondary_color);
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: hsl(0deg 0% 0% / 53%);
}

.banner__form__sec .selected-dial-code {
    color: #fff !important;
}

.banner_form_area select {
    height: 50px !important;
    margin-bottom: 0 !important;
    font-size: 15px;
    border-radius: 5px;
}

.banner_form_area .form-group {
    margin-bottom: 0;
}

.banner_form_area .banner_form_btn {margin-left: 10px;}

.banner_form_area input {
    height: 50px !important;
    margin-bottom: 0 !important;
    font-size: 14px;
    border-radius: 5px;
}

input.form-control.invalid {
    border-color: red;
}

.banner_form_area .banner_form_btn button {
    padding: 12px 30px;
}

.banner_form_area .intl-tel-input {
    margin-bottom: 0;
}

/*Banner section End*/


/*Simple Templated Section Begin*/

.padding__90{
    padding: 90px 0;
}

.center__sec__content {
    text-align: center;
}

.center__sec__content h2 {
    font-size: 50px;
    font-weight: 500;
}

.center__sec__content h2 span {
    font-weight: bold;
    color: var(--primary_color);
}

.center__sec__content p {
    font-size: 16px;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    font-weight: 500;
}

.templates_img_sec img {
    width: 100%;
}

.templates__content {
    padding: 0 30px;
    position: relative;
    z-index: 999;
}

.templates_img_sec {
    padding-bottom: 20px;
}

.templates__content h6 {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}

a.view__more {
    float: right;
    color: var(--primary_color);
    font-weight: bold;
    font-size: 16px;
}

.slick-slide{
    margin-right: 0;
}

.simple__templates__sec .col-sm-4:nth-child(even) .templates__sec__main {
    margin-top: 90px;
}

/*Simple Templated Section End*/


/*Outstanding Section Begin*/

.outstanding__standing__sec {
    background: var(--color2);
    position: relative;
    z-index: 9;
    padding-bottom: 0;
}

.outstanding_sec_content h3 {
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 10px;
}

.outstanding_sec_content h3 span {
    color: var(--primary_color);
    font-weight: bold;
}

.outstanding_sec_content p {
    color: #535353;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}

.outstanding__box {
    position: relative;
    padding-bottom: 50px;
    height: 150px;
}

.outstanding__icon {
    position: absolute;
    left: 0;
    width: 85px;
    height: 85px;
    text-align: center;
}

.outstanding__content {
    padding-left: 7rem;
}

.outstanding__content h4 {
    color: var(--secondary_color);
    font-size: 26px;
    font-weight: 600;
}

.outstanding__content p {
    font-size: 14px;
    color: #676767;
    width: 79%;
}

.feathred_right_img {
    position: absolute;
    right: 0;
    top: -113px;
    z-index: -1;
}

/*Outstanding Section End*/


/*Why Are Section Begin*/

.why_we_content h2 {
    font-size: 50px;
}

.why_we_content h2 span {
    /* display: block; */
    color: var(--primary_color);
    font-weight: bold;
}

.why_we_content p {
    font-size: 16px;
    line-height: 30px;
    width: 95%;
}

.website__center_content h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

.website__center_content h5 {
    font-size: 30px;
}

.website__center_content h5 span {
    font-weight: 900;
    background: #f5dc65;
    padding: 0 7px;
}

.center__btn ul {
    display: inline-block;
}

.website__center_content {
    display: inline-block;
    padding-right: 30px;
}

.center__btn ul li {
    position: relative;
}

.center__btn ul li .icon__phone {
    position: absolute;
    left: 0;
    background: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.center__btn {
    display: flex;
    align-items: center;
}

.phone__text a:hover {
    color: var(--secondary_color);
}

.why_we_img {
    text-align: right;
}

/*Why Are Section End*/

/*Step Section Begin*/

.four__step__sec {
    background: var(--color2);
}

.step__box {
    background: var(--white);
    border-radius: 33px;
    text-align: center;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    padding: 80px 50px;
    transition: 0.5s ease-in-out;
}

span.number__step {
    color: var(--primary_color);
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 40px;
    display: inline-block;
}

.step__box h3 {
    font-size: 20px;
    color: var(--secondary_color);
    padding-bottom: 10px;
}

.step__box p {
    font-size: 16px;
    color: #676767;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.step__box:hover {
    background: var(--secondary_color);
    transform: scale(1.1);
}

.step__box:hover h3,.step__box:hover p {
    color: var(--white);
}

/*Step Section End*/

/*Our Client Section Begin*/

.cilent_port_slider .slick-list {
    overflow: unset;
}

.cilent__Sec__main {
    background: var(--color2);
}

.heading__cilent h3 {
    font-size: 50px;
}

.heading__cilent h3 span {
    color: var(--primary_color);
    font-weight: bold;
}

.cilent__box img {
    width: 100%;
}

.review__img_auth {
    /* display: inline-block; */
    position: absolute;
    left: 0;
    text-align: center;
}

.review__para {
    display: inline-block;
    padding-left: 110px;
    padding-right: 50px;
}

.review__text__sec {
    position: relative;
    width: 75%;
    float: right;
    display: inline-block;
}

.review__para p {
    color: var(--secondary_color);
    font-style: italic;
    font-size: 15px;
    line-height: 28px;
}

.review__img_auth span {
    display: block;
    font-size: 13px;
    color: var(--secondary_color);
    font-style: italic;
    font-weight: 600;
}

.review__img_auth img {
    width: 62px;
    height: 62px;
    margin-bottom: 10px;
}

.cilent__det {
    background: var(--white);
    padding: 20px;
    border-radius: 21px;
    width: 260px;
    position: absolute;
    left: -80px;
    bottom: 70px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 9%);
}

.cilent__det h5 {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 10px;
}

.cilent__det ul li {
    font-size: 16px;
    padding-bottom: 14px;
    font-weight: 500;
    color: var(--secondary_color);
}

.cilent__det ul li span {
    color: var(--primary_color);
    font-weight: bold;
}

.cilent__review__tab {
    padding: 0 50px 0 0;
    margin-bottom: 50px;
    display: inline-block;
}

.btn__web {
    text-align: center;
    padding-top: 50px;
}

.btn__web ul li a {
    background: var(--secondary_color);
    padding: 20px 40px;
    color: var(--white);
    font-size: 16px;
    display: inline-block;
}

.btn__web ul li a:hover {
    background: var(--primary_color);
}

/*Our Client Section End*/

/*FAQ Section Begin*/

.faq_sec_main .card-header {
    background: #ec854a;
    padding: 20px 20px;
    border: 0 !important;
    border-radius: 10px !important;
}

.faq_sec_main .card-header button {
    border: 0;
    padding: 0;
    color: var(--white);
    font-size: 16px;
    text-decoration: none;
}

.faq_sec_main .card-body {
    font-size: 15px;
    line-height: 28px;
}

.faq_sec_main button[aria-expanded="true"] .fa:before {
    content: "\f107";
}

.faq_sec_main button .fa{
    font-size: 20px;
}

.faq_sec_main {
    background: transparent;
}

.faq_sec_main .card {
    border-radius: 15px;
}

/*FAQ Section End*/

/*Contact Us Section Begin*/

.contact__Sec__main {
    background: white;
}

.contact__head__Sec h3 {
    font-size: 78px;
    color: var(--black);
    font-weight: bold;
}

.contact__head__Sec {
    padding-bottom: 20px;
}

.head_list_contact h6,.head_list_contact h6 a {
    font-size: 28px;
    color: var(--secondary_color);
    font-weight: 300;
}

.map__contact__sec iframe {
    width: 100%;
    height: 280px;
    border: 0;
}

.head_list_contact p, .head_list_contact a {
    color: #666666;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}

.map__contact__sec {
    margin-bottom: 10px;
}

.head_list_contact {padding-bottom: 30px;}

.head_list_contact a:hover {
    color: var(--hover_color);
}

.social__icon ul li a {
    color: var(--secondary_color);
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: transparent;
    border: 2px solid var(--secondary_color);
}

.social__icon ul li {
    display: inline-block;
    padding: 0px 20px 0 0;
}

.social__icon ul li a:hover {
    background: var(--secondary_color);
    color: #fff;
    border-color: var(--secondary_color);
}

.contact__form__sec{
  padding-top: 0;
}

.contact__form__sec input {
    height: 90px;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 45%);
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 300;
    width: 100%;
    background: transparent;
}

.contact__form__sec textarea {
    height: 170px;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 45%);
    resize: none;
    font-weight: 300;
    margin-bottom: 70px;
    padding: 30px 18px;
    background: transparent;
    border-radius: 0;
}

.btn__form button {
    background: var(--secondary_color);
    color: var(--white);
    padding: 17px 30px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    border: 0;
    margin-top: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
}

.btn__form button:hover {
    background: var(--primary_color);
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 40px;
}
/*Contact Secton End*/

/*Footer Section Begin*/

footer {
    padding: 80px 0 0;
    background: var(--secondary_color);
    background: url(../images/banner-img-01.jpg);
}

.logo__footer__Sec {
    text-align: center;
}

.logo__footer__Sec img {
    margin-bottom: 0;
}

.logo__footer__Sec p {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
}

.footer__menu {
    border-top: 1px solid rgb(0 0 0 / 50%);
    margin-top: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(0 0 0 / 50%);
    padding: 30px 0;
}

.footer__menu ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.footer__menu ul li {
    display: inline-block;
}

.footer__menu ul {
    display: flex;
    justify-content: space-around;
}

.copy__right__sec {
    margin-top: 40px;
    padding: 20px 0;
}

.copy__text {
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
}

.copy__text a{
    color: #fff;
}

.copy__links ul li {
    display: inline-block;
    padding: 0 0 0 30px;
    position: relative;
}

.copy__links ul li a {
    color: #000;
    font-weight: 400;
}

.copy__links {
    text-align: right;
}

.copy__links ul li:before {
    content: '';
    border: 1px solid rgb(12 12 12 / 23%);
    width: 2px;
    height: 32px;
    right: -20px;
    position: absolute;
    top: -5px;
}

.copy__links ul li:nth-last-child(1):before {
    border: 0;
}

.logo__footer__Sec h4 {
    font-size: 30px;
    color: var(--black);
    font-weight: bold;
}

/*Footer Section End*/

/*Review Section Begin*/

.review__box {
    border: 1px solid var(--color2);
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    margin-bottom: 40px;
}

.review_box-img img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.review__content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    padding: 30px 20px 0 0;
    color: rgb(66 66 66 / 72%);
}

.review__box:hover {
    box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
}

span.author_name {
    color: var(--secondary_color);
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
}

/*Review Section End*/


/*Term and condition Section Begin*/

.term_content_Sec h3 {color: var(--black);font-size: 45px;font-weight: bold;padding-bottom: 0px;}

.term_content_Sec p {font-size: 19px;line-height: 35px;color: var(--black);font-weight: 300;}

.term_content_Sec {padding-bottom: 30px;}

.term_content_Sec ul li {
    font-size: 19px;
    color: var(--black);
    padding-bottom: 15px;
    font-weight: 300;
    list-style-type: disc;
    line-height: initial;
}

.term_content_Sec ul li ul li a, .term_content_Sec ul li a {
    color: var(--primary_color);
    text-decoration: underline;
    font-weight: bold;
}

.term_content_Sec ul {padding: 0 40px;}

.term_content_Sec p a {color: var(--primary_color);text-decoration: underline;font-weight: bold;}


/*Term and condition Section End*/


/*Our Review Section Begin*/

.cilent__Sec__main.inner__review__sec {
    background: var(--white);
}

/*Our Review Section End*/

/*Our Pricing Section Begin*/

.tab__menu__Sec ul {
    border: 0;
    margin: 0 auto;
    justify-content: center;
}

.tab__menu__Sec ul li a {
    border: 0 !important;
    background: var(--color2);
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 0 !important;
    color: var(--black) !important;
    cursor: pointer;
}

.tab__menu__Sec ul li a.active,.tab__menu__Sec ul li a:hover {
    background: var(--secondary_color) !important;
    color: var(--white) !important;
}

.tab__menu__Sec ul li {
    padding: 0 10px;
}

.packages_box_sec {
  /* border: 1px solid var(--light_blue); */
  border-radius: 13px;
  background: var(--white);
  padding: 30px 20px 30px;
  margin-bottom: 40px;
  box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 17%);
  transition: 0.2s ease-in-out;
  margin-top: 40px;
  margin-bottom: 0;
  }

.packages_Sec_main {
  background: var(--light_blue);
}

.packages_box_sec h3 {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 17px;
  font-weight: 900;
}

.packages_box_sec h5 {
  display: block;
  color: var(--primary_color);
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 5px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.packages_box_sec h6.cutprice {
  text-decoration: line-through;
  display: block;
  font-size: 23px;
  padding-left: 10px;
  color: var(--pink);
  font-weight: 400;
}

.packages_heading_sec {
  text-align: center;
}

.packages_cardBody p {
  font-size: 16px;
  font-weight: 500;
  color: #747474;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  }

.packages_cardBody ul li {
  color: #4a4a4a;
  font-size: 15px;
  padding-bottom: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
  word-break: break-word;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  }

.packages_cardBody ul li:before {
  content: '';
  background: url(../images/arrow_icon.png);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
background-size: cover;}

.packages_cardBody ul {
  width: 100%;
  height: 358px;
  overflow-y: scroll;
  padding-top: 1rem;
}

.packages_cardBody ul::-webkit-scrollbar {
  width: 5px;
  background: rgb(217 216 216);
  border-radius: 10px;
}

.packages_cardBody ul::-webkit-scrollbar-thumb {
  background: var(--primary_color);
  border-radius: 10px;
}

.btn_packages_sec a {
  background: var(--secondary_color);
  padding: 17px 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: var(--white);
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
}

.btn_packages {
  padding-top: 20px;
}

.btn_packages_sec a:hover {
  background: var(--primary_color);
}

span.check_icon {
    color: #32c900;
    width: 30px;
    height: 30px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    border-radius: 50px;
    margin-right: 15px !important;
    text-align: center;
}

span.x_icon {
    color: #ff0a0a;
    width: 30px;
    height: 30px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    border-radius: 50px;
    margin-right: 15px !important;
}

.packages_cardBody ul li span {
    float: right;
    margin-right: 20px;
}

.packages_cardBody ul li.heading__text {
    background: #f8f8f8;
    color: var(--secondary_color);
    font-weight: bold;
    font-size: 21px;
    padding: 15px  10px;
    margin-bottom: 20px;
}


.inner__contact_pricing{
    background: var(--white);
}

/*Our Pricing Section End*/


/*Support Section Begin*/

.support_box_sec {
    border: 1px solid var(--color2);
    padding: 20px 30px;
    box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
    height: 280px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s ease-in-out;
}


.support__text p {
    font-size: 16px;
    line-height: 27px;
}

.web__btn ul li a {
    background: var(--secondary_color);
    color: var(--white);
    padding: 20px 40px;
    display: inline-block;
    font-size: 17px;
}

.support_box_sec:hover .web__btn ul li a{
    background: var(--primary_color);
}

.support_box_sec:hover{
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.support_icon i {
    background: var(--color2);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary_color);
    font-size: 50px;
}

.support_icon {position: absolute;top: -40px;}

.support__text{
    padding-top: 20px;
}

.support_box_sec:hover .support_icon i{
    background: var(--primary_color);
    color: var(--white);
}

.inner_banner .contact__form__sec input, .inner_banner .contact__form__sec select {
    background: #EBEBEB;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    height: 50px !important;
    font-size: 14px;
}

.banner_form_btn button {
    background: #1d1c1b;
    padding: 12px 40px;
    color: var(--white);
    font-weight: 500;
    border-radius: 5px;
    font-size: 17px;
    display: inline-block;
    border: 2px solid var(--secondary_color);
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.banner_form_btn button:hover {
    background: var(--primary_color);
    border-color: var(--primary_color);
}

.side-form-group h3 {
    font-size: 36px;
    font-weight: 400;
    color: #000;
    margin: 0 auto 30px;
    font-weight: bold;
    text-transform: capitalize;
}

.side-form-group h3 span {
    color: var(--primary_color);
}

/*Support Section End*/


/*Start Building Section Begin*/

.start__building__sec{
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}


.start__box__icon input {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.start__box__icon label {
    position: relative;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    transition: all 300ms ease-in-out;
    width: 100%;
    text-align: center;
    background: var(--color2);
    border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 20px;
    height: 170px;
}
.outstanding__icon img {
    filter: hue-rotate(19deg);
}
.start__box__icon label img {
    margin-bottom: 15px;
    height: 80px;
    width: 80px;
    filter: hue-rotate(119deg);
}

.start__box__icon label h5 {
    color: var(--secondary_color);
    font-size: 17px;
}


.start__box__icon input:checked + label {
    color: #fff;
    background: var(--secondary_color);
}

.start__box__icon input:checked + label img{
    filter: brightness(0) invert(1)
}

.start__box__icon input:checked + label h5{
    color: var(--white);
}

.heading__custom h3 {
    font-size: 50px;
    text-align: center;
    font-weight: 500;
}

.heading__custom {
    padding-bottom: 20px;
}

.start__building__sec input {
    height: 70px;
    font-size: 16px;
    background: var(--color2);
    border: 0 !important;
}

.row.form__custom {
    background: var(--white);
    padding: 60px 50px;
    margin: 0 130px 60px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 19%);
}

.start__building__sec .banner_form_btn button {
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 400;
}

.start__building__sec:before {
    content: '';
    background: url(../images/custom-box-01.png);
    width: 192px;
    height: 320px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}

.start__building__sec:after {
    content: '';
    /* background: url(../images/custom-box-02.png); */
    width: 300px;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

/*Start Building Section End*/


/*CTA Section Begin*/

.cta__sec__main {
    background: var(--secondary_color);
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.cta_content h5 {
    color: var(--white);
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 0;
    
}

.cta_content h3 {
    font-size: 38px;
    font-weight: bold;
    color: var(--white);
        margin-bottom: 0;
}

.cta_content h3 span {
    background: #f5dc65;
    color: #000;
    padding: 0 3px;
}

.cta__sec__main:after {
    content: '';
    position: absolute;
    background: url(../images/cta-vector-01.png);
    width: 205px;
    height: 189px;
    left: 0;
    top: 0;
}

.cta__sec__main:before {
    content: '';
    position: absolute;
    background: url(../images/cta-vector-02.png);
    width: 175px;
    height: 189px;
    right: 0;
    top: 0;
}
.contact_det {
    position: relative;
    display: flex;
    align-items: center;
}

.icon__contact {
    display: inline-block;
}

.contact__num {
    display: inline-block;
    padding-left: 20px;
    padding-top: 20px;
}

.contact__num h6 {
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.contact__num a {
    color: var(--white);
    font-size: 34px;
    font-weight: bold;
}
.cta__btn a {
    background: var(--primary_color);
    text-align: center;
    color: var(--white);
    display: inline-block;
    width: 100%;
    padding: 17px 5px;
    font-size: 17px;
    border: 2px solid #fff;
    text-transform: uppercase;
}

.company__icon2 img {
    /* filter: brightness(0); */
}

/*CTA Section End*/


.inner__content{
    background: var(--white);
}

.term_content_Sec h5 {
    color: var(--secondary_color);
    font-weight: bold;
}

.company__icon ul li {
    padding-bottom: 20px;
    display: inline-block;
    padding: 0 30px 0 0;
}

/*Thank You Page Begin*/

.main-thankyou {
    text-align: center;
}
.thank-you .banner_content_sec h3 {
    width: 100% !important;
    font-size:80px !important ;
    color: #fff;
}

.main-thankyou i {
    font-size: 100px;
    margin-bottom: 10px;
    color: var(--primary_color);
}

.main-thankyou p {
    font-size: 19px;
    line-height: 33px;
    color: var(--black);
}

.main-thankyou a {
    font-size: 20px;
    color: var(--white);
    font-weight: 400;
    background: var(--secondary_color);
    padding: 20px 40px;
    display: inline-block;
    border-radius: 0;
    margin: 20px 0;
}

.main-thankyou a:hover {
}

/*Thank You Page End*/

h1.heading.heading-very-large.dark-1 {
    color: var(--black);
    font-size: 90px;
    font-weight: bold;
    padding-bottom: 20px;
}

h2.heading.heading-large.dark-1 {
    color: var(--black);
    font-size: 42px;
    padding-bottom: 20px;
}

h3.heading.heading-medium {
    color: rgb(0 0 0 / 30%);
    font-size: 27px;
    line-height: 40px;
    font-weight: 400;
}

.error__sec {
    padding: 100px 0;
}

.not-found-content ul {
    padding-top: 40px;
}

.not-found-content ul li {
    display: block;
}

.not-found-content ul li a {
    font-size: 44px;
    padding-bottom: 60px;
    display: inline-block;
    font-weight: bold;
}

/*Order Page Begin*/

.order_heading h3 {font-size: 50px;margin-bottom: 30px;color: #000;}

.order_sec_main input {width: 100%;height: 70px;margin-bottom: 20px;border-radius: 0;border: 1px solid #ccc;font-size: 15px;padding: 0 20px;}

.order_sec_main select {width: 100%;height: 70px !important;border-radius: 0;border: 1px solid #ccc;margin-bottom: 20px;}

.order_sec_main textarea {height: 200px;border-radius: 0;border: 1px solid #ccc;padding: 20px 20px;font-size: 16px;}

.order_submit input {
    width: auto;
    padding: 20px 60px;
    height: auto !important;
    border-radius: 0;
    font-size: 20px;
    text-transform: capitalize;
    background: var(--secondary_color);
    color: #fff;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    }

.order_submit {padding-top: 40px;}

.order_submit input:hover {background: var(--primary_color);}

.order_sec_main .intl-tel-input {
    margin-bottom: 0;
}

.center-col {
    margin: 0 auto;
}

/*Order Page End*/


.start__building__sec .container {
    max-width: 1340px;
}

.step__btn {
    padding-bottom: 40px;
}

.step__btn ul li {
    display: inline-block;
}

.step__btn ul {
    text-align: center;
}

.step__btn ul li a {
    color: var(--secondary_color);
    font-weight: 600;
    background: var(--color2);
    padding: 18px 40px;
    font-size: 18px;
    border-bottom: 4px solid var(--secondary_color);
    cursor: not-allowed;
}

.step__btn ul li a.active {
    color: var(--primary_color);
    border-bottom: 4px solid var(--primary_color);
    cursor: pointer;
}

.cta_content {
    padding-top: 20px;
}

/*Portfolio Section Begin*/

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 13px 15px;
    font-size: 15px;
}

.portfolio_imgThumbnail {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio_imgThumbnail img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.portfolio_imgThumbnail:hover::before {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-size: 60px;
    font-weight: bold;
    color: #d1d1d1;
    text-shadow: 0 0 10px rgb(0 0 0 / 25%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}

.portfolio_imgThumbnail:hover img {
    transform: scale(1.2);
}

.portfolio_imgThumbnail:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3d60a652;
    pointer-events: none;
}

/*Portfolio Section End*/


@media (max-width: 1600px) {

.container {
    max-width: 1430px;
}

.outstanding_sec_content p{
    font-size: 16px;
    line-height: 30px;
}

.outstanding__content h4 {
    font-size: 20px;
}

.outstanding__content {
    padding-left: 6rem;
}

.outstanding__content p {
    width: 85%;
}


.feathred_right_img img {
    width: 981px;
}


.feathred_right_img {
    right: -120px;
    top: -113px;
}


.cta_content {
    padding-left: 70px;
    padding-top: 30px;
}


.cta_content h3 {
    font-size: 27px;
}

.contact__num a {
    font-size: 29px;
}

.step__box{
    padding: 80px 30px;
}


.outstanding__standing__sec{
    overflow: hidden;
}

.review__para p {
    font-size: 14px;
    line-height: 25px;
}

.review__text__sec {
    position: relative;
    width: 70%;
}

.cilent__det{
    left: -66px;
}

.cilent__det ul li {
    font-size: 15px;
    padding-bottom: 10px;
}

.company__icon ul li img {width: 100%;}

.company__icon ul li:nth-child(2) img {
    width: auto;
}

.company__icon ul li:nth-child(2) {
    width: auto;
}

.company__icon ul li{
    width: 60%;
}

.faq_sec_main .card-header button{
    font-size: 15px;
}

.center__sec__content h2 {
    font-size: 45px;
}

.term_content_Sec h3 {
    font-size: 40px;
}

.portfolio__Sec__main {
    overflow: hidden;
}

}

@media (max-width: 1440px) {
    
.start__building__sec .container {
    max-width: 1170px;
}

.banner_form_area .banner_form_btn button {
    padding: 12px 20px;
}

.container {
    max-width: 1330px;
}

.banner__content__sec h1 {
    color: var(--black);
    font-size: 47px;
}

.outstanding_sec_content h3 {
    font-size: 45px;
}

.outstanding_sec_content p {
    font-size: 15px;
}

.outstanding__content p {
    font-size: 13px;
}

.feathred_right_img {
    right: -220px;
    top: -113px;
}

.cta_content h5 {
    font-size: 22px;
}

.cta_content h3 {
    font-size: 23px;
}

.step__box p {
    font-size: 15px;
}

.start__box__icon label{
    height: 160px;
}

.center__sec__content p {
    font-size: 15px;
}

.head_list_contact h6, .head_list_contact h6 a {
    font-size: 25px;
}

.review__text__sec {
    position: relative;
    width: 66%;
}

.review__para {
    padding-right: 20px;
}

.review__text__sec {
    position: relative;
    width: 65%;
}

.cilent__det {
    left: -46px;
}

.cilent__det h5 {
    font-size: 27px;
}

.cilent__det ul li {
    font-size: 14px;
    padding-bottom: 7px;
}

.support__text p {
    font-size: 15px;
    line-height: 23px;
}

.term_content_Sec p {
    font-size: 17px;
    line-height: 30px;
}

.term_content_Sec h3 {
    font-size: 35px;
}

.heading__custom h3 {
    font-size: 40px;
}

.start__box__icon label h5 {
    font-size: 15px;
}



}

@media (max-width: 1366px) {

.container {
    max-width: 1220px;
}

.banner__sec__main .carousel-item img.banner__img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.banner__content__sec h1 {
    color: var(--black);
    font-size: 42px;
}

.banner__content__sec p {
    font-size: 15px;
    line-height: 25px;
}

.banner__content__sec h6 {
    font-size: 19px;
}

.center__sec__content h2 {
    font-size: 40px;
}

.templates__content h6 {
    font-size: 22px;
}

.feathred_right_img {
    right: -270px;
    top: -89px;
}

.outstanding__icon {
    width: 65px;
    height: 65px;
}

.outstanding__icon {
    width: 65px;
    height: 65px;
}

.outstanding__content h4 {
    font-size: 18px;
}

.outstanding__content h4 {
    font-size: 18px;
}

.cta_content h5 {
    font-size: 20px;
}

.cta__sec__main:after {
    left: -40px;
    top: 3px;
}

.cta_content h3 {
    font-size: 21px;
}

.why_we_content h2 {
    font-size: 44px;
}

.why_we_content p {
    font-size: 15px;
}

.website__center_content h5 {
    font-size: 28px;
}

.phone__text a {
    font-size: 25px;
}

.step__box h3 {
    font-size: 17px;
}

.step__box {
    padding: 80px 25px;
}

.step__box p {
    font-size: 14px;
    line-height: 26px;
}

.contact__num a {
    font-size: 26px;
}

.review__para p {
    font-size: 13px;
    line-height: 23px;
}

.cilent__det {
    left: -39px;
    width: 230px;
    bottom: 100px;
}

.cta_content {
    padding-left: 60px;
    padding-top: 40px;
}

.faq_sec_main .card-body {
    font-size: 14px;
    line-height: 25px;
}

.side-form-group h3 {
    font-size: 25px;
}

.packages_cardBody ul li {
    font-size: 13px;
    padding-left: 0;
}

.packages_cardBody ul li.heading__text{
    font-size: 18px;
}

.center__sec__content p {
    width: 70%;
}

.banner__sec__main.inner_banner img.img-fluid.banner__img {
    height: 350px;
}

.term_content_Sec ul li {
    font-size: 18px;
}

.term_content_Sec h3 {
    font-size: 30px;
}

.support__text h4 {
    font-size: 20px;
    font-weight: 600;
}

.contact__banner img.img-fluid.banner__img {
    height: 430px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 12px 11px;
    font-size: 14px;
}



}

@media (max-width: 1200px) {

.center__sec__content p {
    width: 100%;
}

.start__building__sec .container {
    max-width: 1010px;
}

.start__box__icon label img {
    margin-bottom: 15px;
    height: 60px;
    width: 60px;
}

.start__box__icon label {
    height: 140px;
}

.banner__content__sec h1 {
    font-size: 34px;
}

.banner__content__sec p {
    font-size: 14px;
    line-height: 25px;
}

.outstanding__content {
    padding-left: 4rem;
}

.feathred_right_img {
    right: -360px;
    top: -89px;
}

.outstanding__icon {
    width: 60px;
    height: 60px;
}

.cta__sec__main:after {
    left: -40px;
    top: 3px;
    z-index: -1;
}

.cta__sec__main{
    z-index: 1;
}

.cta__btn a {
    padding: 14px 5px;
    font-size: 13px;
}

.container {
    max-width: 1120px;
}

.banner__btn ul li a.ban__btn {
    padding: 18px 30px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}

.phone__text a {
    font-size: 24px;
}

.templates__content h6 {
    font-size: 18px;
}

.outstanding_sec_content p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.outstanding__content h4 {
    font-size: 16px;
}

.outstanding__icon {
    width: 50px;
    height: 50px;
}

.outstanding__content p {
    font-size: 13px;
    width: 95%;
}

.contact__num {
    padding-left: 10px;
}

.contact__num a {
    font-size: 22px;
}

.cta_content h5 {
    font-size: 18px;
}

.cta_content h3 {
    font-size: 32px;
}

.cta__sec__main:before {
    width: 175px;
    height: 219px;
    background-size: cover;
    opacity: 0.7;
}

.cta__sec__main:after {
    left: -40px;
    top: 0px;
    z-index: -1;
    background-size: cover;
    width: 235px;
    height: 221px;
    opacity: 0.7;
}

.why_we_content h2 {
    font-size: 38px;
}

.why_we_content p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
}

span.number__step{
    font-size: 60px;
}

.step__box {
    padding: 60px 15px;
}

.step__box p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}

.cilent__det {
    left: -19px;
    width: 224px;
    bottom: 168px;
}

.review__text__sec {
    position: relative;
    width: 100%;
}

.head_list_contact p, .head_list_contact a {
    color: #666666;
    font-size: 18px;
}

.head_list_contact h6, .head_list_contact h6 a {
    font-size: 21px;
    font-weight: 500;
}

.faq_sec_main .card-header button {
    font-size: 14px;
}

.term_content_Sec p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}

.term_content_Sec ul li {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 12px;
}

.packages_box_sec h5 {
    font-size: 28px;
}

.packages_cardBody p {
    font-size: 14px;
}

.packages_box_sec h3 {
    font-size: 15px;
}

.btn_packages_sec a{
    padding: 17px 40px;
        font-size: 16px;
}

.packages_cardBody ul li {
    font-size: 12px;
    padding-left: 0;
    font-weight: 500;
}

span.check_icon ,span.x_icon{
    font-size: 23px;
}

.social__icon ul li {
    display: inline-block;
    padding: 0px 10px 0 0;
}

.footer__menu ul li a {
    color: #000;
    font-size: 15px;
}

.company__icon ul li {
    width: 56%;
}

.center__sec__content h2 {
    font-size: 34px;
}

.support__text p {
    font-size: 14px;
    line-height: 25px;
}

.tab__menu__Sec ul li {
    padding: 0 7px;
}

}

@media (max-width: 1100px) {

.container {
    max-width: 1040px;
}

.banner__content__sec h1 {
    font-size: 30px;
}

.banner__content__sec p {
font-size: 15px;
    line-height: 27px;
}

.phone__text a {
    font-size: 20px;
}

.feathred_right_img {
    right: -360px;
    top: -49px;
    opacity: 0.5;
}

.cta__sec__main .container {
    max-width: 1080px;
}

.cta_content h5 {
    font-size: 16px;
}

.cta_content h3 {
    font-size: 26px;
}

.contact__num h6 {
    font-size: 14px;
    padding-bottom: 5px;
}

.why_we_content h2 {
    font-size: 34px;
}

.company__icon2 img {
    width: 100%;
}

.faq_sec_main .card-header button {
    font-size: 13px;
}

.faq_sec_main .card-header {
    padding: 15px 15px;
}

.faq_sec_main .card-body {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
}

.step__box h3 {
    font-size: 15px;
}

.side-form-group h3 {
    font-size: 21px;
}

.contact__form__sec input {
    height: 40px;
}

.contact__form__sec select {
    height: 50px !important;
    font-size: 14px;
}

.cilent__review__tab {
    padding: 0 20px 0 0;
}

.heading__cilent h3 {
    font-size: 40px;
}

.padding__90 {
    padding: 70px 0;
}

.packages_box_sec{
    padding: 30px 14px 30px;
}

.tab__menu__Sec ul li a {
    padding: 17px 30px;
    font-size: 15px;
}

.center__sec__content p {
    width: 70%;
}

.support__text p {
    font-size: 13px;
    line-height: 22px;
}

.support__text h4 {
    font-size: 19px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 10px 9px;
    font-size: 13px;
}

}

@media (max-width: 1024px) {

.container {
    max-width: 980px;
}

.start__building__sec .container {
    max-width: 890px;
}

.banner__content__sec h1 {
    font-size: 28px;
}

.banner__content__sec p {
    font-size: 14px;
    line-height: 27px;
}

.outstanding_sec_content h3 {
    font-size: 35px;
}

.feathred_right_img {
    right: -360px;
    top: -49px;
    opacity: 0.2;
}


.outstanding__content p {
    font-size: 13px;
    width: 100%;
}

.contact__num {
    padding-left: 4px;
}

.contact__num a {
    font-size: 17px;
}

.website__center_content h6 {
    font-size: 17px;
}

.website__center_content h5 {
    font-size: 23px;
}

.phone__text a {
    font-size: 17px;
}

.step__box p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.step__box {
    padding: 50px 15px;
    height: 310px;
}

.why_we_content h2 {
    font-size: 26px;
}

.head_list_contact p, .head_list_contact a {
    color: #666666;
    font-size: 16px;
}

.btn__form button {
    padding: 15px 30px;
    font-size: 15px;
}

.support_box_sec {
    height: 320px;
}

.contact__form__sec input {
    height: 80px;
}

.start__box__icon label img {
    margin-bottom: 15px;
    height: 60px;
    width: 60px;
}

.start__box__icon label {
    height: 140px;
}

.banner_form_btn button{
    padding: 12px 25px;
    font-size: 14px;
}

.tab__menu__Sec ul li {
    padding: 0 5px;
}

}

@media (max-width: 950px) {

.container {
    max-width: 890px;
}

.banner__content__sec p {
    font-size: 13px;
    line-height: 23px;
}

.banner__btn ul li a.ban__btn {
    padding: 15px 16px;
    display: inline-block;
    font-size: 14px;
}

.banner__content__sec h6 {
    font-size: 16px;
}

.banner__sec__main .carousel-item img.banner__img {
    width: 100%;
    height: 450px;
}

.center__sec__content p {
    width: 75%;
}

a.view__more {
   font-size: 13px;
}

.templates__content {
    padding: 0 10px;
}

.templates__content h6 {
    font-size: 15px;
}

.outstanding__standing__sec .col-sm-6 {
    max-width: 67%;
    flex: 50%;
}

.outstanding__content p {
    font-size: 15px;
    width: 100%;
}

.cta__sec__main .col-sm-3 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.cta__sec__main .col-sm-9.pl-3 {
    max-width: 100%;
    flex: 100%;
}

.cta__sec__main .col-sm-9.pl-3 .col-sm-5.pl-5 {
    max-width: 34%;
}

.contact_det {
    justify-content: center;
}

.cta__sec__main .col-sm-9.pl-3 .col-sm-2 {
    max-width: 30%;
    flex: 21%;
}

.cta__btn a {
    padding: 21px 5px;
    font-size: 17px;
}

.cta__sec__main {
    z-index: 1;
    padding: 10px 0;
}

.cta_content {
    padding-left: 60px;
    padding-top: 10px;
}

.cta__sec__main:after {
    width: 275px;
    height: 251px;
}

.cta__sec__main:before {
    width: 215px;
    height: 239px;
    background-size: cover;
    opacity: 0.7;
}

.website__center_content h5 {
    font-size: 20px;
}

.website__center_content h6 {
    font-size: 15px;
}

span.number__step {
    font-size: 50px;
    margin-bottom: 23px;
}

.step__box h3 {
    font-size: 14px;
    line-height: 20px;
}

.step__box p {
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
}

.step__box {
    padding: 40px 15px;
    height: 270px;
}

.why_we_content p {
    font-size: 14px;
    line-height: 24px;
}

.cilent__det {
    left: -19px;
    width: 244px;
    bottom: 188px;
}

.cilent__det h5 {
    font-size: 21px;
    padding-bottom: 0;
}

.cilent__det ul li {
    font-size: 13px;
    padding-bottom: 4px;
}

.center__sec__content h2 {
    font-size: 30px;
}

.banner__form__sec .intl-tel-input {
    width: 100%;
    margin-bottom: 0;
}

.banner__form__sec select {
    height: 50px !important;
    font-size: 15px;
}

.banner_form_btn button {
    padding: 8px 25px;
    font-size: 14px;
}

.banner__form__sec .col-md-6.col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.pricing__banner img.img-fluid.banner__img {
    height: 510px;
}

.pricing__Sec__main .col-sm-3 {
    max-width: 40%;
    flex: 40%;
}

.pricing__Sec__main .row {
    justify-content: center;
}

.packages_box_sec{
    margin-bottom: 0;
}

.review__para p {
    font-size: 12px;
    line-height: 21px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 12px 23px;
    font-size: 15px;
    margin-bottom: 10px;
}

}

@media (max-width: 768px) {

.main_menu_sec ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 10px !important;
    color: var(--black);
}

.start__box__icon label h5 {
    font-size: 13px;
}

.top__head {
    text-align: right;
    padding: 20px 0;
}

.banner__right {
    /* display: none; */
    padding-bottom: 4rem;
}

.banner__sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.banner__content__sec {
    text-align: center;
}

.banner__btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__content__sec h1 {
    font-size: 32px;
}

.banner__content__sec p {
    font-size: 15px;
    line-height: 26px;
    width: 88%;
    margin: 0 auto 20px;
    font-weight: 500;
}

.phone__text {
    padding-left: 80px;
    text-align: left;
}

.center__sec__content p {
    width: 100%;
    line-height: 27px;
    font-weight: 400;
}

.outstanding__standing__sec .col-sm-6 {
    max-width: 100%;
    flex: 50%;
}

.container {
    max-width: 710px;
}

.why_we_img {
    text-align: right;
    display: none;
}

.why_are_sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}


.four__step__sec .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.step__box {
    padding: 40px 15px;
    height: 260px;
    margin-bottom: 30px;
}

.step__box p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.step__box h3 {
    font-size: 18px;
    line-height: 27px;
}

.contact_det{
    flex-direction: column;
}

.icon__contact span img {
    width: 60%;
}

.contact__num {
    padding-left: 4px;
    padding-top: 10px;
}

.cta__sec__main {
    z-index: 1;
    padding: 30px 0;
}

.contact_det {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    flex-direction: row;
}


.cta__sec__main:before {
    width: 175px;
    height: 299px;
    background-size: cover;
    opacity: 0.1;
}

.cta__sec__main:after {
    width: 305px;
    height: 301px;
    opacity: 0.1;
}

.faq_sec_main .card-header button {
    font-size: 13px;
    white-space: unset;
}

.footer__menu ul li a {
    color: #000;
    font-size: 13px;
}

.company__icon ul li {
    width: 51%;
}

.company__icon ul li:nth-child(2) img {
    width: 53%;
}

.cilent__det {
    left: -19px;
    width: 244px;
    bottom: 198px;
}

.banner__form__sec {
    display: none;
}

.pricing__banner img.img-fluid.banner__img {
    height: 330px;
}

.pricing__Sec__main .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.packages_cardBody ul li {
    font-size: 14px;
    padding-left: 0;
    font-weight: 400;
}

.banner__content__sec h1 {
    font-size: 28px;
}

.support__banner {
    display: none;
}

.support__Sec__main .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.support_box_sec {
    height: 320px;
    margin-bottom: 80px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 12px 17px;
    font-size: 14px;
    margin-bottom: 10px;
}

}

@media (max-width: 576px) {
    
    header {
    padding: 20px 0 20px;
}
    
.banner_form_area input{
    margin-bottom: 20px !important;
}

.banner_form_area select{
    margin-bottom: 20px !important;
}

.faq_sec_main {
    display: none;
}

.cilent__Sec__main  .btn__web{
        padding-top: 0;
}

.intl-tel-input .selected-flag{
    height: 70%;
}
    
.step__btn ul li a {
    color: var(--secondary_color);
    font-weight: 600;
    background: var(--color2);
    padding: 12px 24px;
    font-size: 14px;
}

.start__building__sec input {
    height: 70px;
    font-size: 13px;
}

.cilent_port_slider .slick-list {
    overflow: hidden;
}
    

.logo__Sec__main img {
       width: 30%;
}

.tab__menu__Sec ul li a {
    padding: 17px 12px;
    font-size: 12px;
    margin-bottom: 11px;
}

.top__head{
    display: none;
}

header .col-sm-3 {
    max-width: 40%;
    flex: 40%;
}

.navbar-toggler {
    position: absolute;
    right: -130px;
    background: var(--secondary_color);
    top: -60px;
    float: right;
}

.banner__content__sec h1 {
    font-size: 23px;
}

.banner__content__sec p {
    font-size: 16px;
    line-height: 29px;
    width: 95%;
    margin: 0 auto 20px;
    font-weight: 400;
}

.simple__templates__sec .col-sm-4:nth-child(even) .templates__sec__main {
    margin-top: 0;
}

.contact__num a {
    font-size: 15px;
}


.cilent__det {
    left: 11px;
    width: 244px;
    bottom: 198px;
}

.review__img_auth img {
    text-align: center;
    margin: 0 auto 10px;
}

.cta__sec__main .col-sm-9.pl-3 .col-sm-5 {
    max-width: 50%;
    margin-bottom: 20px;
}

.cta__sec__main .col-sm-9.pl-3 .col-sm-2 {
    max-width: 100%;
    flex: 50%;
    text-align: center;
    margin: 0 auto;
}

.contact__num h6 {
    font-size: 19px;
    padding-bottom: 5px;
}

.contact__num a {
    font-size: 21px;
}

.cta_content {
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 10px;
}

.center__sec__content h2 {
    font-size: 25px;
}

.contact__Sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 20px;
}

.faq_sec_main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.company__icon ul li:nth-child(2) {
    width: 30%;
}

.company__icon ul li:nth-child(2) img {
    width: 100%;
}

.company__icon ul li {
    width: 68%;
}

.company__icon ul li {
    padding: 0 17px 0 0;
}


.copy__right__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
}

.copy__links {
    text-align: center;
}


.cta__sec__main .col-sm-9.pl-3 .col-sm-5 {
    max-width: 50% !important;
}

.cta__sec__main .col-sm-9.pl-3 .row.align-items-center {
    width: 100%;
    justify-content: center;
}

.footer__menu ul {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.footer__menu ul li {
    display: inline-block;
    padding-bottom: 17px;
}

.footer__menu ul li a {
    color: #000;
    font-size: 16px;
}

.footer__menu {
    border-top: 1px solid rgb(0 0 0 / 50%);
    margin-top: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(0 0 0 / 50%);
    padding: 20px 0;
}

footer {
    padding: 50px 0 0;
}

.support__Sec__main .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.start__building__sec .col-sm-3 {
    max-width: 33%;
    flex: 33%;
}

.start__box__icon label h5 {
    font-size: 12px;
}

.row.form__custom {
    background: var(--white);
    padding: 30px 10px;
    margin: 0 10px 50px;
}

span.navbar-toggler-icon:before {
    top: 0;
    content: "\f0c9";
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    top: 0;
    color: #fff;
    font-size: 31px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 9px 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

.portfolio__Sec__main .col-xl-3 {
    max-width: 50%;
    flex: 50%;
}

.portfolio__Sec__main .row.pt-5 {
    padding: 0 !important;
}

.portfolio__Sec__main .center__sec__content h2 {
    text-align: center;
}

}

@media (max-width: 450px) {

.navbar-toggler{
    position: absolute;
    right: 0;
    background: var(--secondary_color);
    top: -33px;
    float: right;
}

.banner__content__sec h1 {
    font-size: 27px;
}

.banner__content__sec p {
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    margin: 0 auto 20px;
    font-weight: 500;
}

.center__sec__content h2 {
    font-size: 21px;
}

.templates__content h6 {
    font-size: 20px;
}

a.view__more {
    font-size: 18px;
}

.outstanding__standing__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.outstanding__content p {
    font-size: 17px;
    width: 100%;
    line-height: 28px;
}

.outstanding__box {
    position: relative;
    padding-bottom: 10px;
    height: auto;
}

.contact__num a {
    font-size: 17px;
}

.contact__num h6 {
    font-size: 15px;
    padding-bottom: 2px;
    font-weight: 500;
}

.why_we_img {
    text-align: right;
    display: block;
}

.four__step__sec .col-sm-3 {
    max-width: 100%;
    flex: 100%;
}


.step__box {
    padding: 40px 25px;
    height: auto;
    margin-bottom: 30px;
}

.why_we_content {
    padding-bottom: 40px;
}

.company__icon ul li {
    width: 100%;
    padding-bottom: 16px !important;
}

.pricing__Sec__main .col-sm-3 {
    max-width: 100%;
    flex: 100%;
}

.start__box__icon label img {
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
}

.start__building__sec .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.start__box__icon label {
    height: auto;
}

.start__building__sec .banner_form_btn button {
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 400;
}

.contact__num a {
    font-size: 16px;
}

}

@media (max-width: 390px) {

.banner__content__sec h1 {
    font-size: 25px;
}

.banner__content__sec p {
font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 5px;
}

.banner__btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner__btn ul li {
    display: inline-block;
    padding: 0 0 10px 0;
    position: relative;
}

.banner__sec__main .carousel-item img.banner__img {
    width: 100%;
    height: 660px;
}

.banner__content__sec h6 {
    font-size: 13px;
}

.center__sec__content p {
    width: 100%;
    line-height: 25px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}

.outstanding_sec_content h3 {
    font-size: 27px;
}

.outstanding__content p {
    font-size: 15px;
    width: 100%;
    line-height: 22px;
}

.cta__sec__main .col-sm-9.pl-3 .col-sm-5 {
    max-width: 100% !important;
}

.center__btn {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.website__center_content h6 {
    font-size: 21px;
}

.center__btn ul {
    display: inline-block;
    padding-top: 10px;
}

.padding__90 {
    padding: 40px 0;
}

.center__sec__content h2 {
    font-size: 18px;
}

.footer__menu ul li a {
    color: #000;
    font-size: 14px;
}

.footer__menu ul li {
    display: inline-block;
    padding-bottom: 19px;
}

.footer__menu ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.banner__sec__main.inner_banner img.img-fluid.banner__img {
    height: 180px;
}

.term_content_Sec p {
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
}


.term_content_Sec ul li {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 12px;
}


.term_content_Sec h3 {
    font-size: 24px;
}

.pricing__banner img.img-fluid.banner__img {
    height: 360px;
}

.side-form-group h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

.support_box_sec {
    height: auto;
    margin-bottom: 80px;
    padding: 30px 20px;
}

.support_icon i {
    background: var(--color2);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary_color);
    font-size: 40px;
}

.support_icon {
    position: absolute;
    top: -30px;
}

.support__text p {
    font-size: 14px;
    line-height: 23px;
}

section.contact__Sec__main.inner__contact_pricing.padding__90 {
    /* padding: 0; */
}

.inner__contact_pricing .row.pt-5 {
    padding: 10px !important;
}

.head_list_contact p, .head_list_contact a {
    color: #666666;
    font-size: 15px;
    line-height: 23px;
}

.head_list_contact h6, .head_list_contact h6 a {
    font-size: 18px;
}

.contact__banner img.img-fluid.banner__img {
    height: 390px;
}


.banner__btn ul li:nth-child(1) {
    margin-bottom: 10px;
}

.inner__content .row.pt-5 {
    padding-top: 0 !important;
}

.center__sec__content h2 {
    font-size: 21px;
    text-align: left;
    padding-bottom: 10px;
}

.portfolio__Sec__main .tab__menu__Sec ul li a {
    padding: 7px 7px;
    font-size: 11px;
    margin-bottom: 10px;
}

}
























.switch {
  font-size: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.775rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: #73c050;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #e9ecef;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
  font-size: 1.25rem;
}
.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}
.switch + .switch {
  margin-left: 1rem;
}

.contentA {
  display: none;
}

/*.hide{*/
/*    display: flex!important;*/
/*}*/
.tabamane {
    text-align: center;
}
span.switch label {
    margin-bottom: 0px!important;
    font-size: 17px;
    font-weight: 500;
}
/*Packages detail Section Begin*/

.padding-70{
  padding: 70px 0;
}

.heading_packages h1 {
    font-size: 44px;
    font-weight: bold;
    position: relative;
    color: #160c28;
    margin-bottom: 20px;
}

.heading_packages p {
    font-size: 20px;
    margin-bottom: 30px;
    display: inline-block;
}

.heading_packages h1:after {
    content: "";
    position: absolute;
    background: #4c31ff;
    width: 76px;
    height: 2px;
    left: 0;
    bottom: 0;
}

.packages_detail_price {
    box-shadow: 0 3px 30px #0000001f;
    display: block;
    width: 100%;
    text-align: center;
    height: 505px;
    margin: 0 0 60px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
    padding: 0px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #4c31ff;
    position: relative;
    overflow: hidden;
}

.packages_detail_price h3 {
    font-size: 24px;
    position: relative;
    text-transform: capitalize;
    font-weight: 800;
    width: 80%;
    margin: 0 auto 10px;
    text-align: center;
    color: #000;
}

span.cut_price_pck {
    margin-bottom: 5px;
    font-weight: bold;
    text-decoration: line-through;
    font-size: 19px;
    color: #000;
}

.packages_detail_price h4 {
    color: #603fa5;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    line-height: 0.9;
    position: relative;
    padding: 0 20px;
    margin-bottom: 11px;
}

.packages_detail_price p {
    font-size: 15px;
    padding: 0 10px;
    margin-bottom: 5px;
}

.actions.row {
    margin-top: 30px;
    border-top: 1px solid #e1e1e1;
    padding: 20px 0 0;
    position: absolute;
    bottom: 7px;
}

.actions.row a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.actions.row a .fa {
    padding-right: 3px;
}

.actions.row p {
    font-size: 18px;
    font-weight: 300;
}

.btn_packages_inner a {
    text-align: center;
    margin: 20px auto 0;
    border: none;
    padding: 14px 60px;
    color: #ffffff;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    background: linear-gradient(180deg,#191e4f 0%,#6a44b1 100%);
    font-family: var(--heading-font-family);
}

.heading_packages {
    margin-bottom: 40px;
}

.packages_detail_price:hover {
    background: linear-gradient(180deg,#191e4f 0%,#6a44b1 100%);
    transition: 0.5s ease-in-out;
}

.packages_detail_price:hover h3, 
.packages_detail_price:hover span.cut_price_pck,
.packages_detail_price:hover h4,
.packages_detail_price:hover p,
.packages_detail_price:hover p strong,
.packages_detail_price:hover .actions.row a,
.packages_detail_price:hover .actions.row a .fa
{
    color: #fff;
}



.pakages_list_head h2 {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #160c28;
}

.pakages_list_detail ul li {
    position: relative;
    text-align: left;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid #eaeaea;
    list-style: none;
    margin-left: 0;
    display: flex;
    align-items: center;
    margin: 0 20px 0px 0px;
}

.pakages_list_detail ul li:before {
    font-family: "fontawesome";
    content: "\f00c";
    position: absolute;
    top: 0;
    right: 0;
    color: #603fa5;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
}

.pakages_list_head {
    padding-bottom: 10px;
}

.pakages_list_detail ul li strong {
    padding-right: 5px;
}

.pakages_list_detail ul {
    height: 430px;
    padding: 0;
    overflow-y: scroll;
}

.pakages_list_detail ul::-webkit-scrollbar {
  width: 5px;
  background: #e2e2e2;
  border-radius: 10px;
}
.pakages_list_detail ul::-webkit-scrollbar-thumb {
  background: #bbb0b0;
  border-radius: 10px;
}
.packages_tab:hover, .packages_tab.active {
    background: linear-gradient(180deg, #191e4f 0%, #6a44b1 100%);
    color: #fff;
}


/* Packages Page */
.packages_heading {
  margin: 4rem 0px;
}
.packages_heading h2 {
  font: 52px/64px Poppins, sans-serif;
  font-weight: 700;
}
.packages_heading p {
  font: 20px/31px Poppins, sans-serif;
}
.packages_tab {
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid rgba(187, 187, 187, 0.27);
  font-size: 14px;
  padding: 5px 10px;
  margin: 5px;
  background: none;
}
.packages_tab:hover,
.packages_tab.active {
  background: linear-gradient(180deg, #e99955 0%, #e67f52 100%);
  color: #fff;
}
.packages_cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 50px;
}
.packages_card {
  background: #fff;
  border: 1px solid #5fa844;
  border-radius: 3px;
  padding: 2rem 1.5rem 0px 1.5rem;
  margin: 10px 5px;
}
.packages_cardTop h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  text-align: center;
}
.packages_cardTop h2 {
  font-size: 70px;
  font-weight: 900;
  color: #000;
  text-align: center;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0px;
}
.packages_cardTop h2 sup {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: absolute;
  top: 0;
  margin-left: -15px;
}
.packages_cardTop p {
  font-size: 16px;
  font-weight: bolder;
  text-decoration: line-through;
  text-align: center;
  margin-top: -5px;
  color: #000;
}
.packages_cardBody p {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding-bottom: 0;
  margin-top: 1rem;
  margin-bottom: 6px;
}
.packages_cardBody ul {
  width: 300px;
  height: 185px;
  overflow-y: scroll;
  padding-top: 1rem;
  border-top: 1px solid #98989873;
}
.packages_cardBody ul::-webkit-scrollbar {
  width: 5px;
  background: #e2e2e2;
  border-radius: 10px;
}
.packages_cardBody ul::-webkit-scrollbar-thumb {
  background: #bbb0b0;
  border-radius: 10px;
}
.packages_cardBody ul li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  text-transform: capitalize;
  padding: 5px 10px;
}

p.smm_pkg {
    font-size: 15px;
    margin: 10px 0 0;
    padding: 8px 8px;
    font-weight: 500;
    background: #f24f04;
    color: #fff !important;
    text-align: center;
    text-decoration: unset;
}

.packages_cardBottom {
  margin-top: 1rem;
}
.packages_cardBottom div {
  display: flex;
  justify-content: center;
}
.packages_cardBottom div a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #e07958;
}
.packages_cardBottom div a:hover {
  color: #fff;
  text-decoration: underline;
}
.packages_cardBottom > a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #e99955;
  display: inline-block;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  padding: 10px 2.5rem;
  margin-top: 1rem;
}
.packages_cardBottom > a:hover {
  background: #713cd2;
}
.packages_card:hover {
  border: 1px solid transparent;
  background: linear-gradient(180deg, #e99955 0%, #e67f52 100%);
}
.packages_card:hover p,
.packages_card:hover h2,
.packages_card:hover h3,
.packages_card:hover li,
.packages_card:hover a,
.packages_card:hover sup,
.packages_card:hover strong {
  color: #fff;
}
.packages_card:hover ul::-webkit-scrollbar {
  background: #ffffff20;
}
.packages_card:hover ul::-webkit-scrollbar-thumb {
  background: #e2e2e290;
}


/*Packages Detail Section End*/

/*Custom portal Section Begin*/

.doublewrap {
    margin-top: 30px;
    padding: 25px 40px;
    min-height: 612px;
    border: 1px solid #713cd2;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.jack li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    list-style: none;
    margin: 0px;
    opacity: 1;
    color: #7b7b7b;
    padding-bottom: 6px;
    padding-left: 20px;
    display: block !important;
}

.jack li:before {
    position: absolute;
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    top: 3px;
    height: 5px;
    width: 5px;
    color: #713cd2;
    border-radius: 50%;
    /* background: #7b7b7b; */
}

.doublewrap h6 {
    text-transform: uppercase;
    font-size: 12px;
    color: #713cd2;
    margin: 0px;
}

.doublewrap h3 {
    text-transform: capitalize;
    font-size: 37px;
    font-weight: bold;
    color: #000;
    margin: 15px auto 30px;
}

.chatt {
    padding-top: 20px;
    text-align: left;
}

.chatt a.action-no {
    font-size: 20px;
    color: #da745d !important;
    cursor: pointer;
}

.actions a {
    margin-right: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 0;
}

.chatt .actions .action-chat {
    color: #e07a58;
    font-size: 20px;
    cursor: pointer;
}

.chatt {
    padding-top: 20px;
    text-align: left;
}
.priccc i.cut::before {
    left: 0px;
    right: auto;
}
i.cut::before {
    content: "";
    width: 94px;
    height: 2px;
    display: block;
    background: #9e9c9c;
    position: absolute;
    left: 41%;
    top: 54%;
}


.chatt h2 {
    padding: 0;
    font-size: 20px!important;
    margin: 0;
    line-height: 38px;
    font-weight: 600;
    text-transform: none;
    color: #2e2e2e;
}

.priccc {
    padding-top: 20px;
    width: 49%;
    float: left;
    text-align: left;
}

span.old-price {
    display: inherit;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin: 0px auto 7px;
    color: #b7b7b7;
}

.doublewrap span.price {
    font-size: 42px;
    font-weight: bold;
    color: #da745d;
    margin: 0 0 20px;
    display: inline-block;
    line-height: 36px;
}


.doublewrap input[type=submit].btn {
    border-radius: 0px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 0;
    width: 190px;
    text-align: center;
    outline: none;
    background: #d12e49;
    color: #fff;
    border-radius: 30px;
    padding: 12px;
}


.doublewrap p.nichaywala {
    font-size: 14px;
    line-height: 16px;
    color: #2d2b25;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.wrapk .view-detail {
    margin-bottom: 0;
}
.view-detail {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin: 15px;
    display: block;
    line-height: normal;
    display: none;
}

.wrapk {
    text-align: center;
    width: 49%;
    float: right;
    padding-top: 20px;
}

a.order-btn {
    background: #e67f52;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 13px 30px;
    margin-bottom: 20px;
    margin: 0 20px 20px;
    text-decoration: none;
    display: inline-block;
}

a.order-btn:hover {
    background: #d56e61;
    color: #fff;
    text-decoration: none;
}

.wrapk .view-detail:hover {
    color: #f24f04;
    text-decoration: none;
}

a.view-detail {
    font-size: 15px;
    color: #6642ac;
    font-weight: bold;
}


.cta_right {
    position: absolute;
    top: -30px;
    right: 0;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

/*Custom portal Section End*/


.arrowBtn {
    color: #e07958;
    display: inline-block;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    margin: 5px;
    margin-right: 2rem;
    cursor: pointer;
}
.portfolio_heading h1 {
    font: 52px/64px Poppins, sans-serif;
    font-weight: 700;
    color: #212529;
}
.portfolio_heading p {
    font: 18px/31px Poppins, sans-serif;
}
.arrowBtn:hover {
    color: #e4945d;
}

.arrowBtn:hover::after {
    background-position: 20px center;
    background-color: #e6aa87;
}

.arrowBtn::after {
    content: "";
    width: 46px;
    height: 46px;
    background-image: url(../images/arrow-white-double.svg);
    background-position: -17px center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-color: #e67f52;
    border-radius: 50%;
    padding: 1rem;
    margin-left: 1rem;
    transition: all 0.3s ease-in-out;
}

.packages_cardBottom div a:nth-child(2) {
    display: none;
}

a.packbtn {}
section.packages_sec_main.packages.padding-70 .container {
    max-width: 1140px;
}

.error {
    color: black!important;
    text-align: start;
}

























/* Let's Call Section */
.letsCall {
  padding: 0;
  transform: translate(0, 50%);
  z-index: 999;
  position: relative;
}
.letsCall ul {
  display: flex;
  justify-content: center;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.letsCall .container {
  background: #fff;
  padding: 40px 30px 20px 70px;
  box-shadow: 0 0 15px #00000042;
  border-radius: 20px;
}
.letsCall h5 {
  font-weight: 600;
  color: #ec854a;
  font-size: 26px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.letsCall p {
  font-size: 16px;
  color: #616368;
  margin-bottom: 29px;
  line-height: 22px;
}
.letsCall li .letButtons {
  color: #ec854a;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
}
.letsCall li .letButtons:hover {
  color: #242f51;
}
.letsCall li .letButtons img {
  float: left;
  margin: 0 10px 0 0;
  /* filter: brightness(1) hue-rotate(100deg); */
}
.letsCall li {
  display: inline-block;
  width: 35%;
  margin: 0 auto;
}
.letsCall li.first {
  width: 25%;
}




/*footer start*/
footer {
  /* background-size: 120% !important; */
  height: auto;
  position: relative;
  padding: 150px 0 0;
  overflow: hidden;
}
footer:after {
  position: absolute;
  content: "";
  background-image: url(../images/footerBG.png);
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  bottom: -20%;
}
.flogo {
  text-align: right;
}
.copyright {
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  border-top: 1px solid #fff;
}
.copyright p {
  text-transform: capitalize;
  margin: 0;
}
.copyrightLink {
  margin: 0;
}
.servicesList .footerLinks {
  width: 50%;
  float: left;
  padding: 0 5px 0 0;
}
.footerLinks a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 5px;
  display: block;
  line-height: 20px;
}
.emailLinks a {
  text-transform: lowercase;
}
.emailLinks li.last a {
  text-transform: capitalize;
}
.footerLinks a:hover {
  color: #fff;
}
.footerLinks li {
  margin: 0 0 10px;
}
.footerLinks li span {
  color: #fff;
  margin: 0 10px 0 0;
  height: 30px;
  float: left;
}
.ftr-md1 img {
  margin: 0 0 30px;
  max-width: 130px;
}
.ftr-md4 img {
  margin: 15px 0 0;
}
.copyrightLink li {
  display: inline-block;
  margin: 0 5px 0;
}
.copyrightLink li a {
  color: #fff;
  font-size: 12px;
}
.footerLinks span.fas.fa-phone {
  transform: rotate(90deg);
  margin: -7px 15px 0 -7px;
}
footer .payments {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}
footer .payments a .fab {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  width: 44px;
  height: 40px;
  display: block;
}
footer .payments a:hover .fab {
  color: #fff;
}
footer .payments a + a {
  margin-left: 5px;
}
span.inclusive-black {
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
}
span.inclusive-black a {
  color: #fff;
  font-size: 12px;
}
/*footer end*/
/* Design Coporation css */
.topPanel {
  padding: 8px 0 0;
}
.topPanel .logoCrcl {
  max-width: 431px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.topPanel .logoCrcl figure {
  min-width: 574px;
  min-height: 640px;
  background: url(../images/design-BG.png) no-repeat 0 0;
  background-size: cover;
  text-align: center;
  padding: 57% 0 0;
}
.topPanel .logoCrcl figure img {
  max-width: 210px;
  margin: 0 0 0 -5%;
}
.topPanel .homeMenu {
  display: inline-block;
  margin: 0 0 0 -35px;
}
.topPanel .homeMenu ul li {
  font-size: 13px;
  margin: 40px 0 -20px -35px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.topPanel .homeMenu ul li a img {
  max-width: 40px;
}
.topPanel .homeMenu ul li:before {
  border: 2px solid #ff2e2c;
  content: "";
  display: block;
  position: absolute;
  top: 118px;
  left: -20px;
  width: 25px;
  height: 25px;
  background: #dde9f1;
  border-radius: 50%;
  box-shadow: 1px 3px 5px #828282;
}
.topPanel .homeMenu ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 120px;
  left: -18px;
  width: 21px;
  height: 21px;
  background: #dbd2cf;
  border: 1px solid #8a9390;
  border-radius: 50%;
}
.topPanel .homeMenu ul li.shpCls {
  margin-left: -22px;
  margin-top: 15px;
}
.topPanel .homeMenu ul li.sprtCls {
  margin-left: 90px;
  margin-top: 125px;
}
.topPanel .homeMenu ul li.sprtCls:before {
  left: -55px;
  top: 35px;
}
.topPanel .homeMenu ul li.sprtCls:after {
  top: 37px;
  left: -53px;
}
.topPanel .homeMenu ul li.patCls {
  margin-left: 150px;
  margin-top: 125px;
}
.topPanel .homeMenu ul li.patCls:before {
  left: -82px;
  top: 6px;
}
.topPanel .homeMenu ul li.patCls:after {
  left: -80px;
  top: 8px;
}
.topPanel .homeMenu ul li.wkCls {
  margin-left: 80px;
  margin-top: 110px;
}
.topPanel .homeMenu ul li.wkCls:before {
  left: -40px;
  top: -20px;
}
.topPanel .homeMenu ul li.wkCls:after {
  left: -38px;
  top: -18px;
}
.topPanel .homeMenu ul li.cntctCls {
  margin-left: -26px;
  margin-top: 138px;
}
.topPanel .homeMenu ul li.cntctCls:before {
  top: -100px;
  left: -20px;
}
.topPanel .homeMenu ul li.cntctCls:after {
  top: -98px;
  left: -18px;
}
.topPanel .homeMenu ul li a {
  display: inline-block;
  color: #e9eaf2;
  position: relative;
  text-shadow: 1px 1px 0 #000;
  font-size: 15px;
  font-weight: 600;
}
/* .topPanel .homeMenu ul li a:before { background: #ff2e2c; content: ""; display: block; position: absolute; top:20px; left:-53px; width:45px; height:2px; } */
.topPanel .homeMenu ul li:hover:after {
  background: #f74c54;
}
.topPanel .homeMenu ul li:hover:before {
  box-shadow: 0 0 6px 2px #f74c54;
}
.topPanel .topText {
  margin: 50% 0 0 0;
}
.topPanel .topText h4 {
  color: #fff;
  margin: 0;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: 2px;
  text-align: justify;
  text-shadow: 1px 2px 0 #000;
}
.topPanel .topText h4 strong {
  display: block;
}
.topPanel .topText h4 small {
  font-size: 21px;
  color: #fff;
  margin: 0;
}
/* END */





















/* consultancy form */
.get_quote {
  background: #000823;
  background: -moz-linear-gradient(
    45deg,
    #000823 0%,
    #2c0776 42%,
    #91298b 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #000823 0%,
    #2c0776 42%,
    #91298b 100%
  );
  background: linear-gradient(120deg, #979b9b 0, #9ba6a6 20%, #909a9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000823', endColorstr='#91298b',GradientType=1 );
  z-index: 0;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.get_quote p {
  color: #fff;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  line-height: 22px;
}
.get_quote .form-control {
  border: 1px solid #fff;
  background-color: transparent;
  height: 50px;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border-radius: 5px !important;
}
.get_quote .btn-fill {
  height: 50px;
  padding: 18px 15px;
}
.get_quote textarea.form-control {
  resize: none;
  min-height: 105px;
  padding-top: 14px;
  border-radius: 5px !important;
}
.get_quote .form-control {
  height: 35px;
  padding: 5px 18px;
  text-align: left !important;
}
.get_quote {
  padding-bottom: 30px;
}
.gray_bg h3 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  margin: 0px 0px 10px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gray_bg h6 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  margin: 0px 0px 10px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.infoRow .infoCol p,
.infoRow .infoCol a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.infoRow .infoCol i {
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  width: 48px;
  height: 48px;
  display: block;
  text-align: left;
  margin: 0 10px 0 0;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.field-mergedleft {
  /*padding-left: 15px;*/
}
.get_quote .form-control::placeholder,
.get_quote select::placeholder {
  color: #fff;
}
.get_quote .form-control {
  line-height: 1.6;
  height: 44px;
}
.get_quote .form-control,
.get_quote select {
  border: 1px solid #fff;
  background-color: transparent;
  /* height: 50px; */
  color: #fff;
  font-size: 14px;
  text-transform: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border-radius: 5px !important;
  padding: 14px 18px;
  width: 100%;
  /* line-height: 1.6; */
}
.get_quote select {
  background-image: linear-gradient(45deg, transparent 50%, #fff 60%),
    linear-gradient(135deg, #fff 45%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 10px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.get_quote select option {
  color: #242f51;
}
.infoRow .infoWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.infoRow .infoCol {
  padding: 30px 0;
}
.infoRow .infoCol:first-child {
  padding-top: 0;
}
.infoRow .infoCol + .infoCol {
  border-top: 1px solid #fff;
}
.btn-fill-white {
  text-decoration: none;
  height: 45px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "poppins";
  display: inline-block;
  padding: 15px 15px;
  line-height: 100% !important;
  outline: none;
  border: none;
  min-width: 154px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-fill-white:hover {
  background-color: #fff;
  color: #2500f9;
}


input.slide-hover-left-1 {
    background-image: linear-gradient(0, #fff, #fff) !important;
    background-size: 0 !important;
    transition: 0.3s;
    background-repeat: no-repeat !important;
    border-radius: 0px;
    width: auto !important;
    padding: 15px 45px !important;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 600;
    letter-spacing: 0.4px;
    background-color: #ec854a;
    box-shadow: 0 0 15px #00000059;
    cursor: pointer !important;
    border: none !important;
    height: auto !important;
    border-radius: 0 !important;
}

#cemail {
    display: none;
}
























.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png") !important;
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}


.m6-h h5 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin: 30px 0 50px;
    letter-spacing: 0.8px;
}

footer {
    background: linear-gradient(120deg, #000000 0, #0b0b0b 20%, #1b1717 100%)!important;
}
ul.navbar-nav {
    display: flex;
    align-items: center;
}