@import url('../../css2');
@import url("../../releases/v5.15.4/css/all.css");
@import url("../../boxicons@2.0.9/css/boxicons.min.css");
@import url("icostyle.css");

:root {
  --light_white: #f8f8f8;
  --black: #000;
  --white: #fff;
  --primary_color: #84b0cd;
  --secondary_color: #447290;
  --heading_color: #222F3F;
  --font-family: Poppins, sans-serif;
  --color1: #84b0cd;
  --color2: rgb(242 242 243);
}


img {
  pointer-events: none;
}


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


/*BEGIN: GENERAL CSS*/

/*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;
    transition: 0.5s;
}

.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);
    display: inline-block;
    transition: 0.5s;
}
.main_menu_sec ul li a:hover {
    background: #84b0cd;
    color: #fff !important;
}
.main_menu_sec ul li a:hover{
    color: var(--secondary_color);
}

li.nav-item.last_builder a {
    background: var(--secondary_color);
    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(--primary_color);
    color: var(--white);
}

header {
    padding: 0px 0 10px;
    z-index: 99;
    position: fixed;
    width: 100%;
    background: #ffffffed;
    transition: 0.5s;
}
header.fixed {
    position: fixed;
    background: #fff;
}
header.fixed .top__head {
    padding: 20px 0;
}
header.fixed .logo__Sec__main img {
    width: 60%;
}
.logo__Sec__main img {
    width: 70%;
    padding-top: 10px;
    transition: 0.5s;
}

header .row {
    align-items: center;
}

.menu-item-has-children>.submenu {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    display: block;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    opacity: 0;
    top: 74%;
    left: 19%;
    width: 81%;
    margin-left: 0;
    background-color: var(--primary_color);
    padding-top: 0;
    border-radius: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    -o-transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    margin-top: 10px;
    padding-bottom: 10px;
}

.menu-item-has-children.focussed>.submenu, .menu-item-has-children:hover>.submenu {
    display: block;
    clip: auto;
    height: auto;
    overflow: visible;
    white-space: normal;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    z-index: 99;
}

.menu-item-has-children>.submenu>li {
    position: relative;
    z-index: 2;
    padding: 0 10px 0 20px;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.menu-item-has-children>.submenu>li>a {
    white-space: nowrap;
    display: block;
    padding: 13px 0 !important;
    color: #fff !important;
    border-bottom: 1px solid #bdbdbd3d;
    margin: 6px 0 15px;
    text-transform: capitalize;
    font-size: 18px;
}

.menu-item-has-children.focussed, .menu-item-has-children:hover {
    z-index: 2;
}


.menu-item-has-children>.submenu>li p a {
    font-size: 14px;
    padding: 0 0px 15px !important;
    display: unset;
    color: #fff;
    text-transform: capitalize;
}

.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    background: var(--primary-color);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: var(--secondary_color);
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 15px 0 15px 24px;
    display: inline-block;
}

.mobile-nav img {
    width: 130px;
}

.mobile-nav nav {
    height: 100%;
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
font-size: 16px;}

.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right;
}

.mobile-nav nav li ul {
    display: none;
    background: #fff;
}

.mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 14px;
color: #000;}

.app-container.active {
    left: -80%;
}

.app-container {
    position: relative;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
display: none;}

.mobile-nav-btn {
    display: none;
    position: absolute;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 14;
}

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: 15px;
}

ul.firstlevel.unstyled {
    padding: 0;
}

.mobile-nav-btn.active {
    right: 2%;
z-index: 999999999;top: 15px;}

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: 8px;
}

.lines:before, .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease,-webkit-transform .3s ease;
    transition: top .3s .6s ease,transform .3s ease;
}


.mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: 'Font Awesome 5 Pro';
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 0;
    background: #fb6352;
    background: -moz-linear-gradient(180deg,#fb6352 0,#cd1b19 71%);
    background: -webkit-linear-gradient(180deg,#fb6352 0,#cd1b19 71%);
    background: linear-gradient(180deg,#fb6352 0,#cd1b19 85%);
    padding: 16px 15px;
    border-radius: 5px;
    }

.mobile-nav-btn.active .lines:before {
        content: "\f00d";
background: #000;}

.mobile-nav.active {
    z-index: 9999999;
}

.mobile-nav.active {
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    padding-top: 100px;
}

/* Header Section End*/

/*Banner section Begin*/

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

.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;
    padding-top: 100px;
}

.banner__content__sec h1 {
    color: #fff;
    font-size: 56px;
    position: relative;
    margin-bottom: 30px;
    padding: 26px 0;
    transition: 0.5s;
    display: inline;
}
.banner__sec__main .carousel-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(92deg, rgb(0, 42, 70) 20%, rgba(50, 123, 171, 0) 100%) center center / cover;
    top: 0;
    left: 0;
linear-gradient(92deg, rgb(0, 42, 70) 20%, rgba(50, 123, 171, 0) 100%)
    center center / background-size: cover;
}
.banner__sec__main {
    position: relative;
}
.banner__sec__main .carousel slide {
    z-index: 99;
}
.banner__content__sec h1:after {
    content: "";
    position: absolute;
    width: 93%;
    left: 19%;
    top: 50%;
    height: 100%;
    border: solid 6px #daecf8;
    transform: translate(0, -50%);
    border-left: 0;
    z-index: -1;
    transition: 0.5s;
}
.banner__content__sec h1:hover:after {
    background: #84b0cd;
}
.container {
    max-width: 1560px;
}

.banner__content__sec p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    margin-top: 65px;
}

.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: #fff;
    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: #447290;
    padding: 3px 5px;
    color: #fff;
}


