
@font-face {
	font-family: 'NeuePlak';
	src: url(../fonts/neue-plak/Neue-Plak-Regular.ttf)
}
@font-face {
	font-family: 'NeuePlak ExtendedRegular';
	src: url(../fonts/neue-plak/Neue-Plak-Extended-Regular.ttf)
}
@font-face {
	font-family: 'NeuePlak ExtendedBold';
	src: url(../fonts/neue-plak/Neue-Plak-Extended-Bold.ttf)
}
@font-face {
	font-family: 'NeuePlak ExtendedBlack';
	src: url(../fonts/neue-plak/Neue-Plak-Extended-Black.ttf)
}

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500;700&family=Lato&display=swap');

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


body {
font-family: 'Lato', sans-serif;
	font-size: 24px;
	overflow-x: hidden;
	margin: 0 !important;
	color: #4a4a4a;
}
img{
	max-width: 100%;
}
img.type-1 {
    box-shadow: 0 0 32px #388bcb;
    border-radius: 40px;
}
img.auto{
	display: block;
	margin: auto;
}
img.right {
    float: right;
    margin-left: 50px;
}
img.center{
    display: block;
    margin:auto;
}
h1,h2,h3,h4,h5{
	color: #000;
	font-family: 'NeuePlak ExtendedBold';
}
h1{
	font-size: 55px;
}
h2{
	font-size: 45px;
}
h3{
	font-size: 40px;
}

