@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

html{overflow-x: hidden;}


body {
    word-break: break-word;
    font: 15px/25px 'Poppins', 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.2;
}


/***** 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: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.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: 'Inter', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Inter', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Inter', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Inter', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Inter', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Inter', 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: right;
    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: #393939;
    padding: 0;
    font-size: 13px;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}

.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;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.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: 230px;
    top: 0px;
    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  */




/*header css start*/


header{
    padding: 20px 0;
    background: #fff;
}
header .menuSec{}
header .menuSec a{}
header .menuSec a img{width: 40%;}

header .menuSec ul{
    display: flex;
    align-items: center;
    justify-content: end;
}
header .menuSec ul li{
    padding: 0 10px;
}
header .menuSec ul li a{}
header .menuSec ul li a i{}
header .menuSec ul li:nth-child(1) a{
    background: rgba(62, 194, 80, 1);
    padding: 13px 22px;
    border-radius: 50px;
    font-size: 28px;
    color: #fff;
}
header .menuSec ul li:nth-child(2) a{
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 50px;
    border: 1px solid rgba(170, 170, 170, 1);
    font-family: 'Inter', Sans-Serif;
    font-weight: 600;
    background: #fff;
    text-transform: capitalize;
    color: #000;
}
header .menuSec ul li:nth-child(3) a{
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 50px;
    border: 1px solid #ef7c1e;
    font-family: 'Inter', Sans-Serif;
    font-weight: 600;
    background: rgba(239, 124, 30, 1);
    color: #fff;
    text-transform: capitalize;
    }
header .menuSec ul li:nth-child(3){
    padding: 0;
}

header .menuSec ul li:nth-child(2) a i{
    margin: 0 15px 0 0;
}