.banner__form__sec {background: rgb(255 255 255);border-radius: 10px;margin-left: 110px;text-align: center;padding: 39px 45px;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: #ffffff;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    height: 47px;
    margin-bottom: 15px;
    font-size: 14px;
    box-shadow: none !important;
}

.banner__form__sec textarea {
    height: 89px;
    font-size: 15px;
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    resize: none;
    font-weight: 400;
    padding: 10px 11px;
    box-shadow: none !important;
}

.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: #000;
    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: #447290;
    padding: 0 7px;
    color: #fff;
}

.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: 550px;
}

.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;
    margin: 0;
}

.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: 30px;
}

.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: var(--color2);
}

.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: 24px;
    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: 17px;
    line-height: 35px;
    font-weight: 300;
}

.map__contact__sec {
    margin-bottom: 10px;
}

.head_list_contact {padding-bottom: 15px;}

.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: 60px;
    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;
    box-shadow: none !important;
}

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

.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;
    width: 430px;
    margin: auto;
}

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

.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;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.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 h5 span {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    bottom: -4px;
}

.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: 10px;
  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;
}

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

.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: #84b0cd;
    color: #ffffff;
    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*/


/*Counter Section Begin*/

/*Counter Section Begin*/

.count__sec_inner span {
    opacity: 1;
    font-size: 93px;
    font-weight: 700;
    padding-bottom: 5px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    line-height: 120px;
}

.count__sec_inner p {
    font-weight: 600;
    letter-spacing: 0.31em;
    color: var(--black);
}

.count__sec_inner {
    position: relative;
    text-align: center;
}

.count__sec_inner:before {
    right: 0;
    top: 20px;
    width: 1px;
    content: "";
    height: 110px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: rgba(86, 86, 86, 0.3);
}

.count__sec_inner:after {
    top: 60px;
    opacity: 0;
    right: -15px;
    font-size: 32px;
    content: "\f178";
    font-weight: 900;
    position: absolute;
    color: var(--hover_color);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    font-family:
    "Font Awesome 5 Pro";
}

.count__sec_inner:hover:before {
    opacity: 0;
}

.count__sec_inner:hover:after {
    opacity: 1;
}

.pad-50{
    padding:50px 0;
}

/*Counter Section End*/


.dev__about__content span {
    color: var(--black);
    letter-spacing: -0.72px;
    font-size: 24px;
    font-weight: 200;
    padding-bottom: 20px;
    display: inline-block;
}

.dev__about__content h3 {
    color: var(--black);
    font-size: 60px;
    font-weight: 500;
    padding-bottom: 20px;
}

.dev__about__content p {
    color: var(--black);
    font-size: 20px;
    line-height: 38px;
    font-weight: 300;
}

.padding__100{
    padding: 100px 0;
}



/*Counter Section End*/

/*Portfolio Section Begin*/

.tab__menu__port ul li {
    width: 100%;
    margin: 0 0 10px 0 !important;
}

.tab__menu__port ul li a {
    color: var(--black);
    padding: 15px 30px;
    border-radius: 5px !important;
    font-size: 19px;
    border: 0 !important;
}

.tab__menu__port ul {
    border: 0;
}

.tab__menu__port ul li a.active,.tab__menu__port ul li a:hover {
    background: var(--hover_color) !important;
    border-color: var(--hover_color) !important;
    color: #fff !important;
    background: -moz-linear-gradient(180deg, #84b0cd 0, #447290 85%);
    background: -webkit-linear-gradient(180deg, #84b0cd 0, #447290 85%);
    background: linear-gradient(180deg, #84b0cd 0, #447290 85%) !important;
}

.tab__menu__port ul li a:hover {
    border: 0;
}

.portfolio__inner__img img {
    width: 100%;
    border-radius: 15px;
    position: relative;
}

.portfolio__inner__img {
    position: relative;
}

.portfolio__inner__img:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909));
    background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
    z-index: 99;
    border-radius: 15px;
}

.portfolio__overlay__inner {
    position: absolute;
    bottom: 0;
    padding: 30px 30px;
    width: 100%;
    z-index: 99;
}

.portfolio__overlay__inner span {
    font-size: 35px;
    font-weight: bold;
    /* margin-bottom: 25px; */
    display: inline-block;
    color: var(--white);
    /* opacity: 0; */
    /* -webkit-transform: translateY(20px); */
    /* transform: translateY(20px); */
    -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding-bottom: 20px;
    line-height: 36px;
}

.portfolio__overlay__inner p,.portfolio__overlay__inner p a {
    font-size: 19px;
    color: var(--hover_color);
    /* -webkit-transform: translateY(20px); */
    /* transform: translateY(20px); */
    -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    /* opacity: 0; */
    color: #fff;
}

.portfolio__inner__tab:hover .portfolio__overlay__inner span {
    /* opacity: 1; */
    /* -webkit-transform: translateY(0px); */
    /* transform: translateY(0px); */
}

.portfolio__inner__tab:hover .portfolio__overlay__inner p, .portfolio__inner__tab:hover .portfolio__overlay__inner p a {
    /* opacity: 1; */
    /* -webkit-transform: translateY(0px); */
    /* transform: translateY(0px); */
}

.portfolio__inner__lnks {
    position: absolute;
    right: 50px;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}

.portfolio__inner__lnks a i {
    color: var(--white);
    font-size: 70px;
}

.portfolio__inner__lnks a {
    display: inline-block;
}

.portfolio__inner__tab:hover .portfolio__inner__lnks {
    opacity: 1;
    bottom: 55px;
}

