body {
    background: linear-gradient(to right, #ffffff, #00AEEF, #003366) !important;
    background-size: cover;
    overflow-x: hidden;
}

#navbar {
    margin-top: 7px;
    height: 59px;
    background-color: transparent !important;
    color: black;
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.dropdown-menu {
    background-color: black !important;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.dropdown-item {
    color: #00AEEF !important;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
}

.dropdown-item:hover {
    background-color: #00AEEF !important;
    color: black !important;
    border-radius: 8px;
}

.navbar-toggler {
    color: #00AEEF;
    border-color: #00AEEF;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

#navbar .nav-link {
    color: #46454b !important;
    transition: color 0.3s ease;
}

#navbar .nav-link:hover {
    color: #3b92b2 !important;
}

#navbar .home-link {
    color: #00AEEF !important;
}


#navbar ul {
    margin-top: 15px;
    margin-left: 65px;
}

#navbar ul li a {
    margin-top: 15px;
    margin-right: 15px;
}

#navbar ul li a :hover {
    color: #00AEEF !important;
}

#logo_nav {
    height: 40px;
}

#logo_nav img {
    height: 59px;
    width: 100%;
}

#talk {
    margin-top: 20px;
    text-decoration: none;
    width: 120px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Outfit", Sans-serif;
    color: white;
    border: 2px solid #00AEEF;
    border-radius: 100px;
    background: linear-gradient(to left, #ffffff, rgb(124, 186, 231), #0a62e6);
    transition: all;
}

#talk:hover {
    background: linear-gradient(to right, #ffffff, rgb(124, 186, 231), #0a62e6);
}

main {
    margin-top: 30px;
}

#intro {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#intro-welcome {
    color: #00AEEF;
    font-size: 20px;
    font-family: "inter", sans-serif;
    font-weight: 500;
}

#intro-dialogue {
    color: black;
    font-size: 34px;
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
}

#intro-description {
    color: #46454b;
    font-size: 16px;
    font-family: "inter", sans-serif;
    font-weight: 400;
    line-height: 25px;
    word-spacing: 5px;
    margin-bottom: 20px;
}

#intro-ratings-reviews {
    height: 42.4px;
    width: 65%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid black;
    border-radius: 20px;
}

#video {
    margin-top: 30px;
    width: 50%;
}

#video video {
    width: 100%;
    border-radius: 10px;
}

#intro #trustpilot {
    transition: all 0.3s;
}

#intro #trustpilot:hover {
    color: #00AEEF !important;
}

#brand-partners {
    margin-top: 45px;
}

#brand-partners #brands {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#who-we-are #row {
    display: flex;
    align-items: center;

}

#who-we-are {
    border-radius: 20px;
    padding: 20px;
    margin-top: 150px;
    background-color: #e5e4ec;
}

#who-we-are #row #col-1 {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#who-we-are #row #col-1 #row-1 {
    color: #00AEEF;
    font-size: 20px;
    font-family: "inter", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

#who-we-are #row #col-1 #row-2 {
    color: black;
    font-size: 34px;
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

#who-we-are #row #col-1 #row-3 {
    color: #46454b;
    font-size: 16px;
    font-family: "inter", sans-serif;
    font-weight: 400;
    line-height: 25px;
    word-spacing: 5px;
}

#who-we-are #row #col-2 {
    width: 47%;
}

#who-we-are #row #col-2 video {
    width: 100%;
    border-radius: 10px;
}

#our-value {
    margin: 30px;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
}

#our-value #row-a {
    color: #00AEEF;
    font-size: 20px;
    font-family: "inter", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

#our-value #row-2 {
    color: black;
    font-size: 34px;
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

#our-value #row-3 {
    color: #46454b;
    font-size: 16px;
    font-family: "inter", sans-serif;
    font-weight: 400;
}

#vision-mission #vision {
    background-color: #FF7FC229;
    width: 48%;
    border-radius: 10px;
    margin: 10px;
    padding: 40px;
}

#vision-mission #vision #row-1 {
    color: #00AEEF;
    font-size: 20px;
    font-family: "inter", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

