@font-face {
    font-family: 'Garamond Premiere Pro';
    src: url('../fonts/GaramondPremrPro-Bd.eot');
    src: url('../fonts/GaramondPremrPro-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GaramondPremrPro-Bd.woff2') format('woff2'),
        url('../fonts/GaramondPremrPro-Bd.woff') format('woff'),
        url('../fonts/GaramondPremrPro-Bd.ttf') format('truetype'),
        url('../fonts/GaramondPremrPro-Bd.svg#GaramondPremrPro-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond Premier Pro';
    src: url('../fonts/GaramondPremrPro-It.eot');
    src: url('../fonts/GaramondPremrPro-It.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GaramondPremrPro-It.woff2') format('woff2'),
        url('../fonts/GaramondPremrPro-It.woff') format('woff'),
        url('../fonts/GaramondPremrPro-It.ttf') format('truetype'),
        url('../fonts/GaramondPremrPro-It.svg#GaramondPremrPro-It') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond Premiere Pro';
    src: url('../fonts/GaramondPremrPro-Smbd.eot');
    src: url('../fonts/GaramondPremrPro-Smbd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GaramondPremrPro-Smbd.woff2') format('woff2'),
        url('../fonts/GaramondPremrPro-Smbd.woff') format('woff'),
        url('../fonts/GaramondPremrPro-Smbd.ttf') format('truetype'),
        url('../fonts/GaramondPremrPro-Smbd.svg#GaramondPremrPro-Smbd') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond Premiere Pro';
    src: url('../fonts/GaramondPremrPro.eot');
    src: url('../fonts/GaramondPremrPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GaramondPremrPro.woff2') format('woff2'),
        url('../fonts/GaramondPremrPro.woff') format('woff'),
        url('../fonts/GaramondPremrPro.ttf') format('truetype'),
        url('../fonts/GaramondPremrPro.svg#GaramondPremrPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond Premier Pro';
    src: url('../fonts/GaramondPremrPro-SmbdIt.eot');
    src: url('../fonts/GaramondPremrPro-SmbdIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GaramondPremrPro-SmbdIt.woff2') format('woff2'),
        url('../fonts/GaramondPremrPro-SmbdIt.woff') format('woff'),
        url('../fonts/GaramondPremrPro-SmbdIt.ttf') format('truetype'),
        url('../fonts/GaramondPremrPro-SmbdIt.svg#GaramondPremrPro-SmbdIt') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'Garamond Premiere Pro';
    font-weight: normal;
}

h1,h2,h3 {
    font-weight: bold;
}

p {
    font-size: 18px;
    line-height: 31px;
    color: #003D74;
    font-family: 'Domine', serif;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    } 
}

#page {
    position: relative;
}

.splash-area {
    width: 100%;
    height: 114vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

header#masthead {
    border-top: 10px solid #E43659;
    background-color: transparent;
    padding: 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 99;
}

.navbar {
    background-color: #003D74;
    border-radius: 0px 0px 20px 20px;
    position: relative;
    top: -10px;
}

.navbar-brand {
    display: none;
}

#main-nav {
    padding: 19px 85px;
    justify-content: center;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 20px;
    color: #fff;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: normal;
}

.navbar-nav li {
    position: relative;
    margin: 0 53px;
}

.navbar-nav li:first-child {
    margin-left: 0px;
}

.navbar-nav li:first-child:before {
    display: none;
}


.navbar-nav li:last-child {
    margin-right: 0px;
}

.navbar-nav li:before {
    content:'';
    background: url('/wp-content/uploads/2021/11/Icon-ionic-ios-star.png') no-repeat center top;
    width: 16px;
    height: 15px;
    position: absolute;
    top: -1px;
    bottom: 0px;
    margin: auto;
    left: -62px;
}

.main-sec {
    background-repeat: repeat-x;
    background-position: center top;
}

.bg-sep {
    background-position: center bottom;
    background-repeat: no-repeat;
}

.bg-sep-before{
    position: relative;
}