.portfolio__inner__tab {
    margin-bottom: 30px;
}

.menu__stactic {
    position: sticky;
    top: 20px;
}

/*Portfolio Section End*/

/*Expert Section Begin*/

.expert__sec__main {
    background: #ecf5fc;
}

.expert__sec__main .review__head h2 {
    font-size: 45px;
    color: var(--black);
}

.expert__para__head p {
    font-size: 20px;
    color: var(--black);
    line-height: 34px;
    font-weight: 300;
}

.expert__box {border: 1px solid #fff;padding: 30px;border: 2px solid #707070;border-radius: 18px;transition: 0.5s ease-in-out;height: 360px;}

.expert__icon {
    padding-bottom: 20px;
}

.expert__box:hover .expert__icon img {
    filter: brightness(0) invert(1);
}

.expert__box__para h6 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}

.expert__box__para p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
    line-height: 30px;
    max-height: 140px;
    padding-right: 15px;
    overflow-y: scroll;
}
.expert__box__para p::-webkit-scrollbar {
  width: 3px;
}
.expert__box__para p::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, .1);
}
.expert__box__para p::-webkit-scrollbar-thumb {
  background-color: #cd1b19;
  height: 60px;
}

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

.review__head span {
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
    border: 1px solid var(--black);
    border-radius: 50px;
    padding: 15px 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.review__head span:before {
    content: '';
    background: var(--primary_color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    left: 20px;
    top: 23px;
}

.review__head span:after {
    content: '';
    background: var(--primary_color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 23px;
}

.expert__box:hover .expert__box__para p,.expert__box:hover .expert__box__para h6 {
    color: #fff;
}

.term__keep__head h3 span {
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    display: block;
}

.center__head {
    text-align: center;
}

.center__head h3 {
    color: var(--black);
    font-weight: 400;
    font-size: 55px;
    padding-bottom: 10px;
}

.ecommerce__dev__about {
    background: var(--color2);
    margin-bottom: 70px;
}

.term__keep__head h3 {
    font-size: 60px;
    font-weight: 400;
}

/*Expert Section End*/

/*step__fixed Begin*/



.portfolio-fixed {
    background: var(--color2);
}

.container-fluid.rest {
    padding: 0;
}

.portfolio-fixed .left {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.portfolio-fixed .img {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  opacity: 0;
}

.portfolio-fixed .img:first-of-type {
  opacity: 1;
  z-index: 1;
}

.portfolio-fixed .img:nth-of-type(2) {
  z-index: 2;
}

.portfolio-fixed .img:nth-of-type(3) {
  z-index: 3;
}

.portfolio-fixed .img:nth-of-type(4) {
  z-index: 4;
}

.portfolio-fixed .img:nth-of-type(5) {
  z-index: 5;
}

.portfolio-fixed .img.current {
  opacity: 1;
}

.portfolio-fixed .right {
  padding: 250px 100px;
  overflow: hidden;
}

.portfolio-fixed .cont {
  margin-bottom: 250px;
  opacity: .1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.portfolio-fixed .cont:last-of-type {
  margin-bottom: 0;
}

.portfolio-fixed .cont.active {
  opacity: 1;
}

.portfolio-fixed .cont .img-hidden {
  display: none;
}

.portfolio-fixed .current.cont {
  opacity: 1;
}

.portfolio-fixed .sub-title {
    color: var(--black);
    font-size: 18px;
    font-weight: 200;
    border: 1px solid var(--black);
    border-radius: 50px;
    padding: 15px 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.portfolio-fixed .sub-title:before {
    content: '';
    background: var(--primary_color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    left: 20px;
    top: 23px;
}

.portfolio-fixed .sub-title:after {
    content: '';
    background: var(--primary_color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 23px;
}

.portfolio-fixed .cont h2 {
    font-size: 64px;
    color: var(--primary_color);
}

.portfolio-fixed .cont p {
    font-size: 21px;
    line-height: 37px;
    color: var(--black);
    font-weight: 300;
}

/*step__fixed End*/


/*Process Section Begin*/

.process__box__content {
    width: 573px;
    height: 392px;
    background: rgb(29 29 29 / 90%) 0% 0%;
    position: absolute;
    bottom: -90px;
    left: 130px;
    padding: 30px 40px;
}

.process__box__content img {
    padding-bottom: 20px;
    width: 26%;
    filter: brightness(0) invert(1);
}

.process__box__content p {
    font-size: 17px;
    line-height: 36px;
    color: var(--white);
    font-weight: 200;
}

.process__left__Sec h6 {
    color: var(--black);
    font-size: 18px;
    font-weight: 200;
    border: 1px solid var(--black);
    border-radius: 50px;
    padding: 15px 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}


.process__left__Sec h6:before {
    content: '';
    background: var(--primary_color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.process__left__Sec h6:after {
    content: '';
    background: var(--primary_color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.process__left__Sec p {
    font-size: 21px;
    color: var(--black);
    line-height: 40px;
    font-weight: 200;
}

.process__left__Sec ul li {
    display: block;
}

.process__left__Sec ul {
    display: unset;
}

.process__left__Sec ul li a {
    padding: 29px 0px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: #000 !important;
    font-size: 31px;
    font-weight: 400;
}
.process__left__Sec .nav-link.active,.process__left__Sec .nav-link:hover {
    color: var(--primary_color) !important;
}

.process__left__Sec ul li a span {
    color: var(--hover_color);
    font-weight: bold;
    padding-right: 20px;
}

/*Process Section End*/

/*call to action Begin*/

.parallex__img__tab {
    text-align: right;
}

.call__to__action {
    background: #ecf5fc;
    margin: -300px 450px 0 0;
    position: relative;
}

.call__action__content {
    padding: 0 50px 0 110px;
}

.call__action__content h6 {
    font-size: 63px;
    color: var(--black);
    line-height: 85px;
}

.call__action__content h6 span {
    color: var(--secondary_color);
}

.project__parallex {
    background: #000 url(../images/project-cta-img.jpg);
    background-attachment: fixed;
    height: 540px;
    margin-left: 400px;
    background-size: contain;
}

.box__img__tab
 {
    width: 596px;
    height: 518px;
    object-fit: cover;
}

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

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

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

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

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

.dev__about__content p{
    font-size: 18px;
    line-height: 33px;
}

.term__keep__head h3 {
    font-size: 38px;
}

.expert__sec__main .review__head h2 {
    font-size: 30px;
}

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

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

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


.portfolio-fixed .cont h2 {
    font-size: 45px;
}

.portfolio-fixed .cont p {
    font-size: 19px;
    line-height: 30px;
}


.process__left__Sec p{
    font-size: 18px;
    line-height: 36px;
}

.process__left__Sec ul li a {
    padding: 20px 0px !important;
    font-size: 27px;
}

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

.call__action__content h6 {
    font-size: 50px;
    line-height: 65px;
}

.portfolio-fixed {
    overflow: hidden;
}

.menu-item-has-children>.submenu{
    left: 14%;
    width: 86%;
}

.menu-item-has-children>.submenu>li p a {
    font-size: 13px;
}

.count__sec_inner span {
    opacity: 1;
    font-size: 75px;
}

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

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

.banner__btn ul li a.ban__btn{
    font-size: 15px;
    padding: 19px 30px;
}

.portfolio__overlay__inner span{
        font-size: 31px;
}

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

.portfolio-fixed .right {
    padding: 249px 60px;
}

.main_menu_sec ul li a{
    padding: 15px 15px !important;
}


}



@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 {
    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;
}


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

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

.expert__box__para p{
        max-height: 180px;
}

.process__box__content{
    bottom: -70px;
    left: 80px;
}

.call__action__content {
    padding: 0 50px 0 60px;
}

.call__action__content h6 {
    font-size: 44px;
}

.expert__sec__main .review__head h2 {
    font-size: 28px;
}

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


}

@media (max-width: 1366px) {

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

.banner__content__sec h1 {
    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: 14px;
    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;
}

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


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

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

.center__head h3{
        font-size: 46px;
}

.portfolio-fixed .cont h2 {
    font-size: 35px;
}

.box__img__tab {
    width: 526px;
    height: 468px;
}

.process__box__content {
    bottom: -70px;
    left: 50px;
    width: 533px;
    height: 392px;
}

.process__left__Sec ul li a {
    padding: 17px 0px !important;
    font-size: 23px;
}

.menu-item-has-children>.submenu {
    left: 0%;
    width: 100%;
}

.expert__box{
    padding: 20px;
    height: 340px; 
}

.call__action__content h6 {
    font-size: 41px;
}

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

}

@media screen and (max-width: 1560px) and (min-width: 1024px){

body {
    zoom: 0.75;
}
}

@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: 29px;
}

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

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

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

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

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

.box__img__tab {
    width: 496px;
    height: 428px;
}

.process__box__content {
    bottom: -70px;
    left: 50px;
    width: 493px;
    height: 372px;
}

.call__action__content h6 {
    font-size: 33px;
    line-height: 45px;
}

.banner_form_btn button{
    font-size: 14px;
    padding: 10px 30px;
}

.count__sec_inner span {
    opacity: 1;
    font-size: 55px;
}

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

.portfolio__overlay__inner span {
    font-size: 25px;
}

.expert__sec__main .review__head h2 {
    font-size: 23px;
}

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

.portfolio-fixed .cont h2 {
    font-size: 30px;
}

.portfolio-fixed .cont p {
    font-size: 18px;
    line-height: 28px;
}

.menu-item-has-children>.submenu {
    left: -16%;
    width: 116%;
}

.expert__box__para p {
    max-height: 180px;
    font-size: 13px;
    line-height: 25px;
}

.process__left__Sec p {
    font-size: 17px;
    line-height: 33px;
    font-weight: 300;
}


.process__left__Sec h6{
    font-size: 15px;
    font-weight: 400;
}

.call__to__action {
    margin: -250px 450px 0 0;
    padding: 60px 0;
}

.call__action__content .btn__web {
    padding-top: 20px;
}

.process__left__Sec ul li a {
    padding: 14px 0px !important;
    font-size: 18px;
}

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

.project__parallex{
    height: 330px;
}

.call__action__content {
    padding: 0 10px 0 40px;
}

.call__action__content h6 {
    font-size: 30px;
}

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


}

@media (max-width: 1100px) {

.container {
    max-width: 1040px;
}

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

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

.tab__menu__Sec ul li a {
    padding: 17px 30px;
    font-size: 16px;
    margin-bottom: 20px;
}

.count__sec_inner p{
    letter-spacing: 0.12em;
}

.portfolio-fixed .right {
    padding: 199px 40px;
}

.portfolio-fixed .cont h2 {
    font-size: 25px;
}

.portfolio-fixed .cont p {
    font-size: 17px;
    line-height: 30px;
}

.process__box__content {
    bottom: -70px;
    left: 40px;
    width: 471px;
    height: 372px;
}

.main_menu_sec ul li a {
    padding: 15px 10px !important;
    font-size: 14px;
}

li.nav-item.last_builder a{
    padding: 13px 20px !important;
    font-size: 13px;
}

.tab__menu__port ul li a {
    font-size: 15px;
    padding: 13px 30px;
}


}

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

.process__box__content {
    bottom: -70px;
    left: 40px;
    width: 421px;
    height: 372px;
    padding: 30px 25px;
}

.box__img__tab {
    width: 446px;
    height: 388px;
}

.process__left__Sec p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}

.call__action__content h6 {
    font-size: 26px;
    line-height: 38px;
}

.menu-item-has-children>.submenu>li{
    padding: 0 10px 0 10px;
}

.menu-item-has-children>.submenu>li p a {
    font-size: 12px;
}

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

.count__sec_inner:before {
    right: -10px;
}

.expert__sec__main .review__head h2 {
    font-size: 19px;
}

.review__head span{
        font-size: 15px;
}

.review__head span:before,.review__head span:after{
        top: 21px;
}

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

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

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

}

@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: 17px;
}

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

.tab__menu__Sec ul li a {
    padding: 17px 25px;
    font-size: 16px;
    margin-bottom: 20px;
}

.portfolio__overlay__inner p, .portfolio__overlay__inner p a{
    font-size: 16px;
}

.menu-item-has-children>.submenu {
    left: -25%;
    width: 125%;
}

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

.box__img__tab {
    width: 446px;
    height: 378px;
}

.banner_form_area .banner_form_btn button {
    padding: 11px 12px;
    font-size: 12px;
}

.banner_form_area input{
    font-size: 13px;
}


.main_menu_sec ul li a {
    padding: 15px 9px !important;
    font-size: 13px;
}

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

.box__img__tab {
    width: 406px;
    height: 358px;
}

.process__box__content{
    width: 381px;
}

.project__parallex {
    height: 350px;
    margin-left: 130px;
}

.call__action__content {
    padding: 0 10px 0 20px;
}

.call__to__action .col-sm-8 {
    max-width: 95%;
    flex: 95%;
}

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

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


.dev__about__content span{
    font-size: 19px;
}

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

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

.term__keep__head h3 span {
    font-weight: 600;
}


}

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

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

div#accordion {
    width: 100% !important;
}

.banner_form_area .col-md-7.col-sm-7 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 20px;
}

.banner_form_area .banner_form_btn button {
    padding: 11px 32px;
    font-size: 16px;
}

.portfolio__Sec__main .col-12.col-md-6.col-lg-4.col-xl-3 {
    max-width: 33%;
    flex: 33%;
}

.new__inner___menu {
    display: none;
}

.app-container{
    display: block;
}

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

.new__top{
    display:none;
}

.expert__sec__main .col-sm-3 {
    max-width: 50%;
    flex: 50%;
    margin-bottom: 30px;
}

.box__img__tab {
    width: 326px;
    height: 368px;
}

.process__box__content {
    width: 311px;
    left: 30px;
}

.call__to__action {
    margin: -250px 450px 0 0;
    padding: 60px 0;
    width: 90%;
}

.portfolio__overlay__inner{
    padding: 30px 20px;
}

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

.mobile-nav-btn .lines:before{
            background: #84b2d2;
            padding: 16px 15px;
    }


}

@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;
    padding: 0 !important;
}