#vision-mission #vision #row-2 {
    color: black;
    font-size: 34px;
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

#vision-mission #vision #row-3 {
    color: #46454b;
    font-size: 16px;
    font-family: "inter", sans-serif;
    font-weight: 400;
    line-height: 25px;
    word-spacing: 5px;
}

#vision-mission #mission {
    background-color: #FF7FC229;
    width: 48%;
    padding: 40px;
    border-radius: 10px;
    margin: 10px;
}

#vision-mission #mission #row-1 {
    color: #00AEEF;
    font-size: 20px;
    font-family: "inter", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

#vision-mission #mission #row-2 {
    color: black;
    font-size: 34px;
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

#vision-mission #mission #row-3 {
    line-height: 25px;
    word-spacing: 5px;
}

#performance {
    margin-top: 150px;
}

#performance #row #icon {
    position: relative;
    top: 7%;
    color: #092630;
    background-color: #e4e7e7;
    margin-right: 10px;
    border-radius: 10px;
    height: 85.64px;
    width: 85.64px;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-self: center;
}

#vision-mission #mission #row-3 {
    color: #46454b;
    font-size: 16px;
    font-family: "inter", sans-serif;
    font-weight: 400;
}

#performance #row #description #number {
    font-size: 48px;
    font-weight: 600;
}

#performance #row #description #name {
    font-size: 20px;
    font-weight: 500;
}

#performance #row #col-1 {
    display: flex;
    flex-direction: row;
    align-items: center;

}

#performance #row #col-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#performance #row #col-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#services {
    height: auto;
    margin-top: 150px;
    background-color: #0F0520;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#services #row-1 {
    color: #00AEEF;
    font-size: 20px;
    font-family: "inter", sans-serif;
    font-weight: 400;
    margin: 10px;
    margin-top: 60px;
}

#services #row-2 {
    color: white;
    font-size: 38px;
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
    margin: 10px;
    margin-bottom: 30px;
}

#services #row-3 a {
    border-radius: 20px;
    background-color: #262030;
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: auto;
    text-decoration: none;
    border: 2px solid #262030;
    transition: all 0.2s;
}

#services #row-3 a:hover {
    border-color: white;
}

#services #row-3 div {
    margin-bottom: 30px;
    height: 350px;
}

#services #row-3 #icon {
    border-radius: 50px;
    background-color: #2e2838;
    margin-bottom: 10px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#services #row-3 #heading {
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Outfit", Sans-serif;
}

#services #row-3 #description {
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", Sans-serif;
    line-height: 30px;
    word-spacing: 5px;
}

#services #row-3 div i {
    color: #08a5de;
    font-size: 50px;
    font-weight: 900;
}

#planning {
    margin-top: 150px;
}

#planning #row div {
    text-align: center;
    height: 239px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#planning #row div #icon {
    margin-bottom: 20px;
    border-radius: 50px;
    font-size: 50px;
    height: 70px;
    width: 70px;
    color: white;
    background-color: #00AEEF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

#planning #row div #icon:hover {
    background-color: #8894ff;
}

#planning #row div #icon i {
    position: relative;
    bottom: 3px;
}

#planning #row div #heading {
    color: black;
    font-size: 24px;
    font-family: "Outfit", Sans-serif;
    margin-bottom: 5px;
    font-weight: 600;
}

#planning #row div #description {
    color: #46454b;
    font-size: 16px;
    font-family: "inter", sans-serif;
    font-weight: 400;
}

#approach #row {
    display: flex;
    align-items: center;

}

#approach {
    border-radius: 20px;
    padding: 20px;
    margin-top: 150px;
    background-color: #e5e4ec;
}

#approach #row #col-1 {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

#approach #row #col-1 #row-2 {
    color: black;
    font-size: 34px;
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

#approach #row #col-1 #row-3 {
    color: #46454b;
    font-size: 16px;
    font-family: "inter", sans-serif;
    font-weight: 400;
    line-height: 25px;
    word-spacing: 5px;
}

#approach #row #col-2 {
    width: 47%;
}