.bg-sep-before:before {
    content: '';
    background: url('/wp-content/uploads/2021/11/Line-10.png') no-repeat center top;
    width: 2px;
    height: 113px;
    position: absolute;
    top: -144px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.bg-sep-before.sm:before {
    height: 116px;
    top: -143px;
}

.bg-sec-after {
    position: relative;
}

.bg-sec-after:before {
    content: ''!important;
    background: url(/wp-content/uploads/2021/11/Line-10.png) no-repeat center top;
    width: 2px;
    height: 113px;
    position: absolute;
    bottom: 16px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.bdr-img {
    border: 22px solid #F4EDE7;
}


.vc_tta.vc_general .vc_tta-panel-body {
    padding: 105px 68px 68px 68px!important;
}

.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-list {
    display: flex!important;
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    display: flex;
    flex: auto;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    font-size: 26px;
    font-weight: bold;
    color: #003D74!important;
    font-family: 'Garamond Premiere Pro';
}


body .vc_tta.vc_general .vc_tta-tab>a {
    padding: 27px 7px;
    background: #fff;
    text-align: center;
    border: 0px;
    border-top: 3px solid #e1e1e1; 
    position: relative; 
    margin: 0px;
    border-radius: 0px;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active>a {
    background-color: #fff;
    border-top-color: #E43659!important;
}


body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, 
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
    background-color: #dcdcdc;
    background: #fff;
    border-top-color: #e43659;
}

body .vc_tta.vc_general .vc_tta-tab>a:before {
    width: 29px!important;
    height: 29px!important;
    background-color: #E43659!important;
    font-size: 20px;
    content: '1'!important;
    border-radius: 50%;
    display: inline-block!important;
    color: #fff;
    right:inherit!important;
    margin-right: 20px;
    position: relative!important;
    top: -1px;
}

body .vc_tta.vc_general .vc_tta-tab:nth-child(2)>a:before {
    content: '2'!important;
}

body .vc_tta.vc_general .vc_tta-tab:nth-child(3)>a:before {
    content: '3'!important;
}

body .vc_tta.vc_general .vc_tta-tab>a:after {
    content: ''!important;
    position: absolute!important;
    top: 0px;
    bottom: 0px!important;
    right: 15px;
    left: inherit!important;
    margin: auto;
    width: 18px!important;
    height: 16px!important;
    background: url('/wp-content/uploads/2021/11/arrow-tab.png') no-repeat center top;
}

body .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
    margin: 0px;
    border-radius: 0px;
}

body .vc_tta-panels {
    border-radius: 0px;
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab{
    margin: 0px;
}

.contact-info {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.contact-info li {
    margin: 0px;
    padding: 0px;
    padding-bottom: 25px;
    list-style: none;
    font-size: 28px;
    color: #003D74;
    font-weight: bold;
    font-family: 'Garamond Premiere Pro';
    position: relative;
    padding-left: 57px;
}

.contact-info li:last-child {
    padding-bottom: 0px;
}

.contact-info li i {
    position: absolute;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 18px;
    color: #E43659;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.contact-info li a {
    color: #003D74;
}

.contact-info li small a{
    font-weight: bold;
    color: #E43659;
    text-decoration: underline;
	width: 175px;
    display: inline-block;
}
.contact-info li small a span {
    display: inline-block;
    text-decoration: inherit;
}
.splash-head p br.mobile-only {
    display: none;
}

.contact-info li a:hover {
    text-decoration: none;
}

.contact-img {
    position: absolute;
    top: 0px;
    right: -7px;
}

.contact-sec {
    max-width: 1420px;
    margin: 0px auto!important;
}

.contact-sec .wpb_raw_html {
    position: relative;
    z-index: 8;
}


footer#colophon p {
    font-size: 20px;
    margin: 0px;
    color: #003D74;
    font-family: 'Garamond Premiere Pro';
}

footer#colophon p a {
    color: #003D74;
}

footer#colophon .widget {
    margin: 0px;
}

body footer#colophon {
    background-color: transparent!important;
    padding: 55px 0;
}

.bg-sec {
    overflow: visible!important;
    background-repeat: repeat-x;
    background-position: center top;

}







.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: 125px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 55px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.contact-team-info {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.contact-team-info li {	
	text-align: center;
    margin: 0px;
    padding: 0px;
    padding-bottom: 7px;
    list-style: none;
    font-size: 20px;
    color: #003D74;
    font-weight: bold;
    font-family: 'Garamond Premiere Pro';
    position: relative;
}

.contact-team-info li:last-child {
    padding-bottom: 0px;
}

.contact-team-info li i {
    font-size: 15px;
    color: #E43659;
    text-align: center;
	margin-right: 5px;
}

.contact-team-info li a {
    color: #003D74;
}

.contact-team-info li small a{
    font-weight: bold;
    color: #E43659;
    text-decoration: underline;
}

.contact-team-info li a:hover {
    text-decoration: none;
}

.splash-head {
	background: #fff;
    padding: 20px;
    text-align: center;
}

.splash-head p{
    font-size: 24px;
    color: #003D74;
    font-weight: bold;
    font-family: 'Garamond Premiere Pro';
	margin: 0px;
}

.splash-head p a {
	
    color: #003D74;
}

.splash-head i {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 18px;
    color: #E43659;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}


.splash-head .col-sm-4 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 0;
}

.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}