.cta__sec__main .col-sm-9.pl-3 .row.align-items-center {
    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;
}

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

.count__sec_inner span {
    opacity: 1;
    font-size: 37px;
    line-height: 60px;
}

.count__sec_inner p {
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 16px;
}

.count__sec_inner:before {
    right: -10px;
    top: 20px;
    height: 70px;
}

.experience_sec_main {
    padding: 10px 0;
}

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

.logo__Sec__main img {
    width: 70%;
}

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

.tab__menu__port ul li {
    width: auto;
}

.term__keep__head h3 {
    font-size: 32px;
    line-height: 20px;
    text-align: center;
}
    
.tab__menu__port ul li a{
        padding: 11px 14px;
        font-size: 14px;
        background: #e9e9e9;
        margin: 0 5px;
    }
    
.tab__menu__port ul {
    border: 0;
    justify-content: center;
    margin-bottom: 30px;
}
    
    
.porfolio__sec__main .center__head.mb-5 {
    margin-bottom: 0 !important;
}

.term__keep__head h3 span{
    display: inline-block;
}
  
  
.porfolio__sec__main .col-sm-8 {
    max-width: 100%;
    flex: 100%;
}


.portfolio-fixed .col-sm-6.rest {
    max-width: 100%;
    flex: 100%;
}
    