.main-btn{font-size: 18px;padding: 15px 40px;border-radius: 50px;border: 1px solid #ef7c1e;font-family: 'poppins', Sans-Serif;font-weight: 500;background: rgba(239, 124, 30, 1);color: #fff;text-transform: capitalize;}

.main-btn2{color: #000;font-size: 18px;padding: 15px 40px;border-radius: 50px;border: 0.5px solid rgba(238, 64, 101, 1);font-weight: 400;background: #fff;text-transform: capitalize;font-family: 'poppins', Sans-Serif;}




/*banner*/

.banner_main{
    height: 88vh;
    background: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: cover;
    display: flex;
    align-items: center;
}
.banner_main .banner_wrpr{
    padding: 0 40px 0 0;
}
.banner_main .banner_wrpr h1{
    font-size: 50px;
    color: #000;
    font-weight: 800;
}
.banner_main .banner_wrpr h1 span {
    font-size: 32px;
    display: block;
    color: #ef7c1e;
}
.banner_main .banner_wrpr p{}
.banner_main .banner_wrpr .btn_wrpr{
    display: flex;
    gap: 15px;
    margin: 30px 0 0 0;
}
.banner_main .banner_wrpr .btn_wrpr a{}

.banner_main .form_wrpr{
    padding: 40px;
    background: #ffffff2b;
    backdrop-filter: blur(10px);
    border-radius: 41px;
    box-shadow: -20px 34px 44px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #ef7c1e;
    width: 95%;
    margin: 0 auto;
}
.banner_main .form_wrpr h6{
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
    color: #000;
    text-align: center;
}
.banner_main .form_wrpr .grp{
    margin: 0 0 20px 0;
}
.banner_main .form_wrpr .grp input{
    box-shadow: 0px 24px 34px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 0;
    border-radius: 50px;
}
.banner_main .form_wrpr .grp textarea{
    width: 100%;
    height: 147px;
    padding: 10px 20px;
    border: 0;
    border-radius: 15px;
    resize: none;
}
.banner_main .form_wrpr .grp button{
    width: 100%;
}

.banner_main .form_wrpr .grp input::placeholder{color: rgba(78, 78, 78, 1); font-weight: 500; font-size: 15px; }
.banner_main .form_wrpr .grp textarea::placeholder{color: rgba(78, 78, 78, 1); font-weight: 500; font-size: 15px; }



.sec_fold{
    padding: 100px 0;
}
.sec_fold .sec_wrpr{
    box-shadow: 30px 34px 70px 0px rgba(0, 0, 0, 0.14);
    padding: 60px 50px;
    border-radius: 40px;
    border: 1px solid rgba(214, 214, 214, 1);
}
.sec_fold .sec_wrpr h3{
    font-size: 44px;
    font-weight: 800;
    line-height: 55.8px;
}
.sec_fold .sec_wrpr h3 span{
    display: block;
    color: #ef7c1e;
}

.sec_fold .sec_wrpr .rev_wrpr{}
.sec_fold .sec_wrpr .rev_wrpr a{}
.sec_fold .sec_wrpr .rev_wrpr a img{}

.sec_fold .sec_wrpr ul{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.sec_fold .sec_wrpr ul li{
    width: 15%;
    text-align: center;
    padding: 15px 20px;
    border: 1.06px solid rgba(232, 232, 232, 1);
    border-radius: 10px;
    transition: all 900ms;
    height: 90px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_fold .sec_wrpr ul li img{
}
.sec_fold .sec_wrpr ul li:hover{
    transform: scale(1.1) translate(0);
    background: #fff;
    box-shadow: 10px 10px 70px 0px rgba(0, 0, 0, 0.14);
}

.para{font-size: 18px;
    color: rgba(50, 52, 51, 1);
    line-height: 32.38px;
    font-weight: 400;}




.third_fold{
    padding: 60px 0;
    background: #F3F3F3;
}
.third_fold .third_Wrpr{
    text-align: center;
    padding: 0 30px;
    margin: 0 0 80px 0;
}
.third_fold .third_Wrpr h2{
    font-size: 54px;
    font-weight: 800;
    color: #000;
}
.third_fold .third_Wrpr h2 span{
    color: #ef7c1e;
}

.third_fold .third_Wrpr p{}
.third_fold .servi_bx{
    border: 0.76px solid rgba(232, 232, 232, 1);
    background: #fff;
    padding: 40px 21px 20px 21px;
    border-radius: 22.77px;
    transition: all 900ms;
}
.third_fold .servi_bx img{
    margin: 0 0 20px 0;
    transition: all 1000ms;
}
.third_fold .servi_bx h6{
    font-size: 24.56px;
    font-weight: 700;
    line-height: 34.31px;
        transition: all 1000ms;
}
.third_fold .servi_bx p{
    font-size: 12.9px;
    color: rgba(26, 26, 26, 1);
    line-height: 23.68px;
    font-weight: 400;
    transition: all 1000ms;
        height: 140px;
}
.third_fold .servi_bx .arrow_d{
    text-align: end;
    margin: 60px 0 0 0;
}
.third_fold .servi_bx .arrow_d img{
    margin: 0;
        transition: all 1000ms;
}


.third_fold .servi_bx:hover {
    box-shadow: 8px 19.309999465942383px 41.40999984741211px -1.409999966621399px rgba(186, 92, 15, 0.6);
    background: rgba(239, 124, 30, 1);
    border: 0.76px solid rgb(239 124 30);
}
.third_fold .servi_bx:hover img{
    filter: invert(1);
}
.third_fold .servi_bx:hover h6{ color: #fff; }
.third_fold .servi_bx:hover p{color: #fff;}
.third_fold .servi_bx:hover .arrow_d img{
    filter: sepia(1);
}

.third_fold .btn_rp{
    text-align: center;
    margin: 75px 0 0 0;
}
.third_fold .btn_rp a{
    border: 1px solid rgba(170, 170, 170, 1);
    font-weight: 600;
    padding: 15px 70px;
}


.awards_sec{
    padding: 120px 0;
    background: #fff;
}
.awards_sec .black_bx{
    background: rgba(0, 0, 0, 1);
    padding: 70px 70px 200px 70px;
    margin: 0 25px;
    border-radius: 87px;
}
.awards_sec .black_bx h2{
    color: #fff;
    font-size: 54px;
    font-weight: 800;
    line-height: 77.8px;
}
.awards_sec .black_bx p{
    font-size: 18px;
    color: #fff;
    line-height: 30.8px;
    font-weight: 400;
    padding: 0 190px 0px 0;
    font-family: 'Poppins';
}
.awards_sec .black_bx .award_bx{
    margin: 40px 0 0 0;
    padding: 20px 20px;
    text-align: center;
    border: 1px solid rgb(64 63 63);
    background: #131313;
    border-radius: 29.33px;
    transition: all 1000ms;
}
.awards_sec .black_bx .award_bx img{
    width: 85%;
    margin: 0 auto;
}
.awards_sec .black_bx .award_bx h6{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin: 10px 0;
}
.awards_sec .black_bx .award_bx p{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.84px;
    height: 60px;
}



.awards_sec .slick-active {opacity: 1; }



.awards_sec .black_bx .award_bx:hover{background: linear-gradient(0deg, #414141, #414141),
linear-gradient(0deg, #EF7C1E, #EF7C1E);border: 1px solid rgba(239, 124, 30, 1);}





.awards_sec .slick-prev:before, .slick-next:before {
    color: #fff;
}
 
.awards_sec .slick-prev {
    z-index: 1;
    left: 1200px;
    top: 440px;
    width: 55px;
    height: 55px;
    padding: 15px 10px;
    border-radius: 50px;
}

.awards_sec .slick-next {
    right: 50px;
    top: 440px;
    width: 55px;
    height: 55px;
    padding: 15px 10px;
    border-radius: 50px;
}

.awards_sec .slick-next:hover{
    background: #ef7c1e;
}

.awards_sec .slick-prev:hover{
    background: #ef7c1e;
}

.awards_sec .slick-prev:hover::before{color: #fff;}
.awards_sec .slick-next:hover::before{color: #fff;}


.awards_sec .slick-next::before {
    content: "\f178";
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    color: #ef7c1e;
    opacity: 1;
}

.awards_sec .slick-prev:before {
    content: "\f177";
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    color: #ef7c1e;
    opacity: 1;
}

.awards_sec .slick-slide {
    opacity: 1;
}

.testi_Sec{
    padding: 60px 0;
    height: 130vh;
}
.testi_Sec .testi_con{
    text-align: center;
    padding: 0 100px;
    margin: 0 0 40px 0;
}
.testi_Sec .testi_con h2{
    font-size: 54px;
    font-weight: 800;
    line-height: 77.8px;
}
.testi_Sec .testi_con p{}

.testi_Sec .testi_review{
    border: 1px solid rgba(214, 214, 214, 1);
    padding: 30px;
    border-radius: 38px;
}






.port_testi_Sec{}
.port_testi_Sec .item_main{
    height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.port_testi_Sec .item_main .port_wrpr{}
.port_testi_Sec .item_main .port_wrpr .left_wrpr{
    display: inline-block;
    width: 20%;
}
.port_testi_Sec .item_main .port_wrpr .left_wrpr img{}
.port_testi_Sec .item_main .port_wrpr .right_wrpr{
    display: inline-block;
    vertical-align: top;
    width: 75%;
    margin: 0 0 0 20px;
}
.port_testi_Sec .item_main .port_wrpr .right_wrpr h4{
    color: #fff;
    font-size: 58.12px;
    line-height: 64.7px;
    font-weight: 800;
    text-transform: uppercase;
}

.port_testi_Sec .item_main .port_wrpr ul{
    display: flex;
    gap: 25px;
    margin: 40px 0;
}
.port_testi_Sec .item_main .port_wrpr ul li{
    text-align: center;
    border: 0.47px solid rgba(255, 255, 255, 1);
    background: #ffffff30;
    backdrop-filter: blur(10px);
    border-radius: 33.21px;
    padding: 15px 20px;
    width: 23%;
}
.port_testi_Sec .item_main .port_wrpr ul li img{
    display: block;
    margin: 0 auto 0;
    width: 50%;
}
.port_testi_Sec .item_main .port_wrpr ul li span{
    display: block;
    font-size: 36.93px;
    color: #fff;
    line-height: 55.39px;
    font-weight: 700;
}
.port_testi_Sec .item_main .port_wrpr ul li p{
    display: block;
    margin: 0;
    font-size: 18.03px;
    line-height: 23.43px;
    color: #fff;
    font-weight: 300;
    padding: 0;
}

.port_testi_Sec .item_main .port_wrpr .btns_wrp{
    display: flex;
    gap: 5px;
}
.port_testi_Sec .item_main .port_wrpr .btns_wrp a{}
.port_testi_Sec .item_main .port_wrpr .btns_wrp a img{
    width: 95%;
}

.port_testi_Sec .item_main .port_wrpr h6{
    font-size: 23.72px;
    font-weight: 800;
    color: #fff;
    line-height: 35.58px;
    margin: 30px 0 10px 0;
}
.port_testi_Sec .item_main .port_wrpr p{
    color: #fff;
    font-size: 16.13px;
    line-height: 23.43px;
    font-weight: 400;
    padding: 0 40px 0 0;
}


.testi_revi{
    border: .1px solid rgb(7 164 241 / 21%);
    padding: 50px 0;
    border-radius: 0 0 80px 80px;
    background: #f5f5f5;
}
.testi_revi img{width: 75%;}
.testi_revi .midd_wrpr{}
.testi_revi .midd_wrpr .d-flex{
    align-items: center;
    gap: 30px;
    margin: 0 0 20px 00;
}
.testi_revi .midd_wrpr .d-flex h5{
    font-size: 31.26px;
    font-weight: 700;
    margin: 0;
    line-height: 46.9px;
}
.testi_revi .midd_wrpr .d-flex i{
    color: rgba(232, 149, 25, 1);
    font-size: 20px;
}
.testi_revi .midd_wrpr .d-flex span{
    font-size: 20px;
    font-weight: 400;
    color: rgba(115, 115, 115, 1);
    line-height: 31.23px;
}
.testi_revi .midd_wrpr p{
    margin: 0;
    color: rgba(26, 26, 26, 1);
    font-size: 17.99px;
    line-height: 33.83px;
}

.testi_revi .quote img{
    opacity: 0.2;
}
.port_testi_Sec .slick-slide{margin: 0 0;}



/**/

.port_testi_Sec .slick-prev:before, .slick-next:before {
    color: #fff;
}
 
.port_testi_Sec .slick-prev {
    z-index: 1;
    left: 1240px;
    top: 775px;
    width: 50px;
    height: 50px;
    padding: 16px 10px;
    border-radius: 50px;
}

.port_testi_Sec .slick-next {
    right: 200px;
    top: 775px;
    width: 50px;
    height: 50px;
    padding: 16px 10px;
    border-radius: 50px;
}

.port_testi_Sec .slick-next:hover{
    background: #ef7c1e;
}

.port_testi_Sec .slick-prev:hover{
    background: #ef7c1e;
}

.port_testi_Sec .slick-prev:hover::before{color: #fff;}
.port_testi_Sec .slick-next:hover::before{color: #fff;}


.port_testi_Sec .slick-next::before {
    content: "\f178";
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.port_testi_Sec .slick-prev:before {
    content: "\f177";
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.port_testi_Sec .slick-slide {
    opacity: 1;
}




.process_Sec{
    padding: 60px 0;
}
.process_Sec .back_ground_sec{
    padding: 80px 100px;
    background-position: center;
    margin: 0 60px;
    border-radius: 53px;
    background: url(../images/process-bg.png) 0 0/cover no-repeat,linear-gradient(rgb(0 0 0 / 46%),rgb(0 0 0 / 79%)) 0 0/cover no-repeat;
    background-blend-mode: overlay;
}
.process_Sec .back_ground_sec .cnt_wrpr{
    text-align: center;
    padding: 0 60px;
    margin: 0 0 90px 0;
}
.process_Sec .back_ground_sec .cnt_wrpr h2{
    color: #fff;
    font-size: 54px;
    line-height: 77.8px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.process_Sec .back_ground_sec .cnt_wrpr p{
    color: #fff;
}
.process_Sec .back_ground_sec .pro_bx{
    text-align: center;
    padding: 70px 34px;
    background: linear-gradient(black, black) padding-box,
              linear-gradient(to top, black, #ef7c1e) border-box;
    border-radius: 3em;
    border: 1px solid transparent;
    margin: 0 10px;
    position: relative;
    transition: all 900ms;
}
.process_Sec .back_ground_sec .pro_bx span{
    font-size: 36.55px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.process_Sec .back_ground_sec .pro_bx h5{
    margin: 40px 0 0 0;
    font-size: 23.98px;
    color: #fff;
    line-height: 25.61px;
    font-weight: 600;
}
.process_Sec .back_ground_sec .btn_wrprrr{
    text-align: center;
    margin: 100px 0 0 0;
}
.process_Sec .back_ground_sec .btn_wrprrr a{padding: 15px 60px;}

.process_Sec .back_ground_sec .pro_bx:before{position: absolute;content: "";background: #ef7c1e;height: 25%;width: 25%;border-radius: 50px;top: 48px;left: 0;right: 0;margin: 0 auto;}


.process_Sec .back_ground_sec .pro_bx.flipp{
    background: linear-gradient(black, black) padding-box, linear-gradient(to top, #ef7c1e, #000) border-box;
}



.process_Sec .back_ground_sec .pro_bx.flipp span {color: #000; }
.process_Sec .back_ground_sec .pro_bx.flipp:before{background: #fff;}
.process_Sec .back_ground_sec .pro_bx:hover{transform: scale(1.1) translate(0);}


.cta_sec{
    padding: 60px 0 0 0;
}
.cta_sec .cta_bg{
    padding: 50px;
    background: url(../images/cta-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 29.69px;
    margin: 0 0 -150px 0;
}
.cta_sec .cta_bg .cta_txt{}
.cta_sec .cta_bg .cta_txt h3{
    font-size: 59.1px;
    color: #fff;
    line-height: 59.31px;
    font-weight: 800;
    text-transform: capitalize;
}
.cta_sec .cta_bg .cta_txt p{
    margin: 0;
    line-height: 29.95px;
    color: #fff;
}
.cta_sec .cta_bg .cta_wrpr{}
.cta_sec .cta_bg .cta_wrpr span{
    color: #fff;
    font-size: 32.09px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 59.83px;
}
.cta_sec .cta_bg .cta_wrpr a.sada_btn{
    display: block;
    color: #fff;
    font-size: 39.64px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 51.47px;
    padding: 0 0 50px 0;
}
.cta_sec .cta_bg .cta_wrpr a.main-btn2{
    padding: 18px 95px;
    border: 1px solid rgba(170, 170, 170, 1);
    font-weight: 600;
}



footer{
    background: rgba(13, 10, 10, 1);
    padding: 240px 0 60px 0;
}
footer .adress_Wrpr{
    position: relative;
    padding: 130px 0 0 0;
}
footer .adress_Wrpr img.mapp{
    width: 100%;
}
footer .adress_Wrpr .dot-dib{display: inline-block;position: absolute;top: 210px;left: 170px;}
footer .adress_Wrpr .dot-dib img.dott1{}

footer .adress_Wrpr .dot-dib-1{
    display: inline-block;
    position: absolute;
    top: 300px;
    right: 230px;
}
footer .adress_Wrpr .dot-dib-1 img.dott2{}


footer ul{
    margin: 20px auto 0;
    display: flex;
    gap: 30px;
    justify-content: center;
    width: 70%;
    padding: 20px 15px 13px 15px;
    background: rgb(33 31 31);
    border-radius: 81.37px;
}
footer ul li{}
footer ul li img{}

.btm_form_wrpr{
    border: 1px solid rgb(68 65 65);
    padding: 40px;
    width: 90%;
    margin: 0 auto;
    border-radius: 44px;
    background: #121010;
}
.btm_form_wrpr h5{
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 59.31px;
    margin: 0 0 5px 0;
}
.btm_form_wrpr p{
    color: #fff;
    line-height: 29.95px;
    margin: 0 0 30px 0;
}
.btm_form_wrpr .grp{
    margin: 0 0 25px 0;
}
.btm_form_wrpr .grp input{
    width: 100%;
    background: rgba(49, 46, 46, 1);
    border: 0;
    border-radius: 68.69px;
    height: 50px;
    padding: 20px;
}
.btm_form_wrpr .grp textarea{
    width: 100%;
    background: rgba(49, 46, 46, 1);
    border: 0;
    border-radius: 14px;
    height: 100px;
    padding: 20px;
    resize: none;
}
.btm_form_wrpr .grp button{
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 50px;
    border: 1px solid #ef7c1e;
    font-family: 'poppins', Sans-Serif;
    font-weight: 500;
    background: rgba(250, 131, 49, 1);
    color: #fff;
    text-transform: capitalize;
    width: 100%;
}


.btm_form_wrpr .grp input::placeholder{color: #ffff;}
.btm_form_wrpr .grp textarea::placeholder{color: #ffff;}


.dot-dib .address-block h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: 0;
}


.dot-dib .address-block p {
    margin: 10px 0 0 0;
    font-size: 15.26px;
    font-weight: 400;
    color: #000;
}


.dot-dib .address-block:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -14px;
}


.dot-dib .address-block {
     position: relative;
     top: -185px;
     left: -10px;
     border-radius: 10px;
     transition: .5s;
     padding: 15px;
     z-index: 1;
     background: #fff;
     display: block;
     width: 80%;
}







.dot-dib-1 .address-block h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: 0;
}


.dot-dib-1 .address-block p {
    margin: 10px 0 0 0;
    font-size: 15.26px;
    font-weight: 400;
    color: #000;
}


.dot-dib-1 .address-block:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    top: -16px;
    transform: rotate(180deg);
    left: 10px;
}


.dot-dib-1 .address-block {
     position: absolute;
     top: 65px;
     left: -10px;
     border-radius: 10px;
     transition: .5s;
     padding: 15px;
     z-index: 1;
     background: #fff;
     display: none;
     width: 300px;
}


.dot-dib-1:hover .address-block{display: block;}


.btm_footer{
    background: rgba(23, 23, 23, 1);
    padding: 25px 0;
}
.btm_footer .btm_p{}
.btm_footer .btm_p p{
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: rgba(118, 118, 118, 1);
}

.port_testi_Sec .moble_block {
    position: relative;
}
.port_testi_Sec .moble_block img{
    width: 70%;
    position: absolute;
    top: 40px;
    left: 100px;
}



header.stickyheader {
    background: #fff;
    width: 100%;
    position: fixed;
    padding: 10px 0;
    border-bottom: 1px solid rgba(170, 170, 170, 1);
    z-index: 1;
}




/*popup css*/


/*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: rgba(239, 124, 30, 1);
    color: #fff;
    font-size: 18px;
    border: rgba(239, 124, 30, 1) 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;
}

.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: #ef7c1e 1px solid !important;
}


.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: rgba(239, 124, 30, 1) 5px solid;
}

.popupform h2 {
    font-size: 22px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: rgba(239, 124, 30, 1) 6px solid !important;
    margin-bottom: 12px;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}





.popupform .fancybox-close-small {
    border: rgba(239, 124, 30, 1) 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; }