.navbar-light .navbar-toggler {
    margin: auto;
}

.navbar-light .navbar-toggler h3{
    margin: 0px;
    font-size: 25px;
    padding: 11px;
    color: #fff;
}

@media screen and (max-width: 1023px) {
	
	
	
	.contact-team-info li {	
		font-size: 17px;
	}
    #main-nav {
        padding: 0px 25px 20px 17px;
    }

    .navbar-nav li {
        margin: 0px;
    }

    .navbar-nav li:before {
        display: none;
    }


    body h1,
    body h2,
    body h3 {
        font-size: 30px!important;
        line-height: 32px!important;
    }

    body p br{
       display: none;
    }


    body .vc_custom_1637582410338 {
        padding-top: 50px!important;
    }

    body .vc_custom_1637558917593,
    body .vc_custom_1637558922005,
    body .vc_custom_1637558928631 {
        margin-bottom: 20px!important;
    }

    body .vc_tta.vc_general .vc_tta-panel-body {
        padding: 14px 20px!important;
    }

    body .vc_tta.vc_general .vc_tta-panel-title>a {
        font-size: 27px;
        color: #003d74!important;
    }

    body .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        border-top: 1px solid #E43659;
    }

    body .vc_custom_1637577984767 {
        padding-left: 20px!important;
        padding-right: 20px!important;
        padding-bottom: 55px!important;
        padding-top: 55px!important;
    }

    .contact-info li {
        font-size: 24px;
    }

    .contact-info li br {
        display: none;
    }

    .contact-info li small {
        display: block;
    }

    footer#colophon p {
        display: block;
        text-align: center;
        font-size: 18px;
    }

    body footer#colophon {
        padding: 25px 0;
    }

    .contact-img {
       position: static;
    }
	
	
	.splash-head p {
		font-size: 18px;
		line-height: 20px;
	}
	
	.splash-head p br {
		display: block;
	}
	
	
}


@media screen and (min-width: 1024px) and (max-width: 1170px) { 
	
	.contact-team-info li {	
		font-size: 19px;
	}
	
    .contact-img {
        width: 69%;
    }

    footer#colophon p {
        font-size: 17px;
    }

     #main-nav {
        padding: 0px 25px 20px 17px;
    }

    .navbar-nav li {
        margin: 0px;
    }

    .navbar-nav li:before {
        display: none;
    }
	
}

@media screen and (min-width: 0px) and (max-width: 650px) { 
	.splash-head img {
		margin: 12px 0;
		padding: 0 40px;
	}
}


.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
    -webkit-transform: none; 
    -moz-transform: none; 
    -ms-transform: none; 
    -sand-transform: none; 
    -o-transform: none; 
     transform: none; 
    -webkit-transition: none; 
    -moz-transition: none; 
    -o-transition: none; 
    transition: none; 
    animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.splash-img {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #ffffff7a;
	padding: 10px;
}

.splash-img img{
    padding: 22px;
}


.downArrow{
	position: absolute;
	width: 52px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 5%;
	cursor: pointer;
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


@media screen and (min-width: 0px) and (max-width: 575px) {
	.splash-head {
		background-color: #fff;
		padding: 2px;
	}
	
	.splash-area {
		background-position: -379px 0px;
	}
	
	.splash-head img {
		margin: 12px 0;
		padding-left: 0px;
		padding-right: 0px;
		max-width: 74%;
	}
	.splash-head p br.mobile-only {
    	display: block;
	}
	.splash-head .col-sm-4:first-child {
		order: 2;
	}
	
	.splash-head .col-sm-4:nth-child(2) {
		order: 1;
	}
	
	.splash-head .col-sm-4:nth-child(3) {
		order: 3;
	}
	
	body .vc_custom_1638643296889 {
		padding-top: 0px!important;
	}
	
	.splash-head p {
		font-size: 16px;
		line-height: 20px;
	}
	.site-footer .vc_column-inner {
		padding:0 15px !important;
	}
}


@media screen and (min-width: 0px) and (max-width: 321px) {

	
	.splash-area {
		background-position: -339px 80px;
	}
	
	
	.splash-head p {
		font-size: 14px;
		line-height: 18px;
	}
}
.splash-head {
	background: #fff;
}