.portfolio-fixed .right {
    padding: 60px 0;
    max-width: 90%;
    flex: 90%;
    margin: 0 auto;
}

.portfolio-fixed .cont .img-hidden {
    display: block;
}
    
div#sticky_item {
    display: none;
}
    
.portfolio-fixed .cont {
    opacity: 1 !important;
    margin-bottom: 80px;
    padding: 0 15px;
}

.img-hidden img {
    width: 100%;
    margin-bottom: 40px;
}
    
.our__process__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.box__img__tab {
    display: none;
}
    
.process__box__content {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    height: auto;
    margin-bottom: 40px;
}

.padding__100 {
    padding: 80px 0;
}

.container {
    max-width: 550px;
}

.our__process__main {
    background: #f8f8f8;
    margin-bottom: 30px;
    padding: 40px 0;
}

}

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

.logo__Sec__main img {
    width: 100%;
}

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

.term__keep__head h3 {
    font-size: 22px;
    line-height: 0px;
    text-align: center;
}

.menu__stactic {
    position: relative;
    top: 0;
}

.center__head h3 {
    font-size: 25px;
}

.expert__sec__main .col-sm-3 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 30px;
}

.expert__box {
    padding: 20px;
    height: auto;
}

.expert__box__para p {
    font-size: 15px;
    line-height: 28px;
    height: 120px;
}

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