#approach #row #col-2 img {
    width: 100%;
    border-radius: 10px;
}

#excellence #row {
    display: flex;
    align-items: center;

}

#excellence {
    margin-top: 150px;
    background-color: #0F0520;
}

#excellence #row #col-1 {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#excellence #row #col-1 #row-1 {
    font-size: 34px;
    font-weight: 600;
    color: white;
    padding-bottom: 30px;
}

#excellence #row #col-1 #row-2 {
    font-size: 16px;
    color: white;
    padding-bottom: 30px;
    line-height: 30px;
    word-spacing: 5px;
}

#excellence #row #col-2 {
    width: 58%;
}

#excellence #row #col-2 video {
    width: 100%;
}

#excellence #row #col-1 #row-3 button {
    text-decoration: none;
    width: 120px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Outfit", Sans-serif;
    color: white;
    border-radius: 20px;
    background: linear-gradient(to right,  #003366, #00AEEF, #003366);
    transition: all 0.5s;
    border: none;
    transition: all 0.3s;
}

#excellence #row #col-1 #row-3 button:hover {
    box-shadow: 0px 0px 10px white;
}

#navigate {
    margin-top: 150px;
    margin-bottom: 150px;
}

#navigate #row #col-1 {
    color: black;
    font-size: 38px;
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
    padding: 30px;
}

#navigate #row #col-2 {
    color: #252528;
    font-size: 16px;
    font-family: "inter", sans-serif;
    font-weight: 400;
    padding: 40px;
    line-height: 30px;
    word-spacing: 10px;
}

#excellence #row #col-1 #row-3 button:hover {
    background: linear-gradient(to right,#00AEEF,  #003366, #00AEEF);
}

#clients-reviews {
    border-radius: 20px;
    background-color: #4fd0ff;
}

#clients-reviews #row {
    padding: 40px;
}

#clients-reviews #row #col-1 {
    display: flex;
    flex-direction: column;
}

#clients-reviews #row #col-1 #row-1 {
    font-size: 20px;
    font-weight: 400;
    font-family: "inter", sans-serif;
    color: #006e96;
    margin-bottom: 15px;
}

#clients-reviews #row #col-1 #row-2 {
    font-size: 38px;
    font-weight: 600;
    font-family: "Outfit", Sans-serif;
    color: black;
    margin-bottom: 20px;
}

#clients-reviews #row #col-1 #row-3 button {
    width: 180px;
    height: 70px;
    border-radius: 40px;
    background: linear-gradient(to right,  #003366, #00AEEF, #003366);
    transition: all 0.5s;
    border: 2px solid #00AEEF;
    transition: all 0.3s;
}

#clients-reviews #row #col-1 #row-3 button:hover {
    background: linear-gradient(to right,#00AEEF,  #003366, #00AEEF);
}

#clients-reviews #row #col-1 #row-3 button a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "Outfit", Sans-serif;
    color: white;
}

#clients-reviews #row #col-2 {
    display: flex;
    flex-direction: column;
}

#clients-reviews #row #col-2 #row-1 {
    color: #232225;
    font-size: 16px;
    font-family: "inter", sans-serif;
    line-height: 29px;
    word-spacing: 5px;
    font-weight: 700;
    margin-bottom: 25px;
}

#clients-reviews #row #col-2 #row-2 {
    color: #46454B;
    font-size: 16px;
    font-family: "inter", sans-serif;
    line-height: 30px;
    word-spacing: 10px;
    font-weight: 400;
}

#call-us {
    margin-top: 150px;
}

#call-us #row {
    border-radius: 50px;
    margin-left: 17.5%;
    margin-right: 17.5%;
    width: 65%;
    background: linear-gradient(to right, #051257, rgb(64, 27, 232),#051257);
}

#call-us #row #col-1 {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#call-us #row #col-1 #row-1 {
    height: 70px;
    width: 70px;
    font-size: 35px;
    background-color: white;
    color: #00AEEF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 30px;
}

#call-us #row #col-1 #row-2 {
    font-size: 20px;
    color: white;
    font-weight: 500;
    font-family: "Outfit", Sans-serif;
    margin-bottom: 7px;
}

