/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Singo-1Goqv';
    src: url('../fonts/Singo-1Goqv.woff') format('woff'), url('../fonts/Singo-1Goqv.woff2') format('woff2'), url('../fonts/Singo-1Goqv.svg#Singo-1Goqv') format('svg'), url('../fonts/Singo-1Goqv.eot'), url('../fonts/Singo-1Goqv.eot?#iefix') format('embedded-opentype'), url('../fonts/Singo-1Goqv.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'Font Awesome 5 Brands'; */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

#benefits-icon img {
    width: 100%;
}
p {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #706464;
}

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

:root {
    --orange: #F26C22;
    --white: #FFFFFF;
    --green: #3BB87C;
    --blue: #21293F;
    --Purple: #70205F;
}

.comnpadding {
    padding: 100px 0;
}

.comntitle {
    font-size: 45px;
    margin-bottom: 25px;
}

.comnbtn {
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: bold;
}

.collaboration {
    font-size: 50px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.map h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.detailed p {
    font-size: 18px;
    color: #706464;
    line-height: 30px;
    margin-bottom: 25px;
}

.light h2 {
    color: white;
}

.benefits {
    display: flex;
}

/*span {
    font-size: 20px;
    color: #04C1E1;
    font-weight: 600;
}*/

.icon {
    width: 60px;
    padding-right: 30px;
    padding-top: 5px;
}

.statistics {
    background-color: #ffffff3b;
    text-align: center;
    padding: 30px 48px;
    border: 2px solid #04C1E1;
}

.blue {
    background-image: url("../images/Group\ 9727.png");
    background-repeat: no-repeat;
    /* object-fit: cover; */
    background-size: cover;
}

.light {
    background-image: url("../images/testimonial.png");
    background-repeat: no-repeat;
    /* object-fit: cover; */
    background-size: cover;
	padding: 40px 0 !important;
}

aside {
    font-size: 55px;
    color: #ffffff;
    font-weight: 500;
}

.statistics p {
    color: white;
}

aside i {
    font-size: 60px;
    color: #FFF01C;
}

.Discover h2 {
    margin: 0;
}

.Discover p {
    text-align: center;
    padding: 15px 100px 70px;
    margin: 0;
}

.space {
    padding: 30px;
}

h5 {
    font-size: 35px !important;
    color: #231F20;
    font-weight: 500;
    margin: 0;
    padding-top: 15px;
}

.information {
    border: 1px solid #AFACAC;
    position: relative;
}

.aword {
    /* width: 200px; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translate(50px, 210px);
}

.space p {
    padding: 0;
    text-align: left;
    padding-top: 25px;
}

.pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.pricing h6 {
    font-size: 35px !important;
    color: #04C1E1 !important;
    font-weight: 500 !important;
}

.pricing span {
    text-decoration: line-through;
    font-size: 20px;
    color: #706464;
    font-weight: 400;
}

button {
    font-size: 14px;
    padding: 10px 20px;
    color: white;
    background-color: #0D6EFD;
    border: none;
    border-radius: 50px !important;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

button::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: white;
    border-radius: 50px;
    top: 0;
    left: 0;
    transition: 1s;
}

button:hover::after {
    width: 100%;
    bottom: -100%;
}

button:hover {
    color: #0D6EFD !important;
    border: 1px solid #0D6EFD;
}

.customer {
    text-align: center;
    background-color: white;
/*    padding: 30px 30px 30px 30px;*/
    padding: 80px 30px;
    margin-top: 50px;
    position: relative;
}

.customer .top {
    width: 30%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0px, -80px);
}

h6 {
    font-size: 20px !important;
    color: #004859 !important;
    font-weight: 600 !important;
}

.star i {
    font-size: 20px !important;
    color: #EFA536 !important;
}

.customer i {
    font-size: 50px;
    color: #04C1E1;
    padding-top: 15px;
}

.customer p {
    padding-top: 25px;
}

form span {
    font-size: 25px;
    font-weight: 500;
}

/*.comnbtn {
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: bold;
    margin: auto;
    display: table;
    margin-top: 25px;
}*/

 form .comnbtn {
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: bold;
    margin: auto;
    display: table;
    margin-top: 25px;
border: 1px solid white;
background-color: #0d6f80;
    color: white;
    overflow: hidden;
}

form button::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #089def;
    border-radius: 50px;
    top: 0;
    left: 0;
    transition: 1s;

}

form button:hover::after {
    width: 100%;
    bottom: -100%;
}
form button:hover {
    color: white !important;
    border: 1px solid white !important;
}
.cta {
    background-color: #04C1E1;
    border-radius: 25px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
}

.cta .more {
    padding: 0px 25px 0px 0px;
}

.cta span {
    font-size: 38px;
    color: white;
    text-transform: capitalize;
}

.cta p {
    color: white;
    margin: 0;
    padding: 10px 0;
}

.cta button {
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 15px;
    overflow: hidden;
}
.small_bnto {
    display: flex;
    height: max-content;
    width: 38%;
    flex-wrap: wrap;
}
.small_bnto button {
    margin: 0 5px;
}
.small_bnto .call-now {
    border: none;
}

.social_icon {
    width: 25%;
    display: flex;
    justify-content: space-between;
}

.link {
    background-color: white;
    border-radius: 15px;
    margin: 5px;
}

.link i {
    font-size: 25px;
    color: #04C1E1;
    padding: 10px 15px;
}

#Testimonials button:hover::after {
    display: none;
}

#Testimonials .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
/*    gap: 10px;*/
    margin-top: 50px;
}

#Testimonials .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #c5380d;
}

#Testimonials .owl-dots span {
    font-size: 20px;
    color: #04C1E1;
    font-weight: 600;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
}

.ftlogo p {
    margin: 15px 0 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: white !important;
}
footer h6 {
    font-size: 22px !important;
    color: var(--midgreen) !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 15px !important;
    padding: 12px 25px !important;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #dfdfdf !important;
    /* border: none!important; */
    margin-top: 20px;
    resize: none;
    font-size: 16px;
    color: #000000;
    transition: all 500ms ease;
}
/* 18-07-24 */
.gallery-collaboration {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.white {
    background-image: url("../images/skill_gallery.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.rahfoundation-youtube-review {
    height: 400px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
    box-shadow: 0 0 15px #ddd;
    margin-bottom: 15px;
    margin-top: 50px;
    background-color: white;
    border-radius: none;
}
.customer p {
    padding-top: 25px;
    height: 100px;
    overflow: auto;
}