.container {
    max-width: 430px;
}

.portfolio__Sec__main .col-12.col-md-6.col-lg-4.col-xl-3{
    max-width: 50%;
    flex: 50%;
}

}

@media (max-width: 390px) {

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

.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: 11px;
}

.banner_form_area .banner_form_btn button {
    padding: 7px 30px;
}
    
.cta__btn a {
    padding: 12px 0px;
    font-size: 13px;
}
    
.why_we_content h2 {
    font-size: 21px;
}
    
.portfolio__Sec__main  .p-0 {
    padding: 0 15px !important;
}

.logo__footer__Sec img {
    margin-bottom: 0;
    width: 50%;
}

.head_list_contact {
    padding-bottom: 10px;
}

.contact__form__sec input {
    height: 60px;
    font-size: 15px;
}

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

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

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

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

.web__btn ul li a{
        padding: 14px 30px;
        font-size: 15px;
}


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

.cta__sec__main:after,.cta__sec__main:before{
    display: none;
}
    
    

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

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

.order_sec_main input{
    height: 60px;
    font-size: 14px;
    margin-bottom: 20px !important;
}

.order_sec_main select{
        font-size: 13px;
}

.order_sec_main textarea{
    font-size: 13px;
}

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


.cilent__det {
    display: none;
}

.review__para {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.review__img_auth{
        position: relative;
}

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

.contact__form__sec textarea {
    height: 130px;
    font-size: 15px;
}

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

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

.step__box h3 {
    font-size: 16px;
    line-height: 20px;
}
    
.step__box p {
    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: 17px;
}

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

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

.mobile-nav-btn span {
    top: -5px;
}

    .portfolio__overlay__inner span {
        font-size: 21px;
        padding-bottom: 0px;
    }

.tab__menu__port ul li a {
    padding: 5px 7px;
    font-size: 12px;
    background: #e9e9e9;
    margin: 0 5px;
}

.portfolio__inner__img:before{
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909));
    background: linear-gradient(180deg, rgba(9, 9, 9, 0) -9.74%, #090909 99.06%);
}


.portfolio-fixed .cont h2 {
    font-size: 19px;
}

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

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

.padding__100 {
    padding: 50px 0;
}

.project__parallex {
    height: 310px;
    margin-left: 40px;
}

.term__keep__head h3 {
    font-size: 20px;
    line-height: initial;
    text-align: center;
}

.center__head h3 {
    font-size: 19px;
    margin-bottom: 0;
}

.container {
    max-width: 330px;
}

.call__action__content h6 {
    font-size: 20px;
    line-height: 30px;
}

.mobile-nav nav li a{
        font-size: 13px;
}

.mobile-nav nav li ul li a{
        font-size: 13px;
}

.dev__about__content h3 {
    font-size: 18px;
}

.portfolio-fixed .cont p {
    font-size: 15px;
    line-height: 23px;
}

.btn__web ul li a{
    padding: 15px 20px;
        font-size: 14px;
}


}



 .banner {
    /* position: relative; */
    /* width: 100%; */
    /* display: flex; */
    /* align-items: center; */
    /* color: #fff; */
    /* min-height: 701px; */
    /* background-size: cover; */
    /* background-position: center; */
  }

  .overlay {
    min-height: 760px;
    display: flex !important;
    align-items: center;
    padding-top: 146px;
  }

  .banner-content {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1.3s ease-out;
  }

  .banner-content h1 {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: capitalize;
    text-transform: uppercase;
    color: #fff;
  }
    .overlay .center__btn {
        color: #fff;
    }
    .overlay .center__btn small {
        color: #fff;
    }
    .overlay .banner-slider {
        max-width: 50%;
    }
  .banner-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #eee;
    width: 78%;
  }

  .banner-content a.button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 20px;
    background-color: #84b0cd;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .banner-content a.button:hover {
    background-color: #31576d;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }




section.pricing__Sec__main.pricingmainSec .row {
    justify-content: center;
}
section.pricing__Sec__main.pricingmainSec .row h3 {
    font-size: 30px;
}
section.pricing__Sec__main.pricingmainSec .row ul {
    height: unset;
    overflow: unset;
}
.btn_packages_sec.twobtns {
    display: flex;
}
.btn_packages_sec.twobtns a {
    font-size: 17px;
    padding: 16px 0;
    margin: 0 9px;
}
.modal-body h3 {
    font-size: 20px;
}
.modal-body  p {
    font-size: 15px;
    line-height: 1.7;
}
.floating_wrap .btns_wrap {
  position: fixed;
  right: 0;
  z-index: 999;
  font-family: poppins;
}

.floating_wrap .btns_wrap .chat_wrap {
  display: block;
  position: fixed;
  right: -150px;
  width: 200px;
  background: #fff;
  top: 14%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  border-radius: 5px 0 0 5px;
}

.floating_wrap .btns_wrap .call_wrap {
  width: 237px;
  position: fixed;
  right: -188px;
  background: #fff;
  top: 32%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  border-radius: 5px 0 0 5px;
}

