
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Montserrat", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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

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

img {
    max-width: 100%;
}

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

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

p {
    font-weight: 500;
    line-height: 1.9;
    font-size: 15px;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 10px 25px 10px 10px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    font-size: 19px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
    font-weight: 500;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 50px;
    background-color: #db3939;
    z-index: -1;
    transition: all 950ms;
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: capitalize;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
}

.menuSec ul li a:after {
    display: none;
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    left: 0px;
    width: 280px;
    text-align: left;
    top: 38px;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 281px;
    top: 5px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.head_btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

header {
    padding: 10px 0;
}

.theme_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.theme_btn span {
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme_btn span img {}

.menuSec ul li a:hover {
    color: #d72432;
}

.btn_two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    padding: 8px 8px 8px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 250ms;
    background: #fff;
}

.btn_two span {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.btn_two .img_wrp {
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    background: #000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0;
}

.btn_two .img_wrp img {}

.banner_home {
    padding: 100px 0 0px 0;
    background: url(../images/banner_home.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_home .bann_txt {
    text-align: center;
}

.banner_home .bann_txt h6 {
    color: #fff;
}

.banner_home .bann_txt h1 {
    font-size: 60px;
    font-weight: 600;
}

.banner_home .bann_txt h1 span {
    display: block;
    font-size: 77px;
    background: -webkit-linear-gradient(#fcca6a, #d91622);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.head_center {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.banner_home .bann_txt .form_wrpr {
    padding: 35px 25px;
    border: 1px solid #2f2925;
    border-radius: 100px;
}

.banner_home .bann_txt .form_wrpr form {
    display: flex;
    gap: 10px;
}

.banner_home .bann_txt .form_wrpr form input {
    border: 1px solid #2f2925;
    border-radius: 50px;
    padding: 0 20px;
    width: 20%;
    background: transparent;
    color: #fff;
}

.banner_home .bann_txt .form_wrpr form button {
    width: 20%;
    padding: 0;
    border: 0;
    border-radius: 50px;
}

.banner_home .bann_txt .form_wrpr form input::placeholder {
    color: #fff;
}

.btn_two:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 77%;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
    z-index: -1;
    border-radius: 50px;
    transition: all 250ms;
}

.bann_img2 {
    margin: 100px 0 0px 0;
}

.bann_img2 img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
}

.head_center:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: -70px;
    height: 1px;
    width: 50px;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
}

.head_center:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: -70px;
    height: 1px;
    width: 50px;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
}

.banner_home ul {
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
    padding: 50px 40px;
    margin: 100px 0 0px 20px;
    border-radius: 50px 50px 0 0;
    height: 360px;
}

.banner_home ul li {
    padding: 0 0 20px 0;
}

.banner_home ul li h4 {
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.banner_home ul li p {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.btn_two:hover:before {
    width: 100%;
    transition: all 950ms;
}


/* Award Section Start  */

.award_Sec {
    padding: 80px 0;
}

.award_txt {
    text-align: center;
    margin-bottom: 50px;
}

.award_item {
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border-radius: 30px;
    background-color: rgb(245, 245, 245);
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bx_left {
    width: 30%;
}

.bx_right {
    width: 65%;
    margin-left: auto;
}

.bx_right h5 {
    font-size: 23px;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.bx_right h6 {
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.bx_right p {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}


/* Award Section End  */


/*FOOTER STRT*/

footer {
    background-color: #0f0804;
    padding: 80px 0 0 0;
}

.footer_col h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px;
    position: relative;
    text-transform: capitalize;
}

.footer_col h3:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    content: '';
    color: #fff;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
}

.footer_col p {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    margin: 35px 0;
}

.contact_list p {
    margin: 5px 0;
    color: #b3b3b3;
}

.contact_list p span {
    color: #b3b3b3;
}

.quick_links a {
    font-size: 14px;
    line-height: 35px;
    color: #b3b3b3;
    text-transform: capitalize;
}

.footer_call a {
    position: relative;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #ef549d;
    transition: ease-in;
    transition-duration: 0.2s;
    background: -webkit-linear-gradient(#f9ba62, #e34a36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer_call a:hover {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer_call a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0%;
    margin: 0 auto;
    border-bottom: 1px solid #ef549d;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer_call a:hover::before {
    width: 100%;
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer_social li:hover {
    background: linear-gradient(#fdd459, #c79128, #9d5e02);
}

.footer_social li {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 100px;
    position: relative;
    border: 2px solid #fff;
    transition: 0.3s ease-in-out;
}

.footer_social li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.footer_form form {
    position: relative;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.footer_form form input {
    width: 82%;
    height: 55px;
    padding: 15px;
    border: 1px solid #0000;
    border-radius: 100px;
    color: #fff;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
}

.footer_form form button {
    border: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    background: #000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0;
}

.footer_form form button:hover {
    background: #fff;
    color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.copyRight_sec p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    font-weight: 300;
}

.copyRight_sec ul {
    margin: 0;
}

.copyRight_sec {
    background-color: #0f0804;
    border-top: 1px solid #f2f2f25e;
    padding: 10px 0 10px;
    margin-top: 30px;
}

.copyRight_sec a {
    margin: 0;
    color: #b3b3b3;
    font-size: 13px;
    line-height: 23px;
    font-weight: 300;
    padding: 0px 3px;
    border-right: 0;
}

.footer_call {
    margin: 30px 0 0 0;
}

.socialmedia-icons ul li a {
    /* border: 1px solid #ffffff; */
    /* padding: 8px 15px; */
    /* font-size: 20px; */
    /* border-radius: 70px; */
    /* color: #ffffff; */
    /* background: #191919; */
}

.socialmedia-icons ul li a:hover {
    color: #ea6c43;
}

.socialmedia-icons ul {
    /* display: flex; */
    gap: 10px;
}

.socialmedia-icons h3 {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin: 25px 0 20px;
    position: relative;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin-bottom: 40px;
}

.socialmedia-icons {
    margin-top: 0;
}

.contact_list p a {
    color: #b3b3b3;
}

.socialmedia-icons h3:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: '';
}

.footer_form form input::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.quick_links a:hover {
    color: #eb7045;
}

.fotr-payment {
    text-align: end;
}

.copyRight_sec .row {
    align-items: center;
}

.ftr-about p {
    margin-bottom: 0;
}

ul.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.footer-social-icon i {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: grid;
    place-content: center;
}


/*FOOTER END*/


/* Choose Section Start */

.why-choose-sec {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.why_choose_item {
    position: relative;
    z-index: 1;
    width: 330px;
    height: 330px;
    padding: 10px 95px 0 35px;
    display: block;
    align-content: center;
}

img.choose-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.why_choose_item h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 5px;
}

.why_choose_item p {
    font-size: 12px;
    color: #090909;
    line-height: 1.5;
}

.why_choose_item::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
    box-shadow: 2px 5px 0 1px #c9c9c9;
    z-index: 1;
}

.why_choose_item::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 5px;
    background: #909090;
}

.why_choose_item.chose-itemt-4 {
    margin-left: auto;
}

.choose-center-logo img {
    width: 85%;
    margin: auto;
    display: block;
}

.why_choose_item.chose-itemt-1 img.choose-1,
.why_choose_item.chose-itemt-3 img.choose-1,
.why_choose_item.chose-itemt-5 img.choose-1 {
    transform: rotateY(180deg);
}

.why_choose_item.chose-itemt-1,
.why_choose_item.chose-itemt-3,
.why_choose_item.chose-itemt-5 {
    padding: 0 35px 0 110px;
}

.why_choose_item.chose-itemt-3:after {
    right: -215px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 220px;
}

.why_choose_item.chose-itemt-3::before {
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

img.ch-icon-3 {}

.why-choose-sec .container {
    max-width: 1520px;
}

.why-choose-sec .row {
    align-items: center;
}

.why_choose_item.chose-itemt-4:after {
    left: -215px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 220px;
}

.why_choose_item.chose-itemt-4:before {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

img.ch-icon-4 {}

.why_choose_item.chose-itemt-1 {
    margin: 0 0 -155px 220px;
}

.why_choose_item.chose-itemt-2 {
    margin: 0 0 -155px -60px;
}

.why_choose_item.chose-itemt-5 {
    margin: -155px 0 0px 220px;
}

.why_choose_item.chose-itemt-6 {
    margin: -155px 0 0px -60px;
}

img.ch-icon-1 {}

img.ch-icon-6 {}

img.ch-icon-2,
img.ch-icon-4,
img.ch-icon-6 {
    position: absolute;
    right: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
}

img.ch-icon-6 {}

.why_choose_item.chose-itemt-1:after {
    right: -20px;
    transform: rotate(45deg);
    width: 70px;
    top: 0;
    bottom: -240px;
    margin: auto;
}

.why_choose_item.chose-itemt-1:before {
    top: 0;
    bottom: -184px;
    right: 30px;
    margin: auto;
}

.why_choose_item.chose-itemt-5:after {
    right: -20px;
    transform: rotate(-45deg);
    width: 70px;
    bottom: 0;
    top: -240px;
    margin: auto;
}

.why_choose_item.chose-itemt-5:before {
    bottom: 0;
    top: -195px;
    right: 30px;
    margin: auto;
}

.why_choose_item.chose-itemt-2:after {
    left: -38px;
    transform: rotate(-45deg);
    width: 70px;
    top: 0;
    bottom: -200px;
    margin: auto;
}

.why_choose_item.chose-itemt-2:before {
    top: 0;
    bottom: -140px;
    left: 13px;
    margin: auto;
}

.why_choose_item.chose-itemt-6:after {
    left: -35px;
    transform: rotate(45deg);
    width: 70px;
    bottom: 0;
    top: -200px;
    margin: auto;
}

.why_choose_item.chose-itemt-6::before {
    bottom: 0;
    top: -157px;
    left: 13px;
    margin: auto;
}

img.ch-icon-1,
img.ch-icon-3,
img.ch-icon-5 {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* Choose Section End */


/* Industries Section Start */

.industries-sec {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.industries-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 62.4%;
    background: #120905;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -2;
}

.scond-head h6,
.scond-head h2 {
    color: #fff;
}

.industry-box {
    position: relative;
    z-index: 1;
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border-radius: 15px;
    background-color: rgb(245, 245, 245);
    overflow: hidden;
    text-align: center;
}

.industry-image {
    position: relative;
    z-index: 1;
    height: 140px;
    display: block;
    align-content: center;
    margin-bottom: 25px;
}

.industry-image img {
    width: fit-content;
    margin: 0 auto;
}

.industry-image:before {
    position: absolute;
    content: '';
    width: 303px;
    height: 303px;
    background: #fff;
    border-radius: 100%;
    left: 0;
    right: 0;
    top: -160px;
    margin: auto;
    z-index: -1;
}

.industry-text h3 {
    font-size: 28px;
    color: #0a0a0a;
    margin: 0 0 15px;
}

.industry-text p {
    font-size: 14px;
    color: #090909;
    line-height: 22px;
}

.industry-text {
    padding: 0 20px 40px;
}

.industry-slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.industry-box:hover {
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
}

.industry-box:hover * {
    color: #fff;
}

.industry-slider .slick-prev::before,
.industry-slider .slick-next::before {
    height: 50px;
    width: 50px;
    content: '';
    position: absolute;
    text-align: center;
    vertical-align: middle;
    color: #000;
    background: #000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-image: url(../images/arro-right.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border: 3px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 1;
}

.industry-slider .slick-prev::before {
    transform: rotate(180deg);
}

.industry-slider .slick-prev {
    left: -50px;
    z-index: 1;
    opacity: 1;
}

.industry-slider .slick-prev:hover::before,
.industry-slider .slick-next:hover::before {
    background-color: #000000;
}


/* Industries Section End */


/* client Section Start */

.client-sec {
    padding: 50px 0 100px;
}

.client-sec .award_txt {
    margin: 0;
}

.client-slider {
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border-radius: 26px;
    background-color: rgb(245, 245, 245);
    padding: 70px;
}

img.client-1 {
    width: 350px;
    height: 350px;
    border-radius: 100%;
    object-fit: cover;
    margin: auto;
}

.client-image {
    position: relative;
    z-index: 1;
}

img.qut-1 {
    position: absolute;
    width: fit-content;
    right: 40px;
    top: 0px;
}

ul.client-review {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

ul.client-review i {
    font-size: 17px;
    color: #ffc107;
}

ul.client-review h6 {
    font-size: 24px;
    color: #000000;
    margin: 0;
}

.client-text p {
    font-size: 15px;
    color: #000000;
    line-height: 32px;
    width: 90%;
}

.client-text h4 {
    font-size: 24px;
    color: #000000;
    text-transform: capitalize;
    margin-top: 50px;
    margin-bottom: 0;
}

.client-text h5 {
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.client-slider .row {
    align-items: center;
}

.client-slider .slick-prev::before,
.client-slider .slick-next::before {
    height: 50px;
    width: 50px;
    content: '';
    position: absolute;
    text-align: center;
    vertical-align: middle;
    color: #000;
    background: #000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-image: url(../images/arro-right.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border: 3px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 1;
}

.client-slider .slick-prev::before {
    transform: rotate(180deg);
}

.client-slider .slick-prev {
    left: 0px;
    z-index: 1;
    opacity: 1;
}

.client-slider .slick-prev:hover::before,
.client-slider .slick-next:hover::before {
    background-color: #000000;
}


/* client Section End */


/* Work Section Start */

.work-sec {
    padding: 80px 0;
}

.work-sec .award_txt {
    margin-bottom: 0;
}

.work-image {
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    display: grid;
    place-content: center;
}

.work-text span {
    font-size: 17px;
    color: #ffffff;
    background: #000;
    padding: 5px 20px;
    border-radius: 40px;
}

.work-text {
    text-align: center;
}

.work-text h3 {
    font-size: 23px;
    color: #000000;
    margin: 20px 0;
}

.work-text p {
    font-size: 14.48px;
    line-height: 24px;
}


/* Work Section End */


.about_Sec{
    background: url(../images/about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.about_Sec .abut_img{}
.about_Sec .abut_img img{
    width: 100%;
}
.about_Sec .abut_txt{
    margin: 0 0 0 20px;
}
.about_Sec .abut_txt h6{
    color: #fff;
    margin: 0 0 20px 70px;
}
.about_Sec .abut_txt h2{
    color: #fff;
    line-height: 1;
}
.about_Sec .abut_txt p{
    color: #c4c2c1;
}
.about_Sec .abut_txt ul{
    margin: 40px 0;
}
.about_Sec .abut_txt ul li{
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 20px 0;
}
.about_Sec .abut_txt ul li img{}
.about_Sec .abut_txt ul li h6{
    margin: 0;
    font-size: 22px;
}
.about_Sec .abut_txt .btn_wrp{
    width: 32%;
}
.about_Sec .abut_txt .btn_wrp a{}
.head_left{font-size: 20px;
    color: #000;
    font-weight: 600;
    position: relative;
    display: inline-block;}


.head_left:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: -70px;
    height: 1px;
    width: 50px;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
}

.contact_Sec{
    padding: 100px 0;
    background: url(../images/contact_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact_Sec .contct_txt{
    padding: 0 180px 0 0;
}
.contact_Sec .contct_txt h6{
    color: #fff;
    margin-left: 80px;
}
.contact_Sec .contct_txt h2{
    color: #fff;
}
.contact_Sec .contct_img{
    display: flex;
    justify-content: end;
}
.contact_Sec .contct_img img{
    animation: bounceIn 3s ease-out infinite;
}
.contact_Sec .contct_form{
    padding: 0 30px 0 0;
    margin: 20px 0 0px 0;
}
.contact_Sec .contct_form .d-flex{
    justify-content: space-between;
    gap: 20px;
}
.contact_Sec .contct_form .grp {
    margin: 0 0 20px 0;
}
.contact_Sec .contct_form  input{
    width: 100%;
    border: 1px solid #474545;
    background: #000;
    padding: 10px 20px;
    border-radius: 10px;
    height: 65px;
    color: #fff;
}
.contact_Sec .contct_form .grp textarea{
    width: 100%;
    border: 1px solid #474545;
    background: #000;
    resize: none;
    padding: 10px 20px;
    border-radius: 10px;
    height: 240px;
    color: #fff;
}
.contact_Sec .contct_form .grp button{
    border: 0;
    background: transparent;
}


.contact_Sec .contct_form .d-flex .grp1{
    width: 50%;
    margin: 0 0 20px 0;
}

.contact_Sec .contct_form .grp button .btn_two{
    gap: 70px;
}

.contact_Sec .contct_form input::placeholder{color: #fff;}
.contact_Sec .contct_form textarea::placeholder{color: #fff;}

.contct_detail{
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
    padding: 70px 50px 50px 50px;
    border-radius: 20px;
    margin: 20px 0 0px 0;
}
.contct_detail h3{
    color: #fff;
    font-size: 55px;
}
.contct_detail ul{
    margin: 0 0 50px 0;
}
.contct_detail ul li{
    margin: 0 0 30px 0;
}
.contct_detail ul li .item{
    display: flex;
    gap: 20px;
    align-items: center;
}
.contct_detail ul li .item .im_d{
    width: 10%;
}
.contct_detail ul li .item .im_d img{
    width: 100%;
}
.contct_detail ul li .item .im_txt{
    width: 90%;
}
.contct_detail ul li .item .im_txt a{
    color: #fff;
    display: block;
    font-size: 15px;
}
.contct_detail ul li .item .im_txt span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
}
.contct_detail h4{
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.contct_detail .d-flex{
    gap: 30px;
}
.contct_detail .d-flex a{}
.contct_detail .d-flex a span{
}
.contct_detail .d-flex a span i{
    font-size: 16px;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    border-radius: 50px;
    border: 12px solid #fff;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
}


.servi_Sec{
    padding: 100px 0;
}
.servi_Sec .servi_txt{}
.servi_Sec .servi_txt h6{
    margin-left: 70px;
}
.servi_Sec .servi_txt h2{}
.servi_Sec .servi_txt2{
    padding: 0 0 0 50px;
    position: relative;
}
.servi_Sec .servi_txt2 p{}




.servi_Sec .servi_txt2:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 0;
    height: 100%;
    width: 5px;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
}

.text_details {
    margin: 40px 0 0 0;
}

.servi_main h3 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
}

.btn_wrp {
    margin: 0 40px;
    border: 1px solid #eaeaea;
    border-radius: 50px;
}

.text_details .accordion-button::after{display: none;}
.text_details .accordion-button:not(.collapsed) {background-color: transparent;}
.text_details .accordion-button:focus{
    border: 0;
    box-shadow: unset;
}

.servi_main2 p {
    font-size: 15px;
    color: #181818;
}


.text_details .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin: 0 0 30px 0;
    border-radius: 20px;
}

.text_details .accordion-button{background: transparent;}


.text_details .accordion-body {
    padding: 20px 20px 0 20px;
}

.pack_sec{
    padding: 100px 0;
}
.pack_sec .pack_txt{
    text-align: center;
    margin: 0 0 40px 0;
}
.pack_sec .pack_txt h6{}
.pack_sec .pack_txt h2{}
.pack_sec .packge_bx{
    border-width: 2px;
    border-style: solid;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #f14f3a, #f8804e) border-box;
    border-radius: 2em;
    border: 2px solid transparent;
    overflow: hidden;
}
.pack_sec .packge_bx .iiner_pk{
    padding: 50px 20px;
    transition: 0.3s ease-in-out;
}
.pack_sec .packge_bx .iiner_pk h3{
    font-size: 85px;
    font-weight: 800;
    margin: 0 0 15px 0;
}
.pack_sec .packge_bx .iiner_pk h3 span{
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 0 -20px;
    background: -webkit-linear-gradient(#fcca6a, #d91622);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pack_sec .packge_bx .iiner_pk h4{
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.pack_sec .packge_bx .iiner_pk p{
    font-size: 13px;
    color: #7f7f7f;
}
.pack_sec .packge_bx .iiner_pk ul{
    margin: 30px 0 0 0;
    position: relative;
}
.pack_sec .packge_bx .iiner_pk ul li{
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 500;
    padding: 0 0 12px 25px;
    position: relative;
}
.pack_sec .packge_bx .iiner_pk ul li:before{position: absolute;content: "";top: 9px;left: 0;height: 7px;width: 7px;border-radius: 50px;background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);}
.pack_sec .packge_bx .btn_wrpz{
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
    text-align: center;
    padding: 10px 0;
}
.pack_sec .packge_bx .btn_wrpz a{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
.pack_sec .packge_bx .btn_wrpz a img{
    margin: 0 0 0 20px;
    transition: 0.3s ease-in-out;
}

.pack_sec .packge_bx .iiner_pk ul:before {
    position: absolute;
    content: "";
    top: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
}




.pack_sec .packge_bx .btn_wrpz:hover a img {
    transform: rotate(-35deg);
}

.pack_sec .packge_bx .iiner_pk:hover{
    background: #000;
}

.pack_sec .packge_bx .iiner_pk:hover h3{background: -webkit-linear-gradient(#fcca6a, #d91622);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

.pack_sec .packge_bx .iiner_pk:hover h3 span{background: -webkit-linear-gradient(#fff, #fff);-webkit-background-clip: text;-webkit-text-fill-color: #fff;}
.pack_sec .packge_bx .iiner_pk:hover h4{color: #fff;}
.pack_sec .packge_bx .iiner_pk:hover ul:before{background: #fed36e;}

.pack_sec .packge_bx .iiner_pk:hover h6 {
    background: -webkit-linear-gradient(#fcca6a, #d91622);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pack_sec .packge_bx .iiner_pk h6 {
    font-size: 13px;
}


/* inner :start */

/* about :start */
.inner-banner .bann_img2 img {
    height: 420px;
}
section.about_Sec.inner-about {
    background-image: unset;
}

.inner-about .abut_txt h2 {
    color: #000;
}

.inner-about .abut_txt h6 {
    color: #000;
}
.inner-choose-sec {
    background: url(../images/about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.inner-choose-sec * {
    color: #fff;
}

.inner-choose-sec .why_choose_item p {
    color: #fff;
}


section.faqs-wrap button.accordion-button.collapsed {
    border: unset;
    color: #ffffff;
    font-size: 37px;
    font-weight: 500;
    background: transparent;
}

section.faqs-wrap .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
section.faqs-wrap .accordion-button::after {

    background-image: url(../images/plus.png);
    
}
section.faqs-wrap .accordion-item {
    border: 0;
}
section.faqs-wrap .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
}
section.faqs-wrap .accordion-button:not(.collapsed) {
    color: #1092a2;
    box-shadow: unset;
    font-size: 37.69px;
    font-weight: 500;
    background: transparent;
}
section.faqs-wrap .accordion-body {
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    padding: 0 30px;
    padding-bottom: 20px;
}
section.faqs-wrap button.accordion-button span {
    color: #000;
    font-weight: 400;
    font-size: 25px;
}
section.faqs-wrap .accordion-button:not(.collapsed) span {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}
section.faqs-wrap .accordion-item .accordion-button:not(.collapsed):hover{
    color: #ffffff;
}
section.frequently .accordion-item{
    margin-bottom: 2%;
    border: 1px solid #000;
    background: transparent;
    border-top: 1px solid #000 !important;
}
section.faqs-wrap .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minuss.png);
}
section.faqs-wrap .accordion-button::after {
    background-image: url(../images/pluss.png);
}
section.faqs-wrap {
    background: unset;
    padding-bottom: 100px;
}

section.faqs-wrap .accordion-item {
    border-radius: 15px;
    background-image: -webkit-linear-gradient( 90deg, rgb(214,8,28) 0%, rgb(254,211,110) 100%);
    margin-bottom: 15px;
}

section.faqs-wrap .accordion-button:not(.collapsed) span {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
}

section.faqs-wrap button.accordion-button.collapsed {
    background: #f5f5f5;
    border-radius: 10px !important;
    margin-bottom: 20px;
}

section.faqs-wrap button.accordion-button span {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
}

section.faqs-wrap .accordion-item:not(:first-of-type) {
    border: unset;
}




/* about :end */

/* contact :start */
section.contact_Sec.inner-contact {
    background-image: unset;
}

.inner-contact .contct_form .grp textarea {
    background: #f5f5f5;
    border-color: #e5e5e5;
}

.inner-contact .contct_form input {
    background: #f5f5f5;
    color: #000;
    border-color: #e5e5e5;
}

.inner-contact .contct_form input::placeholder {
    color: #000;
}

.inner-contact .contct_form textarea::placeholder {
    color: #000;
}

.inner-contact .contct_txt h2 {
    color: #000;
}

.inner-contact .contct_txt h6 {
    color: #000;
}

.inner-contact .btn_two {
    background: #f5f5f7;
    border-color: #e5e5e5;
}

/* contact :end */

/* industries :start */

section.industries-wrap {
    padding: 100px 0;
}

.industries-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    transition: 0.5s;
}

.industries-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    margin-bottom: 20px;
}

.industries-box h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    border-top-right-radius: 15px;
    background-image: -webkit-linear-gradient( 90deg, rgb(214,8,28) 0%, rgb(254,211,110) 100%);
}
.industries-box:hover img {
    transform: scale(1.2);
}

/* industries :end */
/* inner :end */




.seo_audt_pg .faqs-wrap{
    padding-top: 100px;
}


.imporv_sec{
    padding: 100px 0;
}
.imporv_sec .impor_img{}
.imporv_sec .impor_img img{
    width: 100%;
}
.imporv_sec .import_txt{
    padding: 0 0 0 30px;
}
.imporv_sec .import_txt h2{}
.imporv_sec .import_txt p{}
.imporv_sec ul{
    margin: 0 0 20px 0;
    display: flex;
    gap: 30px;
    align-items: center;
}
.imporv_sec ul li{
    width: 50%;
}
.imporv_sec ul li img{margin: 0 10px 0 0;}


.imporv_sec.sec2 .impor_img img{
    margin: 0 0 50px 0;
}


.imporv_sec.sec2 .import_txt {
    padding: 0px 0px 0px 0px;
}


.imporv_sec.sec2{
    padding: 40px 0 100px 0;
}


.work-sec.blck_bg{background: url(../images/about_bg.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}

.work-sec.blck_bg .award_txt h6{
    color: #fff;
}
.work-sec.blck_bg .award_txt h2{
    color: #fff;
}
.work-sec.blck_bg .work-text span {
    background: #fff;
    color: #000;
}

.work-sec.blck_bg .work-text h3{color: #fff;}
.work-sec.blck_bg .work-text p{color: #a29f9d;}

.boosting_sec{
    padding: 100px 0;
}
.boosting_sec .boost_txt{}
.boosting_sec .boost_txt h2{}
.boosting_sec .boost_txt p{}
.boosting_sec .boost_img{
    margin: 0 0 20px 0;
}
.boosting_sec .boost_img img{}


.achieving_sec{
    padding: 100px 0 60px 0;
}
.achieving_sec .achieving_img{}
.achieving_sec .achieving_img img{
    width: 1005;
}
.achieving_sec .achieving_txt{
    padding: 0 0 0 20px;
}
.achieving_sec .achieving_txt p{}
.achieving_sec .achieving_txt img{}
.achieving_sec .achieving_txt ul{
    margin: 0 0 0 0;
    padding: 50px 0 0 0;
    display: flex;
    gap: 30px;
    position: relative;
}
.achieving_sec .achieving_txt ul li{}
.achieving_sec .achieving_txt ul li h6{
    font-size: 24px;
    font-weight: 700;
    color: #182314;
    margin: 0 0 10px 0;
}
.achieving_sec .achieving_txt ul li p{}



.achieving_sec .achieving_txt ul:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #cccccc;
    content: "";
    right: 60px;
    margin: auto;
}


.serivi_sec_new{
    padding: 70px 0;
}
.serivi_sec_new .servi_txt_top{
    text-align: center;
    padding: 0 190px;
    margin: 0 0 100px 0;
}
.serivi_sec_new .servi_txt_top h6{}
.serivi_sec_new .servi_txt_top h2{}
.serivi_sec_new ul{
    position: relative;
}
.serivi_sec_new ul li{
    display: flex;
    justify-content: space-between;
    gap: 150px;
    margin: 0 0 80px 0;
    align-items: center;
}
.serivi_sec_new ul li .left_db{
    width: 48%;
}
.serivi_sec_new ul li .left_db img{}
.serivi_sec_new ul li .right_db{
    width: 48%;
}
.serivi_sec_new ul li .right_db h3{
    font-size: 50px;
    font-weight: 800;
}
.serivi_sec_new ul li .right_db p{}
.serivi_sec_new ul li .right_db .btn_wrp{
    margin: 30px 0 0 0;
    width: 40%;
}
.serivi_sec_new ul li .right_db .btn_wrp a{}

img.patrn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.package_2{
    padding: 100px 0;
}
.package_2 .pack2bx{
    padding: 100px 40px;
    background: #000;
    border-radius: 50px;
}
.package_2 .pack2bx h3{
    font-size: 42px;
    color: #fff;
}
.package_2 .pack2bx p{
    color: #fff;
    font-size: 14px;
}
.package_2 .pack2bx ul{
    margin: 20px 0 40px 0;
}
.package_2 .pack2bx ul li{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
}
.package_2 .pack2bx ul li img{
    width: 7%;
}
.package_2 .pack2bx ul li h6{
    margin: 0;
    color: #fff;
}



.midd{
    margin: 70px 0 0 0;
}

.package_2 .pack2bx:hover{background: url(../images/onhover.png);background-size: cover;background-position: center;background-repeat: no-repeat;}




html {
    overflow-x: hidden;
}





/*Bouce close window*/
#ouibounce-modal h4:before {background: #ff851d;content: "";height: 100%;width: 6px;position: absolute;left: 0;top: 0;border-radius: 16px;} section.expertise-col a:hover { background: #de122e; border-color: #de122e; color: #fff; } #ouibounce-modal .modal-body a { padding-right: 62px; margin-bottom: 23px; font-size: 14px; margin-top: 10px; } .modal-footer a {cursor: pointer;border: #0c8a41 3px solid;background: #fff;border-radius: 72px;text-align: center;box-shadow: #000 0 0 10px;display: block;padding: 15px;} #ouibounce-modal .modal:before {content: "";background: url(../images/opt-shark.png) no-repeat left top;width: 187px;height: 273px;position: absolute;left: -27px;top: 18px;visibility: hidden;} #ouibounce-modal {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 12;} #ouibounce-modal .modal:after {background: url('../images/sprite.png') no-repeat 0 0;width: 22px;height: 60px;content:"";position:absolute;z-index: 1;visibility: hidden;right: 0;} #ouibounce-modal .underlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, .5); cursor: pointer; -webkit-animation: fadein .5s; animation: fadein .5s } #ouibounce-modal .modal {width: 410px;height: 425px;background-color: #ffffff;z-index: 1;position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;border-radius: 24px;display: block;-webkit-animation: popin .3s;animation: popin .3s;padding: 14px 24px 24px 20px;overflow: visible;} #ouibounce-modal .modal-body p {font-size: 15px;margin-bottom: 7px;margin-top: 0;} #ouibounce-modal h4 {color: #000;font-size: 25px;text-transform: none;font-weight: 800;position: relative;padding-left: 19px;margin-top: 13px;margin-bottom: 8px;} #ouibounce-modal .modal-body {font-size: 13px;padding: 7px 0 10px;} #ouibounce-modal h2+p { color: #344a5f } #ouibounce-modal form { } #ouibounce-modal form input[type=text], #ouibounce-modal form input[type=email], #ouibounce-modal form textarea {padding: 12px 12px 12px 32px;font-size: 12px;width: 100%;border-radius: 4px;border: 1px solid #ccc;-webkit-font-smoothing: antialiased;background: #f4f4f4;margin: 0;color: #000;} #ouibounce-modal form input[type=submit] {text-transform: uppercase;padding: 12px;font-size: 22px;border-radius: 4px;margin-right: 8px;color: #fff;background-color: #ff851d;border: none;cursor: pointer;-webkit-font-smoothing: antialiased;font-weight: 800;text-shadow: #000 0px 1px 1px;width: 49%;} @-webkit-keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @-ms-keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @-webkit-keyframes popin { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1 } } @-ms-keyframes popin { 0% { -ms-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -ms-transform: scale(1); transform: scale(1); opacity: 1 } } @keyframes popin { 0% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1 } } #ouibounce-modal { display: none; } #ouibounce-modal .modal-footer {
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 8px 3px;
    display: inline-block;
}
 
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}

 
.popupform ul li.first,.popupform ul li:nth-child(4) {
    width: 98%;
}
.popupform ul li textarea {
    height: 110px;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}

.popupform ul li input[type="submit"] {
    background: #DC498A;
    color: #fff;
    font-size: 18px;
    border: #e16045 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 30px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
}

.popupform ul li input[type="submit"]:hover {
    /* background: #ca2f35 !important; */
}

.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #df5441 1px solid !important;
}


.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #df5441 5px solid;
}

.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #da3b38 6px solid !important;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}





.popupform .fancybox-close-small {
    border: #df5441 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
}

.popupform .fancybox-close-small:after {
    color: #ca2f35;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}


input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid!important;
    color: red!important;
}

label.error {
    display: none!important;
}

.modal-footer a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #0c8a41;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

  #ouibounce-modal .modal-footer {position: absolute;top: -10px;right: -8px;border: 0px none;} div#btmsticky b { color: #fcb314; font-size: 24px; } div#btmsticky span { display: block; color: #fcb314; font-size: 29px; } div#btmsticky .content a {display: inline-block;/* width: 250px; */position: relative;top: 15px;text-transform: uppercase;text-align: center;font-weight: 600!important;border: 0px none;cursor: pointer;color: #000;padding: 18px 6px;font-size: 15px;margin: 0 0 0 19px;border-radius: 2px;-webkit-transition: all .1s linear;-moz-transition: all .1s linear;-o-transition: all .1s linear;-ms-transition: all .1s linear;transition: all .1s linear;background: #fcb314;} div#btmsticky h2 { font-size: 24px; text-transform: uppercase; display: inline-block; font-weight: 600; width: 61%; color: #f5f5f5; margin: 13px 0 0 0; } .btm-sticky { position: fixed; bottom: -1px; display: none; left: 0; width: 100%; background: #2b2b2b; padding: 16px 0; border-top: #000 2px solid; z-index: 4; } .hide { opacity: 0; left: -100%; } .show { opacity: 1; left: 0; }


.banner_home.thankpg {
    padding: 80px 0;
}
.banner_home.thankpg .btn_wrp{
    width: 20%;
    margin: 40px auto 0;
}


.all-sec{padding: 60px 0;}


ul.package-list {
    height: 220px;
    overflow-y: scroll;
    padding-right: 10px
}



ul.package-list::-webkit-scrollbar {
    width: 6px
}

ul.package-list::-webkit-scrollbar-track {
    background: #b0b0b0;
}

ul.package-list::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
    border-radius: 20px
}


.why_local_sec{
    padding: 80px 0;
}
.why_local_sec .whzy_txt{
    margin: 0;
}
.why_local_sec .whzy_txt h2{
    font-size: 50px;
}
.why_local_sec .whzy_txt p{}
.why_local_sec .whzy_txt ul{
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin: 40px 0 20px 0;
}
.why_local_sec .whzy_txt ul li{
    margin: 0 0 20px 0;
}
.why_local_sec .whzy_txt ul li .bx_zp{
    display: flex;
    gap: 20px;
}
.why_local_sec .whzy_txt ul li .bx_zp .left_bx{
    width: 20%;
    background: -webkit-linear-gradient(270deg, hsla(35, 93%, 68%, 1) 23%, hsla(1, 73%, 52%, 1) 92%);
    text-align: center;
    height: 60px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.why_local_sec .whzy_txt ul li .bx_zp .left_bx {}
.why_local_sec .whzy_txt ul li .bx_zp .right_bx{
    width: 80%;
}
.why_local_sec .whzy_txt ul li .bx_zp .right_bx h6{
    margin: 0;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 10px 0;
}
.why_local_sec .whzy_txt ul li .bx_zp .right_bx p{
    margin: 0;
    line-height: 1.5;
}
.why_local_sec .whzy_img{
    padding: 0 0 60px 0;
}
.why_local_sec .whzy_img img{
    width: 100%;
}

.why_local_sec .whzy_txt ul li .bx_zp .left_bx h5 {
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.verifi_img img{
    width: 50%;
}






