/**** Reset CSS ****/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
margin: 0;
padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset,
img {
border: none;
margin: 0;
padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-style: normal;
}

ol,
ul {
list-style: none;
}

caption,
th {
text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: 300;
}

q:before,
q:after {
content: '';
}

abbr,
acronym {
border: 0;
}

/**** Main CSS ****/
* {
margin: 0;
padding: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*:focus {
outline: 0;
}

body {
font-size: 18px;
font-weight: 400;
line-height: 1.5em;
font-family: 'Roboto', sans-serif;
overflow-x: hidden;
color: #444444;
}

.main_body {
overflow: hidden;
}

p {
font-size: 18px;
line-height: 1.5em;
margin-bottom: 15px;
color: #434343;
font-weight: 400;
}

a {
outline: none;
border: none;
text-decoration: none;
transition: all 0.3s ease 0s;
color: #00AEEF;
font-weight: 400;
font-size: 18px;
line-height: 1.5em;
}

a:hover
/*a:active,*/
/*a:visited,*/
/*a:focus*/
{
color: #02acc8;
text-decoration: none;
outline: none !important;
}

a,
img,
button,
i, span, svg, svg g, .box-shadow {
transition: all 0.3s ease 0s;
}

img {
max-width: 100%;
height: auto;
}

button:focus {
outline: 0px dotted;
outline: 0px auto -webkit-focus-ring-color;
}

i,
em {
font-style: italic;
}

b,
strong,
cite {
font-weight: 800;
}

small {
font-size: 10px;
line-height: 1.2em;
}

h1 {
font-size: 40px;
color: #000000;
line-height: 1.2em;
margin-bottom: 10px;
font-weight: 900;
text-transform: uppercase;
}

h2 {
font-size: 26px;
color: #444444;
line-height: 1.2em;
margin-bottom: 0px;
font-weight: 800;
text-transform: uppercase;
}

h3 {
font-size: 36px;
text-transform: uppercase;
color: #00AEEF;
line-height: 1.2em;
margin-bottom: 0px;
font-weight: 800;
}

h4 {
font-size: 24px;
color: #00AEEF;
line-height: 1.2em;
margin-bottom: 0px;
font-weight: 800;
}

h5 {
font-size: 14px;
color: #45474B;
line-height: 1.5em;
font-weight: 700;
margin-bottom: 0px;
}

h6 {
font-size: 18px;
color: #000000;
line-height: 1.5em;
font-weight: 400;
margin-bottom: 0px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="num"],
input[type="password"],
input[type="search"],
textarea,
select {
font-size: 14px;
line-height: 1em;
color: #02acc8;
padding: 8px 12px;
margin-bottom: 0px;
font-weight: 400;
box-sizing: border-box;
width: 100%;
border: 2px solid rgb(218, 227, 243);
background-color: rgb(255, 255, 255);
transition: border 200ms linear 0s;
appearance: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: none !important;
}

.form-control:focus {
outline: 0;
box-shadow: 0 0 0 0rem transparent;
border-color: #00aeef;
}

input:focus {
outline: none !important;
border-color: #00aeef;
}

input::placeholder,
textarea::placeholder {
font-size: 14px;
color: #00aeef;
}

textarea {
resize: none;
height: 120px;
}

select {
color: #00aeef;
}

select option {
color: #00aeef;
}

.btn, input[type="submit"] {
font-size: 16px;
display: inline-block;
vertical-align: middle;
background-color: #00aeef;
border-radius: 30px;
cursor: pointer;
text-align: center;
border: solid 1px #00aeef;
padding: 10px 25px;
color: #FFF;
-webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease, transform 300ms ease !important;
-moz-transition: box-shadow 300ms ease, background-color 300ms ease, transform 300ms ease !important;
transition: box-shadow 300ms ease, background-color 300ms ease, -ms-transform 300ms ease, -webkit-transform 300ms ease, transform 300ms ease !important;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.btn.btn_transparent {
background-color: #fff;
border: solid 1px #fff;
color: #00aeef;
}

.btn:hover, .btn:focus, input[type="submit"]:hover {
background-color: #fff;
color: #00aeef;
border: solid 1px #fff;
}

.btn.btn_transparent:hover, .btn.btn_transparent:focus {
background-color: #00aeef;
color: #fff;
border: solid 1px #00aeef;
}

.btn:focus {
outline: 0 !important;
box-shadow: none !important;
}

.banner {
background: url("../images/new-images/banner.png") no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.banner .container{
// position: relative;
// z-index: 1;
}
/*.banner:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
background-color: rgba(255,255,255,.7);
}*/
@media(min-width: 1200px){
.banner {
height: calc(100vh - 0px)
 }
}
.box-shadow {
background-color: #fff;
padding: 20px 30px;
box-shadow: rgb(101 119 134 / 20%) 0px 0px 15px, rgb(101 119 134 / 15%) 0px 0px 3px 1px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active {
color: #00aeef;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.5rem;
font-size:14px !important;
padding-left: 1.5rem;
font-weight: 800;
color: #444444;
text-transform: capitalize;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
margin-left: 1.5rem;
}

.banner h4 {
font-size: 22px;
color: #444444;
font-weight: 400;
margin-bottom: 15px;
}

.section-padding {
padding: 70px 0;
}

.banner {
padding-top: 30px;
}

.banner .banner-col {
margin-top: 130px;
}

.partner-section {
background-color: #F2F2F2;
padding: 20px 0
}

.partner-section .slick-track {
display: flex;
/*justify-content: space-between;*/
align-items: center;
}

/* the slides */
.slick-slide {
margin: 0 27px;
}

/* the parent */
.slick-list {
margin: 0 -27px;
}

.slick-dots li.slick-active button:before {
background-color: #00AEEF;
border: solid 1px #00AEEF !important;
}

.slick-dots li.slick-active button:before {
color: #00AEEF !important;
}

.testimonial div.text-center {
margin-top: 30px;
}

.testimonial-slider .slick-dots:before {
display: none;
content: '';
position: absolute;
top: -2.6%;
right: 130%;
height: 50px;
width: 1px;
background-color: #45474B;
transform: rotate(
-90deg
);
}

.testimonial-slider .slick-dots:after {
display: none;
content: '';
position: absolute;
top: -2.6%;
right: -30%;
height: 50px;
width: 1px;
background-color: #45474B;
transform: rotate(
-90deg
);
}

.testimonial-slider .slick-dots {

/*top: 0;*/
/*transform: rotate(*/
/*        90deg*/
/*);*/
/*z-index: 1;*/
/*right: 15%;*/
/*width: auto;*/
/*bottom: 0;*/

}

.testimonial-slider p {
/*height: 190px;*/
/*overflow: auto;*/
}

.slick-dots li button:before {
background-color: #fff;
border: solid 1px #45474B !important;
color: #fff !important;
border-radius: 50px;
opacity: 1 !important;
}

.partner-section .slick-prev:before, .partner-section .slick-next:before {
color: #00aeef;
font-size: 28px;
filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.center-section {
max-width: 900px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

hr {
border-color: #1D932C;
max-width: 200px;
margin-left: auto;
margin-right: auto;
margin-top: 2rem;
border-width: 2px;
}

.card-section:nth-child(2) {
margin-top: 80px;
}

.card-section {
margin-bottom: 80px;
}

.card-section:last-child {
margin-bottom: 0;
}

.card-section h1 {
font-size: 30px;
}

.card-section h1 + hr {
margin-right: auto;
margin-left: unset;
margin-top: 0;
}

.grey-bg {
background-color: #F2F2F2;
}

.quot-img img:first-child {
position: absolute;
margin: auto;
right: 0;
left: 0;
top: -67px;
}

.quot-img img:last-child {
position: relative;
display: block;
margin-left: auto;
margin-right: 100px;
}

.quot-img {
position: relative;
margin-top: 50px;
}

.quot-text p:after, .quot-text p:before {
content: '';
position: absolute;
width: 83px;
height: 66px;
background-repeat: no-repeat;
background-size: contain;
}

.quot-text p:after {
bottom: -40px;
right: -60px;
background-image: url('../images/new-images/Icon metro-quote-x.png');
}

.quot-text p:before {
top: -40px;
left: -95px;
background-image: url('../images/new-images/Icon metro-quote.png');
}

.quotion-section-2 .quot-text p:after {
background-image: url('../images/new-images/Icon metro-quote-grey.png');
}

.quotion-section-2 .quot-text p:before {
background-image: url('../images/new-images/Icon metro-quote-gray-x.png');
}

.quot-text p {
position: relative;
}

.high-ticket h1 {
font-size: 36px;
}

.high-ticket hr {
margin-right: auto;
margin-left: unset;
margin-top: 0;
}

.counter h1 {
font-size: 80px;
margin-bottom: 0;
color: #444444;
}

.counter h4 {
margin-bottom: 10px;
}

.hight-ticket .row:first-child {
margin-bottom: 80px;
}

.hight-ticket .row:last-child div:nth-child(2) .counter {
margin-top: 50px;
}

.hight-ticket .row:last-child div:nth-child(3) .counter {
margin-top: 100px;
}

.team-content {
text-align: center;
}

.team-content img {
margin-bottom: 25px;
}

.team-content a img {
margin-bottom: 0;
}

.team-content a {
padding: 4px 12px;
}

.team-content a:hover {
background-color: rgba(0, 174, 239, .7);
border-color: rgba(0, 174, 239, .7);
}

.team-content h4 {
margin-bottom: 0;
}

.team-content h6 {
margin-bottom: 10px;
}

.team-content hr {
margin-top: 0;
max-width: 100px;
}

.team .center-section {
margin-bottom: 80px;
}

.testimonial-content {
position: relative;
margin-top: 50px;
}

.testimonial-content p:after, .testimonial-content p:before {
content: '';
position: absolute;
width: 83px;
height: 66px;
/*background-size: contain;*/
background-repeat: no-repeat;
}

.testimonial-content p:after {
bottom: 50px;
right: -60px;
background-image: url('../images/new-images/Icon metro-quote-x-x.png');
}

.testimonial-content p:before {
top: -15px;
left: -25px;
background-image: url('../images/new-images/Icon metro-quote-x-x-x.png');
}

.world-class {
background-color: #00AEEF;
}

.world-class h1 {
color: #fff;
margin-bottom: 20px;
}

footer {
background-color: #444444;
}

footer * {
color: #fff;
}

.logo-content p {
margin-top: 1.2rem;
}

footer hr {
border-color: #fff;
max-width: 150px;
margin-left: unset;
margin-top: 1rem;
margin-bottom: 1.2rem;
}

footer ul li {
margin-bottom: .5rem;
}

footer.section-padding {
padding-bottom: 40px;
}

footer .container > p {
border-top: solid 1px rgba(255, 255, 255, .5);
padding-top: 40px;
margin-top: 40px;
text-align: center;
margin-bottom: 0;
font-size: 14px;
}

#app, body {
overflow-x: hidden;
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1240px;
}
}

@media (max-width: 1100px) {
.navbar-expand-lg .navbar-nav .nav-item:last-child {
margin-left: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;
}

.quot-text p:after, .quot-text p:before {
width: 60px;
}

.quot-text p:before {
top: -25px;
left: -70px;
}

.quot-text p:after {
right: -25px;
}

.quot-img img:last-child {
margin-right: 30px;
}

.testimonial-content p:after, .testimonial-content p:before {
width: 35px;
}

.testimonial-content p:after {
right: -35px;
}

.navbar-toggler {
background-color: #00aeef;
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
}

@media (max-width: 991px) {
.navbar-nav {
background-color: #fff;
padding: 30px;
}

h1, .card-section h1, .high-ticket h1 {
font-size: 25px;
}

h2 {
font-size: 20px;
}

h3 {
font-size: 22px;
}

.counter h1 {
font-size: 40px;
}

.hight-ticket .row:last-child div .counter {
margin-top: 0 !important;
}

.card-section .text-left {
display: block;
/*margin-bottom: 1rem;*/
order: 2;
}

.card-section .text-right {
text-align: left !important;
}

.quot-img img:last-child {
margin-right: 150px;
}

.quot-img {
margin-bottom: 50px;
}

.quot-text p:before {
top: -18px;
left: -35px;
}

.quot-text p:after, .quot-text p:before {
width: 30px;
}

.team-content {
margin-bottom: 50px;
}

.team .row > div:last-child .team-content {
margin-bottom: 0px;
}

.testimonial-slider .slick-dotted.slick-slider {
margin-bottom: 70px;
}

}

@media (max-width: 575px) {
h1, .card-section h1, .high-ticket h1 {
font-size: 20px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 20px;
}

.banner h4, h4 {
font-size: 20px;
}

.counter h1 {
font-size: 30px;
}

.quot-img img:last-child {
margin-right: 5px;
}

.quot-img img:first-child {
top: -54px;
}

.testimonial-slider .slick-dots {
display: none !important;
/*right: 30%;*/
}

p {
font-size: 16px;
}

.testimonial-slider .slick-dots:before, .testimonial-slider .slick-dots:after {
/*top: -2%;*/
}

.navbar.navbar-expand-lg {
/*flex-wrap: unset;*/
padding: 0;
}

.navbar-brand img {
max-width: 90%;
}

.slick-slide, .slick-list {
/*margin: 0;*/
}

.partners .slick-prev {
left: 0px;
}

.partners .slick-next {
right: 0px;
}
}