.floating_wrap .float_form_box {
  position: fixed;
  right: 0;
  z-index: 999;
  font-family: poppins;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.btn-fill {
  background-color: #145db1;
  color: #fff;
  text-decoration: none;
  height: 45px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 15px 15px;
  outline: 0;
  border: none;
  min-width: 175px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.floating_wrap .float_form_box .floating_form {
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 30%;
  position: fixed;
  right: -300px;
  width: 350px;
  font-size: 0;
  background: 0 0;
  overflow: hidden;
  border-radius: 0;
  border-radius: 5px 0 0 5px;
}

.floating_wrap .float_form_box .floating_form .floating_strip {
  float: left;
  width: 50px;
  overflow: hidden;
  height: 300px;
  border-radius: 5px 0 0 5px;
  position: relative;
  background: -moz-linear-gradient(left, #fcc174 0, #d99032 100%);
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a {
  color: #fff;
  font-size: 20px;
  width: 300px;
  text-align: center;
  height: 65px;
  padding-top: 9px;
  position: absolute;
  transform: rotate(360deg);
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
}

.floating_wrap .float_form_box .floating_form .floating_inner {
  width: 85.7%;
  background: #fff;
  float: right;
  padding: 20px 30px 15px 30px;
}

.floating_wrap .float_form_box .floating_form .floating_inner h3 {
  font-size: 24px;
  color: #002791;
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap {
  padding-top: 20px;
}

.floating_wrap #quoteForm .form-control {
  height: 40px;
}

.floating_wrap .float_form_box {
  position: fixed;
  right: 0;
  z-index: 999;
}

.floating_wrap .float_form_box .floating_form {
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 294px;
  position: fixed;
  right: -300px;
  width: 350px;
  font-size: 0;
  background: 0 0;
  overflow: hidden;
  border-radius: 0;
  border-radius: 5px 0 0 5px;
}

.floating_wrap .float_form_box .floating_form .floating_strip {
  float: left;
  width: 50px;
  overflow: hidden;
  height: 300px;
  border-radius: 5px 0 0 5px;
  position: relative;
  background: -moz-linear-gradient(left, #46c7fa 0, #bda9dc 100%);
  background: -webkit-linear-gradient(left, #46c7fa 0, #bda9dc 100%);
  color: #000;
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
}

.floating_wrap
  .float_form_box
  .floating_form
  .floating_strip
  .rotatekaro
  a:hover {
  text-decoration: none;
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a {
  color: #fff;
  font-size: 20px;
  width: 300px;
  text-align: center;
  height: 65px;
  letter-spacing: 0.5px;
  padding-top: 13px;
  position: absolute;
  transform: rotate(360deg);
  background: var(--secondary_color);
  text-transform: uppercase;
}

.floating_wrap .float_form_box .floating_form .floating_inner {
  width: 85.7%;
  background: #fff;
  float: right;
  padding: 20px 30px 15px 30px;
}

.floating_wrap .float_form_box .floating_form .floating_inner h3 {
  font-size: 24px;
  color: #002791;
  margin-bottom: 0;
}

.floating_wrap .float_form_box .floating_form .floating_inner .form_wrap {
  padding-top: 20px;
}

.floating_wrap .float_form_box .floating_form .floating_inner h3:before {
  display: none;
}

.floating_wrap
  .float_form_box
  .floating_form
  .floating_inner
  .form_wrap
  .hero_form
  .form-control {
  color: #000;
  border: 1px solid #bdbcbc;
  border-radius: 10px;
  height: 44px;
}

.floating_wrap
  .float_form_box
  .floating_form
  .floating_inner
  .form_wrap
  .hero_form
  textarea.form-control {
  height: 85px;
}

.floating_wrap
  .float_form_box
  .floating_form
  .floating_inner
  .form_wrap
  .hero_form
  input#quoteSubmit {
  border-radius: 10px;
  width: 100%;
}

.floating_wrap
  .float_form_box
  .floating_form
  .floating_inner
  .form_wrap
  .hero_form
  .margin-bottom-20 {
  width: 100%;
  margin-bottom: 11px;
  padding-right: 15px;
}

.floating_wrap #quoteForm .form-control {
  height: 40px;
}

.floating_wrap .float_form_box .floating_form.open {
  z-index: 9999;
  right: 0;
  border-radius: 5px 0 0 5px;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.notscroll {
  overflow: hidden;
}

.notscroll .floating_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.82);
  z-index: 99;
}

#quoteForm textarea::-webkit-input-placeholder,
.formwrap #quoteForm input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 0.5;
}

#quoteForm textarea::-webkit-input-placeholder,
.formwrap #quoteForm input::-moz-placeholder {
  color: #fff !important;
  opacity: 0.5;
}

#quoteForm textarea::-webkit-input-placeholder,
.formwrap #quoteForm input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 0.5;
}
#quoteForm textarea::-webkit-input-placeholder,
.formwrap #quoteForm input:-moz-placeholder {
  color: #fff !important;
  opacity: 0.5;
}
.formwrap {
  padding-right: 90px;
}
.formwrap .form-control {
  height: 40px;
  background-color: transparent;
  border: 1px solid #587eab;
  color: #fff;
}
.formwrap input#quoteSubmit {
  text-decoration: none;
  height: 45px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  display: inline-block;
  padding: 15px 45px;
  line-height: 100% !important;
  outline: 0;
  border: none;
  min-width: auto;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  background: #fff;
  color: #145db1;
  border: 2px solid #fff;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.formwrap input#quoteSubmit:focus,