#call-us #row #col-1 #row-3 {
    font-size: 25px;
    color: white;
    font-weight: 400;
    font-family: "Outfit", Sans-serif;
    margin-bottom: 30px;
}

#call-us #row #col-1 #row-4 {
    font-size: 14px;
    color: white;
    font-weight: 700;
    font-family: "Inter", Sans-serif;
    margin-bottom: 10px;
}

#call-us #row #col-1 #row-5 {
    font-size: 14px;
    color: white;
    font-weight: 4400;
    font-family: "Inter", Sans-serif;
    margin-bottom: 40px;
    line-height: 20px;
    word-spacing: 5px;
}

#call-us #row #col-1 #row-6 button {
    width: 110px;
    height: 40px;
    border-radius: 40px;
    background: linear-gradient(to right,  #003366, #00AEEF, #003366);
    transition: all 0.5s;
    border: none;
    transition: all 0.3s;
}

#call-us #row #col-1 #row-6 button:hover {
    background: linear-gradient(to left, #00AEEF, #003366,#00AEEF);
}

#call-us #row #col-1 #row-6 button a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: white;
    font-family: "Outfit", Sans-serif;
}

#main-end {
    background-color: #070025;
    padding: 100px;
    margin-top: 150px;
}

#main-end #row #col-1 {
    display: flex;
    flex-direction: column;
}

#main-end #row #col-1 #row-1 {
    font-size: 44px;
    color: white;
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

#main-end #row #col-1 #row-2 {
    font-size: 16px;
    color: white;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    margin-bottom: 25px;
}

#main-end #row #col-2 {
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-end #row #col-2 img {
    width: 100%;
}

#main-end #row #col-1 #row-3 button {
    height: 37px;
    width: 146.67px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(to right,  #003366, #00AEEF, #003366);
}

#main-end #row #col-1 #row-3 button:hover {
    background: linear-gradient(to right,#00AEEF,  #003366, #00AEEF);
}

#main-end #row #col-1 #row-3 button a {
    text-decoration: none;
    font-size: 13px;
    color: white;
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
}

footer {
    margin-top: 0.8px;
}

#footer {
    background-color: #070025;
}

#footer #row {
    padding-top: 70px;
    padding-bottom: 70px;
}

#footer #row #col-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

#footer #row #col-1 #row-1 {
    width: 100%;
    margin-bottom: 30px;
}

#footer #row #col-1 #row-1 img {
    width: 100%;
}

#footer #row #col-1 #row-2 {
    font-size: 14px;
    color: white;
    font-weight: 4400;
    font-family: "Inter", Sans-serif;
    margin-bottom: 40px;
    line-height: 30px;
    word-spacing: 5px;
}

#footer #row #col-1 #row-3 {
    margin-bottom: 20px;
}

#footer #row #col-1 #row-3 a img {
    width: 122.41px;
}

#footer #row #col-1 #row-4 a {
    font-size: 18px;
    font-weight: 200;
    color: white;
    text-decoration: none;
    font-family: "Outfit", Sans-serif;
}

#col-2 {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#col-2 #heading {
    font-size: 18px;
    font-weight: 600;
    color: white;
    font-family: "Outfit", Sans-serif;
    margin-bottom: 15px;
}

#col-2 #links {
    font-size: 16px;
    font-weight: 100;
    color: white;
    font-family: "Inter", Sans-serif;
    margin-bottom: 10px;
    transition: all 0.3s;
}

#col-2 #links:hover {
    color: #00AEEF;
}

#col-3 {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#col-3 #heading {
    font-size: 18px;
    font-weight: 600;
    color: white;
    font-family: "Outfit", Sans-serif;
    margin-bottom: 15px;
}

#col-3 #links {
    font-size: 16px;
    font-weight: 100;
    color: white;
    font-family: "Inter", Sans-serif;
    margin-bottom: 10px;
    transition: all 0.3s;
}

#col-3 #links:hover {
    color: #00AEEF;
}

#col-4 {
    display: flex;
    flex-direction: column;
}

