@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("../css/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;
}


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: 73%; */
}

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);
}

/*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;
}

.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: 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: 100%;
}

.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;
}







@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("../css/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;
}


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: 73%; */
}

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);
}

/*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;
}

.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: 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: 100%;
}

.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;
}

}
























.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;
}