.formwrap input#quoteSubmit:hover {
  background-color: #fff;
  color: #145db1;
  text-decoration: none;
}
.formwrap .mid-body {
  text-align: left;
}
.formwrap #quoteForm textarea.form-control {
  min-height: 80px;
}
.formwrap.mywrap .mid-body {
  text-align: center;
}
.formwrap.mywrap .form-control {
  height: 42px;
  border-radius: 5px !important;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  color: #fff;
}
.formwrap.mywrap input#quoteSubmit {
  font-size: 14px;
  height: 50px;
}
.floating_wrap .btns_wrap {
  position: fixed;
  right: 0;
  z-index: 999;
}
.floating_wrap .btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}
.floating_wrap .btns_wrap .call_wrap {
  width: 237px;
  position: fixed;
  right: -188px;
  background: #fff;
  top: 232px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  border-radius: 5px 0 0 5px;
}
.floating_wrap .btns_wrap .call_wrap i {
  color: #fff;
  font-size: 31px;
  padding: 10px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  background: -moz-linear-gradient(left, #45c7fa 0, #bda9dc 100%);
  background: var(--secondary_color);
}
.floating_wrap .btns_wrap .call_wrap span {
  color: #447290;
  font-size: 16px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 15px 15px 15px;
}
.floating_wrap .btns_wrap .chat_wrap {
  display: block;
  position: fixed;
  right: -150px;
  width: 200px;
  background: #fff;
  top: 173px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  border-radius: 5px 0 0 5px;
}
.floating_wrap .btns_wrap .chat_wrap i {
  color: #fff;
  font-size: 31px;
  padding: 10px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  background: -moz-linear-gradient(left, #46c7fa 0, #bda9dc 100%);
  background: var(--secondary_color);
}
.floating_wrap .btns_wrap .chat_wrap span {
  color: #447290;
  font-size: 16px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 15px 15px 15px;
}
.btn-yellow {
    color: #fff;
    background-color: var(--secondary_color);
    padding: 0.75rem 1.5rem;
    transition: all ease-in-out 0.3s;
}
.packages_box_sec:hover {
    background: #84b0cd;
}
.packages_box_sec:hover h3 {
    color: #fff;
}
.packages_box_sec:hover h5 {
    color: #fff;
}
.packages_box_sec:hover p {
    color: #fff;
}
.packages_box_sec:hover ul li {
    color: #fff;
}
.packages_box_sec:hover span.check_icon {
    color: #447290;
}
section.ThankyouSec .banner-content {
    width: 100%;
    text-align: center;
}
section.ThankyouSec .banner-content p {
    width: 100%;
    color: #000;
}
section.ThankyouSec {
    padding: 90px 0;
}
.product_detail_sec{
    padding: 100px 0 30px;
    background: transparent;
    position: relative;
    z-index: 1;
}
.pkg_detail_sec:before {
    content: '';
    border: 3px solid #447290;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    right: -20px;
    bottom: -20px;
}
.pkg_detail_sec:after {
    content: '';
    background: #84b0cd;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    left: -20px;
    top: -20px;
}
.pkg_list_detail {
    margin: 0 10px 0 60px;
}
.pkg_list_detail ul li {
    border-bottom: 1px solid #ccc;
    padding: 15px 30px;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    margin-right: 20px;
    position: relative;
}
.pkg_list_detail h4 {
    font-weight: bold;
    font-size: 32px;
}
.pkg_list_detail ul li:before {
    content: "\eca4";
    position: absolute;
    top: 14px;
    left: -5px;
    content: "\eca4";
    font-family: boxicons !important;
    font-size: 22px;
    background: #447290;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    color: #fff;
}
.product_detail_sec .container {
    max-width: 1140px;
}
.pkg_detail_sec h5 {
    font-weight: 700;
    font-size: 35px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.pkg_detail_sec {
    padding: 40px 22px;
    background: var(--white);
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%);
    margin-top: 40px;
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
}
section.banner__sec__main.inner_banner.packagesSec .carousel-item {
    height: 390px;
}
.product_detail_sec .row .col-sm-4 {
    height: fit-content;
    position: sticky;
    top: 20px;
}
/* Package section End */


  @media (max-width: 768px) {
    .banner {
      height: auto;
      padding: 80px 20px;
    }

    .banner-content {
      max-width: 100%;
    }

    .banner-content h1 {
      font-size: 1.5rem;
      margin-bottom: 14px;
    }

    .banner-content p {
      font-size: 1rem;
      width: 100%;
      font-size: 12px;
      margin-bottom: 15px;
    }
    .overlay .banner-slider {
        max-width: 100%;
    }
    .overlay {
        min-height: 380px;
    }
    section.banner {
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .banner-content a.button {
      padding: 12px 25px;
      font-size: 0.9rem;
    }
    .mobile-nav-btn .lines:before {
        font-size: 19px;
        height: unset !important;
        padding: 5px 10px;
    }
    .mobile-nav-btn {
        top: 13px;
    }
    header {
        padding: 10px 0 0;
    }
    .logo__footer__Sec {
        width: 100%;
    }
    section.floating_wrap {
        display: none;
    }
    section.banner__sec__main {
        padding-top: 18px;
    }
     section.banner__sec__main.inner_banner.packagesSec .carousel-item {
        height: auto !important;
    }
    .product_detail_sec {
        padding: 70px 0 30px;
    }
    .pkg_detail_sec {
        min-height: 280px;
        width: 72%;
        margin: auto;
    }
    .product_detail_sec .row .col-sm-4 {
        position: unset;
        margin-bottom: 50px;
    }
    .pkg_detail_sec h3 {
        font-size: 20px;
    }
    .pkg_detail_sec h5 {
        font-size: 25px;
    }
    .pkg_list_detail {
        margin: 0px 10px 0 20px;
    }
    .pkg_list_detail ul li {
        font-size: 14px;
        padding: 11px 30px;
    }
    .pkg_list_detail ul li:before {
        font-size: 19px;
        width: 21px;
        height: auto;
        top: 11px;
    }
  }