#col-4 #block-1 {
    width: 100%;
    border: 3px solid #00AEEF;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 10px;
}

#col-4 #block-1 #heading {
    font-size: 18px;
    font-weight: 600;
    color: white;
    font-family: "Outfit", Sans-serif;
    margin-bottom: 20px;
}

#col-4 #block-1 #location {
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 16px;
    font-weight: 300;
    font-family: "Inter", Sans-serif;
    margin-bottom: 15px;
    transition: all 0.3s;
}

#col-4 #block-1 #location #icon {
    color: #00AEEF;
    margin-right: 10px;
}

#col-4 #block-1 #location:hover {
    color: #00AEEF;
}

#col-4 #block-1 #phone {
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 16px;
    font-weight: 300;
    font-family: "Inter", Sans-serif;
    margin-bottom: 15px;
    transition: all 0.3s;
}

#col-4 #block-1 #phone #icon {
    color: #00AEEF;
    margin-right: 10px;
}

#col-4 #block-1 #phone:hover {
    color: #00AEEF;
}

#col-4 #block-1 #mail {
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 16px;
    font-weight: 300;
    font-family: "Inter", Sans-serif;
    transition: all 0.3s;
}

#col-4 #block-1 #mail #icon {
    color: #00AEEF;
    margin-right: 10px;
}

#col-4 #block-1 #mail:hover {
    color: #00AEEF;
}

#col-4 #block-2 {
    width: 100%;
    border: 3px solid #00AEEF;
    border-radius: 10px;
    padding: 25px;
}

#col-4 #block-2 #heading {
    font-size: 18px;
    font-weight: 600;
    color: white;
    font-family: "Outfit", Sans-serif;
    margin-bottom: 20px;
}

#col-4 #block-2 #location {
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 16px;
    font-weight: 300;
    font-family: "Inter", Sans-serif;
    margin-bottom: 15px;
    transition: all 0.3s;
}

#col-4 #block-2 #location #icon {
    color: #00AEEF;
    margin-right: 10px;
}

#col-4 #block-2 #location:hover {
    color: #00AEEF;
}

#col-4 #block-2 #phone {
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 16px;
    font-weight: 300;
    font-family: "Inter", Sans-serif;
    margin-bottom: 15px;
    transition: all 0.3s;
}

#col-4 #block-2 #phone #icon {
    color: #00AEEF;
    margin-right: 10px;
}

#col-4 #block-2 #phone:hover {
    color: #00AEEF;
}

#col-4 #block-2 #mail {
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 16px;
    font-weight: 300;
    font-family: "Inter", Sans-serif;
    transition: all 0.3s;
}

#col-4 #block-2 #mail #icon {
    color: #00AEEF;
    margin-right: 10px;
}

#col-4 #block-2 #mail:hover {
    color: #00AEEF;
}

#footer-end {
    padding: 30px;
    margin-top: 0.8px;
    background-color: #070025;
    color: white;
}

#footer-end #row #col-2 {
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: row;

}

#footer-end #row #col-2 div {
    margin-right: 1px;
    margin-right: 5px;
}

#footer-end #row #col-2 div a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    transition: all 0.3s;
}

#footer-end #row #col-2 div a:hover {
    color: #00AEEF;
}

@media only screen and (max-width: 1204px) {
    #navbar ul {
        margin-top: 15px;
        margin-left: 15px;
    }

    #navbar .nav-link {
        margin-right: 7px;
    }

    #talk {
        width: 17%;
    }
}

@media only screen and (max-width: 1014px) {
    #navbar ul {
        margin-top: 15px;
        margin-left: 5px;
    }

    #navbar .nav-link {
        margin-right: 5px;
    }

    #talk {
        width: 17%;
    }
}

@media only screen and (max-width: 991.33px) {
    body{
        background: linear-gradient(to right, #ffffff, #00AEEF) !important;
    }
    #intro-ratings-reviews {
        width: 75%;
    }

    .collapse {
        margin-top: 10px;
        background-color: black !important;
        padding: 40px;
        border: 3px solid #00AEEF;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #intro-welcome {
        color: #006e96;
    }

    #our-value #row-a {
        color: #006e96;
    }