.container {
    max-width: 1000px;
}
.bg-1 {
    background: linear-gradient(180deg, #1c6cac, #2f81c1);
}
.bg-2{
	background: #d5dce1;
}
.bg-3{
	background: #062330;
}
.bg-4{
    background: #0d3f56;
}
.bg-5{
    background: #1a4b61;
}
.bg-6{
    background: linear-gradient(180deg, #1c6dab, #2c8d82);
}
.logo {
    display: block;
    margin: auto;
    background: #fff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 20px 40px;
    margin-bottom: 50px;
}
.ff-1{
	font-family: 'NeuePlak ExtendedBlack';
}
.ff-2{
	font-family: 'NeuePlak ExtendedRegular';
}
.c-0{
	color:#fff;
}
.c-1{
	color: #319b73;
}
.c-2{
	color: #4a4a4a;
}
.c-3{
	color: #208ded;
}
.c-4{
    color: #d43434;
}
.hl-1{
	background: #2abaae;
}
.hl-2:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 90%;
    background: url(../img/img-5.png);
    background-size: cover;
    bottom: -10px;
}
.hl-2 {
    position: relative;
}
.hl-3 {
    background: linear-gradient(90deg, #2394e3, #38baa4);
    padding: 15px 30px;
    display: inline-block;
    border-radius: 30px;
}
.brt-1{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.brb-1{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
p.large{
	font-size: 25px;
}
p.medium{
	font-size: 18px;
}
.gradient u {
    border-bottom: 2px solid #cffff4;
}
.gradient.type-1{
	background: -webkit-linear-gradient(45deg, #fff, #adffed 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}
.box.type-1 {
    background: #093965;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 76px rgb(0 255 183 / 36%);
}
.box-type-2 {
    background: linear-gradient(90deg, #bee5f1, #90dcc5);
    border-radius: 30px;
    padding: 20px;
}
.box-type-2 .inner {
    background: #033247;
    margin: 0;
    border-radius: 30px;
    padding: 30px;
    color: #fff;
}
.box-type-2 h3 {
    color: #fff;
}
.box-type-3 {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 32px rgba(39, 3, 39,0.21);
    margin-top: -59px;
    padding-top: 50px;
}
.box-type-4 {
    background: #ffffff;
    box-shadow: 0 0 32px rgba(39, 3, 39,0.21);
}
.box-type-5 {
    background: #214f77;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #5b8bae;
    display: flex;
    align-items: start;
    grid-gap: 20px;
}
span.dropcap {
    font-size: 50px;
}
.divider {
    padding-bottom: 350px;
    margin-bottom: -100px;
    position: relative;
}
.divider:before {
    content: '';
    background: url(../img/img-30.png);
    background-size: cover;
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
}
.divider.type-1:before {
    filter: invert(100%) sepia(27%) saturate(216%) hue-rotate(275deg) brightness(105%) contrast(102%);
}
.divider.type-2:before {
    filter: invert(91%) sepia(6%) saturate(213%) hue-rotate(162deg) brightness(98%) contrast(89%);
}
.divider.type-3:before{
	filter: invert(10%) sepia(14%) saturate(3812%) hue-rotate(161deg) brightness(99%) contrast(96%);
}
.divider.type-4:before{
    filter: invert(31%) sepia(100%) saturate(459%) hue-rotate(165deg) brightness(98%) contrast(97%);
}
.cta-1 {
    background: #ff9b00;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    font-family: 'NeuePlak ExtendedBlack';
    font-size: 16px;
    line-height: 1.2;
    box-shadow: 0 0 50px #4a9cb3;
    transition-duration: 0.3s;
      -webkit-animation: btnWiggle 20s infinite;
  -moz-animation: btnWiggle 20s infinite;
  -o-animation: btnWiggle 20s infinite;
  animation: btnWiggle 20s infinite;
}
.cta-1:hover {
    background: #000;
    color: #fff;
    text-decoration: unset;
}
.box-type-2 .inner > div:first-child {
    border-right: 1px solid #b3b3b3;
}
ul.type-1 {
    list-style: none;
    position: relative;
}
ul.type-1 li {
     position: relative; 
     margin-bottom: 1rem;
}
ul.type-1 li:before {
    content: '';
    background: url(../img/img-9.png);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.type-2 {
    list-style: none;
    position: relative;
    padding-left: 80px;
}
ul.type-2 li {
     position: relative; 
     margin-bottom: 1rem;
}
ul.type-2 li:before {
    content: '';
    background: url(../img/img-13.png);
    width: 60px;
    height: 60px;
    position: absolute;
    left: -80px;
    top: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.type-3 {
    list-style: none;
    position: relative;
    padding-left: 80px;
}
ul.type-3 li {
     position: relative; 
     margin-bottom: 1rem;
}
ul.type-3 li:before {
    content: '';
    background: url(../img/img-33.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: -80px;
    top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.position-1 {
    top: -200px;
    position: relative;
    margin-bottom: -150px !important;
}
.owl-nav {
    position: absolute;
    top: calc(50% - 90px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
}
.owl-prev:before {
    content: '';
    background: url(../img/img-35.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 83px;
    display: block;
}
.owl-next:before {
    content: '';
    background: url(../img/img-36.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 83px;
    display: block;
}
.owl-dots {
    text-align: center;
    margin-top: 50px;
}
.owl-carousel button.owl-dot {
    background: #e9eff4 !important;
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 100%;
}
.owl-carousel button.owl-dot.active {
    background: #b6cada !important;
}
.owl-nav button {
    font-size: 0px !important;
}
.form-wrapper{
    background: #fff;
}

p.footer {
color: #b7b7b7;
font-size: 16px;
}

 p.footer a{
    color: #787b7f;
}

/* animation */
@-webkit-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-2deg);}
	3.5% {-webkit-transform: rotate(2deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@-o-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-2deg);}
	3.5% {-webkit-transform: rotate(2deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-2deg);}
	3.5% {-webkit-transform: rotate(2deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}


/***** Global Slide *****/
.slide-right, .slide-left {
  width: 100%;
}

/***** Slide Right *****/
.slide-right {
  animation: 2s slide-right;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: 3s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}



/***** FadeIn Underline *****/
.line {
  border-bottom: 3px solid red;
  width: 200px;
  margin: auto;
}
.fade-in {
  animation: fadeIn ease 3s;
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


ul.type-3 li p strong {
    font-size: 1.2em;
    color: #006e9a;
}



ul.type-3 li {
    position: relative;
    margin-bottom: 3rem;
}


.service-item {
    -webkit-box-shadow: -1px -1px 22px -12px rgba(0,0,0,0.33);
    -moz-box-shadow: -1px -1px 22px -12px rgba(0,0,0,0.33);
    box-shadow: -1px -1px 22px -12px rgba(0,0,0,0.33);
        text-align: center;
}

.service-item, .service-item:visited {
    position: relative;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 470px;
    padding: 30px 20px 10px;
    transition: background .1s ease 0s,color .1s ease 0s;
}

.services-flex.widget_1653664695339 .service-icon {
    height: 60px;
}

.service-icon {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    height: 80px;
    position: relative;
}

.services-flex.widget_1653664695339 .service-info p {
    font-size: 16px;
       text-align: center;
}

.services-flex.widget_1653664695339 .service-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    font-family: Montserrat,sans-serif;
    text-align: center;
}


h3.service-title {

    font-size: 27px;
    color: #175579;

}

@media screen and (max-width: 600px) {

    .owl-nav button:before {
        width: 40px;
        height: 40px;
    }
    
    body {
	font-family: 'Wix Madefor Text', sans-serif;
	font-size: 22px;
	overflow-x: hidden;
	margin: 0 !important;
	color: #4a4a4a;
}
.position-1 {
    top: -50px;
    }
    
    .logo {
    margin-bottom: 20px;
    width: 200px;
}
    
   .mb-5, .my-5 {
    margin-bottom: 1rem!important;
}
    
 
 .p-5 {
    padding: 1rem!important;
}
 
 .pt-5, .py-5 {
    padding-top: 1rem!important;
}
    
    .mobile-hide {
    display: none;}
    
    .owl-nav {
        top: 35%;
    }
    .owl-carousel button.owl-dot {
        width: 20px;
        height: 20px;
    }
    .box-type-2 .inner > div:first-child {
        border-right: 0;
    }
    ul.type-1 {
        margin-left: 0 !important;
        margin-top: 20px;
    }
    .box-type-2 {
        width: 100%;
        margin: auto;
    }
    .box-type-2 .inner {
        padding: 15px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    p.large {
        font-size: 18px;
    }
    br.dt {
        display: none;
    }
    
    .divider {

    margin-bottom: -200px;

}
    

}