@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: 25px;
    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
}
@font-face {
    font-family: 'ROCK';
    src: url(../fonts/rock.ttf);
}
@font-face {
    font-family: 'ROCK Bold';
    src: url(../fonts/Rockwell-Bold.ttf);
}


.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: 'ROCK';
    font-size: 57px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'ROCK';
    font-size: 65px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'ROCK';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'ROCK';
    font-size: 22px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'ROCK';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    margin: 0 0 5px;
}

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;
    width: 70%;
}

.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: #ffffff;
    padding: 10px 23px;
    font-size: 17px;
}

.menuSec ul li a:after {
}

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

.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;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 0;
    z-index: 99;
    background: #00000099;
}



/*banner css start */



.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: rgb(0 0 0 / 51%);
}

.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_text h4 {
    color: #fff;
}

.theme-btn {
    background: #FE5037;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-family: 'ROCK';
    font-size: 21px;
    display: inline-block;
    transition: 0.5s;
}
.theme-btn:hover {
    box-shadow: inset 0 70px 0 #000;
    transition: 0.5s;
    color: #fff;
}
.banner_text h1 {
    margin-bottom: 50px;
}
.banner_text {
    padding-top: 130px;
}
/*banner css end*/


/* who we are :start */
.all-section {
    padding: 100px 0;
}
.all-section {
    padding: 100px 0;
}

.who-wee-are-text p {
    font-size: 18px;
    line-height: 24px;
    padding-right: 10px;
}

.who-wee-are-text a {
    font-size: 25px;
    font-family: 'ROCK';
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    gap: 13px;
    border-top: 1px solid #00000036;
    padding-top: 15px;
    margin-top: 35px;
}

.d-flex {
    align-items: center;
}
.carousel-item > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.Contributors-slider {
    margin-top: 50px;
    border-bottom: 1px solid #0000002e;
    padding-bottom: 30px;
}

.Contributors-slider .slick-active {
    opacity: 1;
}
.Contributors-slider img {
    width: 200px;
    height: 90px;
    object-fit: contain;
}
/* who we are :end */


/* what we do :start */
.what-we-do-img {
    position: relative;
    width: 80%;
}

.what-we-do-img img {
    width: 100%;
    height:1000px;
}

.what-we-do-img:before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -60px;
    width: 70%;
    height: 100%;
    border-radius: 30px;
    background: #FE5037;
    z-index: -1;
}

.what-we-do-text ul {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.what-we-do-text ul img {
    width: 250px;
    height: 50px;
    object-fit: contain;
}
.what-we-do-text p {
    margin: 0;
}
.what-we-do-text h6 {
    margin: 0;
}
.what-we-do{
    padding-top:80px;
}
section.what-we-do .container {
    /* border-top: 1px solid #7e7e7e; */
    border-bottom: 1px solid #0000002e;
    padding: 0px 0 80px;
}
.what-we-do-text h2 {
    margin-bottom: 12px;
    font-size: 50px;
}
.service-box {
    position: relative;
    margin-bottom: 20px;
}

.service-box h3 {
    position: absolute;
    bottom: 20px;
    left: 40px;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
}

.service-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
    border-radius: 50px;
}

.service-box img {
    border-radius: 50px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.service-box.service-img-1 img {
    height: 240px;
}

.service-box.service-img-2 img {
    height: 240px;
}
.service-box:hover::before {
    background: #fe503769;
}
/* what we do :end */

.talk-wrap{
    padding-bottom:80px;
}
.talk-form {
    box-shadow: 0 0 10px #0003;
    padding: 50px 60px;
    position: relative;
}

.talk-form input {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 50px;
    padding: 10px 30px;
    width: 60%;
}

.talk-form button {
    background: #FE5037;
    color: #fff;
    padding: 15px 45px;
    border-radius: 50px;
    font-family: 'ROCK';
    font-size: 18px;
    display: block;
    border: unset;
    margin-top: 20px;
}

.form-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    text-align: end;
}
.form-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.talk-text {
    width: 53%;
}

.talk-form form {
    margin-top: 40px;
}


section.Newsletter-wrap {
    background: #FE5037;
}

.newslater-form h5 {
    color: #fff;
    font-size: 30px;
}

.newslater-form h2 {
    color: #fff;
    font-size: 60px;
}

.newslater-form input {
    background: unset;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 70%;
    height: 60px;
    padding: 0 15px;
    color: #fff;
}

.newslater-form button {
    background: #000;
    color: #fff;
    border: unset;
    border-radius: 50px;
    height: 60px;
    width: 15%;
    margin-left: 20px;
}

.newslater-form form {
    margin-top: 40px;
}
.newslater-form input::placeholder {
    color: #fff;
}

footer {
    padding-top: 100px;
    background: #000;
}

.footer-link ul {
    display: flex;
    justify-content: space-between;
    gap: 120px;
    margin-bottom: 60px;
}

.footer-link a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.copy-right {
    background: #1F1F1F;
    padding: 15px 0;
    border-top: 1px solid #707070;
    margin-top: 30px;
}

.copy-right p {
    margin: 0;
    color: #fff;
}

.fotter-pera p {
    color: #fff;
    width: 80%;
}

.footer-socail h6 {
    color: #fff;
    font-size: 20px;
}

.footer-socail ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-socail a {
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-img img {
    width: 80%;
}
.inner-banner .banner_text h1 {
    margin-bottom: 10px;
}
.contact-box h2 {
    margin-bottom: 10px;
    font-size:55px;
}

.contact-box h5 {
    margin-bottom: 5px;
    font-weight: 300;
}

.contact-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top:30px;
}

.contact-box a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.contact-box ul img {
    width: 100px;
}

.contact-box h6 {
    border-top: 1px solid #0000001f;
    padding-top: 30px;
}
a.number {
    font-size: 30px;
    margin-bottom: 15px;
}
section.contact-form-wrap input, textarea {
    width: 100%;
    border: 1px solid #707070;
    background: unset;
    border-radius: 50px;
    height: 60px;
    padding: 16px 20px;
    margin-bottom: 20px;
    resize: none;
}
.contact-form-wrap{
    padding-bottom:80px;
}

.contact-row {
    border-top: 1px solid #70707070;
    padding-top: 80px;
}
.contact-btn .theme-btn {
    border: unset;
    width: 20%;
}

.contact-btn {
    text-align: center;
    margin-top: 30px;
}
.contact-box {
    padding-top: 50px;
        padding-left: 20px;
}

.map img {
    width: 98%;
    height: 650px;
    object-fit: cover;
    border: 1px solid #70707070;
    border-radius: 20px;
}
.slicknav_menu {
    background: #fe5037;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fe5037;
}

ul.slicknav_nav {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fe5037;
}
li.active a {
    position: relative;
}

li.active a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 2px;
    background: #fe5037;
    margin: 0 auto;
}
.slick-slide {
    opacity: 1;
}
.Contributors-heading h5 {
    font-size: 22px;
    font-weight: 600;
}
.what-we-do-text ul li p {
    font-size: 12px;
    line-height: 1.4;
}

.what-we-do-text ul li h5 {
    margin-bottom: 9px;
}
.aboutpagewhat-we-do-img img{
    height:auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.email{
    width: 270px;
    margin: 0 0 10px 0;
}
.email a{
    background: unset;
    color: #fff;
    border-radius: unset;
    width: 100%;
    height: auto;
    display: flex;
}