#clients-reviews #row #col-1 #row-1{
    color: #006e96;
}

    #video {
        margin-left: 1.5%;
        margin-right: 1.5%;
        width: 97%;
        align-self: center;
    }

    #video video {
        width: 100%;
    }

    #intro {
        text-align: center;
        align-items: center;
    }

    #intro div {
        margin-bottom: 30px;
    }

    #intro div div {
        margin-bottom: 0;
    }

    #talk {
        width: 40%;
    }

    #brand-partners #brands img {
        margin-bottom: 30px;
        margin-left: 16%;
        height: 50px !important;
    }

    #who-we-are #row #col-1 {
        align-items: center;
        text-align: center;
    }

    #who-we-are #row #col-2 {
        width: 97%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    #who-we-are #row #col-2 video {
        width: 100%;
    }

    #our-value {
        align-items: center;
        text-align: center;
    }

    #our-value #row-2 {
        font-size: 30px;
    }

    #vision-mission #vision #row-2 {
        font-size: 30px;
    }

    #vision-mission #mission #row-2 {
        font-size: 30px;
    }

    #vision-mission #mission {
        width: 96%;
    }

    #vision-mission #vision {
        width: 96%;
    }

    #performance #row #col-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #performance #row #col-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #performance #row #col-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #performance #row #description {
        margin-top: 10px;
    }

    #performance #row #description #number {
        font-size: 35px;
        font-weight: 600;
    }

    #performance #row #description #name {
        font-size: 15px;
        font-weight: 500;
    }

    #services #row-2 {
        font-size: 30px;
        font-weight: 500;
        text-align: center;
    }

    #services #row-3 div {
        margin-bottom: 15px;
    }

    #planning #row div {
        margin-bottom: 30px;
    }

    #approach #row #col-1 {
        align-items: center;
        text-align: center;
    }

    #approach #row #col-1 #row-2 {
        font-size: 30px;
    }

    #approach #row #col-2 {
        width: 97%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    #approach #row #col-2 img {
        width: 100%;
    }

    #excellence #row #col-1 {
        align-items: center;
        text-align: center;
    }

    #excellence #row #col-2 {
        width: 99.9%;
        margin-left: 0.05%;
        margin-right: 0.05%;
        margin-bottom: 30px;
    }

    #excellence #row #col-2 video {
        width: 100%;
    }

    #excellence #row #col-1 #row-1 {
        font-size: 25px;
    }

    #navigate #row #col-1 {
        font-size: 30px;
        margin-top: 40px;
        padding-bottom: 0px;
    }

    #navigate #row #col-2 {
        line-height: 25px;
        word-spacing: 5px;
    }

    #navigate {
        align-items: center;
        text-align: center;
    }

    #clients-reviews #row #col-1 #row-2 {
        font-size: 32px;
    }

    #clients-reviews #row #col-1 {
        align-items: center;
        text-align: center;
        margin-bottom: 60px;
    }

    #clients-reviews #row #col-2 {
        align-items: center;
        text-align: center;
    }

    #clients-reviews #row #col-2 #row-1 {
        line-height: 25px;
        word-spacing: 2px;
    }

    #clients-reviews #row #col-2 #row-2 {
        line-height: 25px;
        word-spacing: 5px;
    }

    #call-us {
        margin-bottom: 50px;
    }

    #main-end {
        display: none;
    }

    #footer #row #col-2 {
        display: none;
    }

    #footer #row #col-2 div {
        display: none;
    }

    #footer #row #col-3 {
        display: none;
    }

    #footer #row #col-3 div {
        display: none;
    }

    #footer-end #row {
        align-items: center;
        text-align: center;
    }

    #footer-end #row #col-1 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 692px) {
    #brand-partners #brands img {
        margin-left: 8%;
        height: 30px !important;
    }
    #performance #row #description #number {
        font-size: 25px;
        font-weight: 600;
    }

    #performance #row #description #name {
        font-size: 12px;
        font-weight: 500;
    }
}