/*-----------------------------------------------------------------------------------
	Atlantic Medical Recruitment
	About: Atlantic Medical Recruitment for cruise ship doctors, nurses and paramedics
	Author: Bertus Le Roux
	Version: 1.22.5
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}


/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = iPhone 6 Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone6{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 18%;
}
.blocsapp-device-iphone6 img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-iphone6 .ratio::before{
	padding-top: 106.25%;
}
.blocsapp-device-iphone6 .ratio{
	padding-bottom: 70%;
}
.blocsapp-device-iphone6.iphone6-silver{
	background-image:url("img/Apple-iPhone-6s-Silver.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-6s-Silver.webp") 1x,
url("img/Apple-iPhone-6s-Silver.webp") 2x);background-image: image-set(url("img/Apple-iPhone-6s-Silver.png") 1x,
url("img/Apple-iPhone-6s-Silver.png") 2x,url("img/Apple-iPhone-6s-Silver.webp") 1x,
url("img/Apple-iPhone-6s-Silver.webp") 2x);
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:400;
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:300px;
	height:90px;
}
.btn-style{
	width:38.2%;
	padding-top:20px;
	padding-bottom:20px;
	border-radius:37px 37px 37px 37px;
}
.h1-style{
	font-family:Lato;
	font-weight:900;
	font-size:100px;
	width:100%;
	line-height:80px;
}
.h3-style{
	font-family:Lato;
	font-weight:900;
	font-size:20px;
}
.row-style{
	width:99.64%;
}
.text-w-sm{
	font-family:"helvetica";
}
.h6-style{
	font-family:"Lato";
	color:#ffffff;
	font-weight:700;
	font-size:14px;
	width:100%;
	line-height:25px;
}
.link-style{
	width:11.59%;
	text-decoration:none;
}
.label-style{
	font-size:16px;
}
.label-email-style{
	font-size:16px;
}
.img-2-style{
	height:1140px;
}
.h2-style{
	font-size:24px;
	width:100%;
	font-family:"Lato";
	font-weight:900;
}
.p-bloc-2-style{
	font-family:Lato;
	font-weight:400;
}
.btn-more-info-style{
	width:21.28%;
	border-radius:25px 25px 25px 25px;
}
.text-span-color{
	color:#00adcd;
}
.h6-bloc-1-style{
	font-family:Lato;
	font-weight:900;
	font-size:45px;
}
.img-maxresdefau-style{
	width:512px;
}
.h6-bloc-0-style{
	font-family:Lato;
	font-weight:900;
	font-size:13px;
}
.btn-2-style{
	border-radius:25px 25px 25px 25px;
}
.team-card{
	min-height:350px;
}
.h3-1-style{
	font-family:Lato;
	font-weight:300;
	font-size:16px;
}
.img-9-style{
	height:460px;
	width:260px;
}
.btn-4-style{
	border-radius:25px 25px 25px 25px;
}
.img-russe-style{
	width:191px;
	height:191px;
}
.h2-bloc-7-style{
	font-family:Lato;
	font-weight:900;
	font-size:28px;
}
.h3-bloc-6-style{
	font-family:Lato;
	font-weight:900;
}
.img-amr-new-logo-p-style{
	width:373px;
	padding-top:40px;
	border-radius:0px 0px 0px 0px;
}
.p-bloc-15-style{
	font-size:13px;
}
.p-12-style{
	font-size:13px;
}
.p-13-style{
	font-size:13px;
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.shore-bg-gradient{
	background:linear-gradient(0deg, #FFBA1E, #0AA2FF);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.h3-feature-title-style{
	font-family:Lato;
	font-weight:900;
	font-size:20px;
}
.h3-6-style{
	font-size:20px;
	font-family:Lato;
	font-weight:900;
}
.h2-3-style{
	font-family:Lato;
	font-weight:900;
	font-size:28px;
}
.h2-feature-title-style{
	font-family:Lato;
	font-weight:900;
	font-size:28px;
}
.h3-heading-3-style{
	font-family:Lato;
	font-weight:900;
}
.h3-5-style{
	font-family:Lato;
	font-weight:900;
}
.h3-6-heading-3-style{
	font-family:Lato;
	font-weight:900;
}
.img-bloc-15-style{
	width:324px;
}
.h3-bloc-15-style{
	font-family:Lato;
	font-weight:900;
}
.p-14-bloc-15-style{
	width:100%;
}
.h3-7-style{
	font-family:Lato;
	font-weight:900;
	font-size:28px;
}
.h3-15-style{
	font-family:Lato;
	font-weight:300;
}
.h3-bloc-2-style{
	font-family:"Lato";
	font-weight:700;
	font-size:15px;
}
.p-bloc-6-style{
	width:100%;
}
.img-russell-2-style{
	width:153px;
	border-radius:34px 34px 34px 34px;
}
.p-color{
	color:#717171;
}
.p-74-style{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
}
.text-span-0-color{
	color:#00bbd7;
}
.h3-useful-links-style{
	font-family:Lato;
	font-weight:900;
}
.btn-16-style{
	width:100%;
	border-radius:25px 25px 25px 25px;
}
.btn-17-style{
	width:100%;
	border-radius:25px 25px 25px 25px;
}
.btn-18-style{
	width:100%;
	border-radius:25px 25px 25px 25px;
}
.btn-19-style{
	width:100%;
	border-radius:25px 25px 25px 25px;
}
.btn-20-style{
	width:100%;
	border-radius:25px 25px 25px 25px;
}
.btn-21-style{
	width:100%;
	border-radius:25px 25px 25px 25px;
}
.h3-64-style{
	font-size:20px;
}
.text-span-9521-color{
	color:#00bbd7;
}
.p-travel-info-style{
	font-size:16px;
}
.h3-email-style{
	font-size:25px;
}
.btn-email-style{
	width:62.05%;
	margin-bottom:19px;
}
.btn-whatsapp-style{
	width:61.54%;
	margin-bottom:19px;
}
.p-bloc-8-style{
	width:100%;
}
.btn-8-style{
	border-radius:24px 24px 24px 24px;
}
.btn-14-style{
	width:21.42%;
	border-radius:25px 25px 25px 25px;
}
.img-style{
	width:900px;
}
.text-span-style{
	font-weight:bold;
}
.p-40-style{
	font-family:"Lato";
	font-weight:700;
}
.h6-bloc-48-style{
	font-family:"Lato";
	font-weight:900;
	font-size:17px;
}
.p-bloc-4-style{
	width:100%;
}
.h2-2-style{
	font-family:"Lato";
	font-weight:900;
	font-size:28px;
	width:99.01%;
}
.btn-button-style{
	width:15.29%;
}
.btn-margin-top{
	margin-top:18px;
}
.card-header-margin-top{
	margin-top:16px;
}
.btn-padding-top{
	padding-top:12px;
	padding-bottom:12px;
	width:14.21%;
	margin-top:12px;
}
.img-86-style{
	height:277px;
	width:290px;
}
.container-div-padding-bottom{
	padding-bottom:2px;
}
.p-style{
	font-size:18px;
	font-family:"Lato";
}
.btn-apply-style{
	margin-left:22px;
	width:9.62%;
}
.bloc-padding-top{
	padding-top:50px;
}
.row-margin-right{
	margin-right:-249px;
}
.link-home-style{
	text-decoration:none;
}
.link-about-style{
	text-decoration:none;
}
.link-bloc-69-style{
	text-decoration:none;
}
.link-working-at-sea-style{
	text-decoration:none;
}
.link-requirements-style{
	text-decoration:none;
	font-weight:bold;
}
.link-life-at-sea-style{
	text-decoration:none;
}
.link-apply-style{
	text-decoration:none;
}
.link-0-style{
	text-decoration:none;
}
.link-useful-links-style{
	text-decoration:none;
}
.link-testimonials-style{
	text-decoration:none;
}
.img-88-style{
	border-radius:0px 0px 0px 0px;
	width:324px;
}
.img-3-style{
	border-radius:238px 238px 238px 238px;
	width:93px;
}
.link-requirements -style{
	font-weight:bold;
}
.img-cruise-logosc-style{
	width:900px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7014:#00ACCD;
	
	--swatch-var-373:#FEFFFE;
	
	--swatch-var-2584:#5E5E5E;
	
	--swatch-var-5063:#4ABBD2;
	
	--swatch-var-659:rgba(255,255,255,1.0);
	
	--swatch-var-7763:#A9A9A9;
	
	--swatch-var-1869:rgba(0,0,0,0.701961);
	
	--swatch-var-1724:rgba(255,255,255,0.498039);
	
	--swatch-var-6455:#000000;
	
	--swatch-var-593:#00ACCD;
	
	--swatch-var-4268:#E05E5E;
	
}


/* Background colour styles */

.bgc-373{
	background-color:var(--swatch-var-373);
}
.bgc-593{
	background-color:var(--swatch-var-593);
}
.bgc-7014{
	background-color:var(--swatch-var-7014);
}

/* Text colour styles */

.tc-373{
	color:var(--swatch-var-373)!important;
}
.tc-2584{
	color:var(--swatch-var-2584)!important;
}
.tc-7014{
	color:var(--swatch-var-7014)!important;
}
.tc-4268{
	color:var(--swatch-var-4268)!important;
}
.tc-593{
	color:var(--swatch-var-593)!important;
}

/* Button colour styles */

.btn-c-7014{
	background:var(--swatch-var-7014);
	color:#FFFFFF!important;
}
.btn-c-7014:hover{
	background:#00799A!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-7014{
	color:var(--swatch-var-7014)!important;
}
.ltc-7014:hover{
	color:#00799A!important;
}
.ltc-4268{
	color:var(--swatch-var-4268)!important;
}
.ltc-4268:hover{
	color:#AD2B2B!important;
}

/* Bloc image backgrounds */

.bg-embark{
	background-image:url("img/embark.jpg");
	background-image: -webkit-image-set(url("img/embark.webp") 1x,
url("img/embark.webp") 2x);background-image: image-set(url("img/embark.jpg") 1x,
url("img/embark.jpg") 2x,url("img/embark.webp") 1x,
url("img/embark.webp") 2x);
}
.bg-shutterstock-192420734-20Princess{
	background-image:url("img/shutterstock_192420734%20Princess.jpg");
	background-image: -webkit-image-set(url("img/shutterstock_192420734%20Princess.webp") 1x,
url("img/shutterstock_192420734%20Princess.webp") 2x);background-image: image-set(url("img/shutterstock_192420734%20Princess.jpg") 1x,
url("img/shutterstock_192420734%20Princess.jpg") 2x,url("img/shutterstock_192420734%20Princess.webp") 1x,
url("img/shutterstock_192420734%20Princess.webp") 2x);
}
.bg-FISH{
	background-image:url("img/FISH.jpg");
	background-image: -webkit-image-set(url("img/FISH.webp") 1x,
url("img/FISH.webp") 2x);background-image: image-set(url("img/FISH.jpg") 1x,
url("img/FISH.jpg") 2x,url("img/FISH.webp") 1x,
url("img/FISH.webp") 2x);
}
.bg-BBEACH{
	background-image:url("img/BBEACH.jpg");
	background-image: -webkit-image-set(url("img/BBEACH.webp") 1x,
url("img/BBEACH.webp") 2x);background-image: image-set(url("img/BBEACH.jpg") 1x,
url("img/BBEACH.jpg") 2x,url("img/BBEACH.webp") 1x,
url("img/BBEACH.webp") 2x);
}
.bg-denys-nevozhai-guNIjIuUcgY-unsplash{
	background-image:url("img/denys-nevozhai-guNIjIuUcgY-unsplash.jpg");
	background-image: -webkit-image-set(url("img/denys-nevozhai-guNIjIuUcgY-unsplash.webp") 1x,
url("img/denys-nevozhai-guNIjIuUcgY-unsplash.webp") 2x);background-image: image-set(url("img/denys-nevozhai-guNIjIuUcgY-unsplash.jpg") 1x,
url("img/denys-nevozhai-guNIjIuUcgY-unsplash.jpg") 2x,url("img/denys-nevozhai-guNIjIuUcgY-unsplash.webp") 1x,
url("img/denys-nevozhai-guNIjIuUcgY-unsplash.webp") 2x);
}
.bg-shazmyn-ali-NedfCWKYMkc-unsplash{
	background-image:url("img/shazmyn-ali-NedfCWKYMkc-unsplash.jpg");
	background-image: -webkit-image-set(url("img/shazmyn-ali-NedfCWKYMkc-unsplash.webp") 1x,
url("img/shazmyn-ali-NedfCWKYMkc-unsplash.webp") 2x);background-image: image-set(url("img/shazmyn-ali-NedfCWKYMkc-unsplash.jpg") 1x,
url("img/shazmyn-ali-NedfCWKYMkc-unsplash.jpg") 2x,url("img/shazmyn-ali-NedfCWKYMkc-unsplash.webp") 1x,
url("img/shazmyn-ali-NedfCWKYMkc-unsplash.webp") 2x);
}
.bg-id23-t5APro2JM8c-unsplash{
	background-image:url("img/id23-t5APro2JM8c-unsplash.jpg");
	background-image: -webkit-image-set(url("img/id23-t5APro2JM8c-unsplash.webp") 1x,
url("img/id23-t5APro2JM8c-unsplash.webp") 2x);background-image: image-set(url("img/id23-t5APro2JM8c-unsplash.jpg") 1x,
url("img/id23-t5APro2JM8c-unsplash.jpg") 2x,url("img/id23-t5APro2JM8c-unsplash.webp") 1x,
url("img/id23-t5APro2JM8c-unsplash.webp") 2x);
}
.bg-robert-thiemann-nyV8YOotRXI-unsplash{
	background-image:url("img/robert-thiemann-nyV8YOotRXI-unsplash.jpg");
	background-image: -webkit-image-set(url("img/robert-thiemann-nyV8YOotRXI-unsplash.webp") 1x,
url("img/robert-thiemann-nyV8YOotRXI-unsplash.webp") 2x);background-image: image-set(url("img/robert-thiemann-nyV8YOotRXI-unsplash.jpg") 1x,
url("img/robert-thiemann-nyV8YOotRXI-unsplash.jpg") 2x,url("img/robert-thiemann-nyV8YOotRXI-unsplash.webp") 1x,
url("img/robert-thiemann-nyV8YOotRXI-unsplash.webp") 2x);
}
.bg-josiah-weiss-tthKs4A7XMY-unsplash{
	background-image:url("img/josiah-weiss-tthKs4A7XMY-unsplash.jpg");
	background-image: -webkit-image-set(url("img/josiah-weiss-tthKs4A7XMY-unsplash.webp") 1x,
url("img/josiah-weiss-tthKs4A7XMY-unsplash.webp") 2x);background-image: image-set(url("img/josiah-weiss-tthKs4A7XMY-unsplash.jpg") 1x,
url("img/josiah-weiss-tthKs4A7XMY-unsplash.jpg") 2x,url("img/josiah-weiss-tthKs4A7XMY-unsplash.webp") 1x,
url("img/josiah-weiss-tthKs4A7XMY-unsplash.webp") 2x);
}
.bg-requirements{
	background-image:url("img/requirements.jpg");
	background-image: -webkit-image-set(url("img/requirements.webp") 1x,
url("img/requirements.webp") 2x);background-image: image-set(url("img/requirements.jpg") 1x,
url("img/requirements.jpg") 2x,url("img/requirements.webp") 1x,
url("img/requirements.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.h1-style{
		width:100%;
		font-size:80px;
		line-height:70px;
	}
	.close-special-menu .close-icon{
		background-color:#000000;
	}
	.p-bloc-2-style{
		width:100%;
	}
	.h6-bloc-1-style{
		font-size:30px;
	}
	.h2-style{
		font-size:20px;
	}
	.p-1-style{
		font-size:13px;
	}
	.p-bloc-4-style{
		width:100%;
		font-size:13px;
	}
	.p-bloc-3-style{
		font-size:13px;
	}
	.h6-bloc-0-style{
		font-size:10px;
	}
	.h3-bloc-6-style{
		font-size:20px;
	}
	.p-bloc-6-style{
		font-size:13px;
	}
	.p-5-style{
		font-size:13px;
	}
	.p-bloc-7-style{
		font-size:13px;
	}
	.h2-bloc-7-style{
		font-size:20px;
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.p-9-style{
		font-size:13px;
	}
	.p-10-style{
		font-size:13px;
	}
	.h2-3-style{
		font-size:20px;
	}
	.h2-feature-title-style{
		font-size:20px;
	}
	.p-4265-style{
		font-size:13px;
	}
	.p-22268-style{
		font-size:13px;
	}
	.h3-heading-3-style{
		font-size:20px;
	}
	.p-14-style{
		font-size:13px;
	}
	.h3-5-style{
		font-size:20px;
	}
	.p-16-style{
		font-size:13px;
	}
	.h3-6-heading-3-style{
		font-size:20px;
	}
	.p-17-style{
		font-size:13px;
	}
	.p-18-style{
		font-size:13px;
		width:90.83%;
	}
	.h3-bloc-15-style{
		font-size:20px;
	}
	.h3-7-style{
		font-size:16px;
	}
	.p-bloc-27-style{
		font-size:13px;
	}
	.p-bloc-28-style{
		font-size:13px;
	}
	.p-bloc-29-style{
		font-size:13px;
	}
	.p-bloc-30-style{
		font-size:13px;
	}
	.p-bloc-31-style{
		font-size:13px;
	}
	.p-bloc-32-style{
		font-size:13px;
	}
	.p-bloc-33-style{
		font-size:13px;
	}
	.img-russe-style{
		width:155px;
		height:190px;
	}
	.p-bloc-8-style{
		font-size:13px;
	}
	.p-bloc-18-style{
		font-size:13px;
	}
	.p-bloc-19-style{
		font-size:13px;
	}
	.p-bloc-20-style{
		font-size:13px;
	}
	.p-bloc-21-style{
		font-size:13px;
	}
	.p-bloc-22-style{
		font-size:13px;
	}
	.p-bloc-23-style{
		font-size:13px;
	}
	.p-bloc-24-style{
		font-size:13px;
	}
	.p-bloc-25-style{
		font-size:13px;
	}
	.p-bloc-51-style{
		font-size:13px;
	}
	.p-75-style{
		font-size:13px;
	}
	.p-76-style{
		font-size:13px;
	}
	.p-77-style{
		font-size:13px;
	}
	.p-78-style{
		font-size:13px;
	}
	.p-79-style{
		font-size:13px;
	}
	.p-80-style{
		font-size:13px;
	}
	.p-81-style{
		font-size:13px;
	}
	.p-82-style{
		font-size:13px;
	}
	.p-83-style{
		font-size:13px;
	}
	.p-84-style{
		font-size:13px;
	}
	.p-85-style{
		font-size:13px;
	}
	.p-86-style{
		font-size:13px;
	}
	.p-87-style{
		font-size:13px;
	}
	.p-88-style{
		font-size:13px;
	}
	.p-89-style{
		font-size:13px;
	}
	.p-90-style{
		font-size:13px;
	}
	.p-91-style{
		font-size:13px;
	}
	.p-92-style{
		font-size:13px;
	}
	.p-93-style{
		font-size:13px;
	}
	.p-94-style{
		font-size:13px;
	}
	.p-95-style{
		font-size:13px;
	}
	.p-96-style{
		font-size:13px;
	}
	.p-98-style{
		font-size:13px;
	}
	.p-99-style{
		font-size:13px;
	}
	.p-100-style{
		font-size:13px;
	}
	.p-bloc-48-style{
		font-size:13px;
	}
	.p-60-style{
		font-size:13px;
	}
	.p-61-style{
		font-size:13px;
	}
	.p-62-style{
		font-size:13px;
	}
	.p-63-style{
		font-size:13px;
	}
	.p-64-style{
		font-size:13px;
	}
	.p-65-style{
		font-size:13px;
	}
	.p-66-style{
		font-size:13px;
	}
	.p-67-style{
		font-size:13px;
	}
	.p-74-style{
		font-size:16px;
	}
	.p-68-style{
		font-size:13px;
	}
	.p-69-style{
		font-size:13px;
	}
	.p-70-style{
		font-size:13px;
	}
	.p-71-style{
		font-size:13px;
	}
	.p-72-style{
		font-size:13px;
	}
	.p-73-style{
		font-size:13px;
	}
	.p-bloc-57-style{
		font-size:13px;
	}
	.h3-useful-links-style{
		font-size:20px;
	}
	.h3-64-style{
		font-size:16px;
	}
	.p-courses-style{
		font-size:13px;
	}
	.p-42-style{
		font-size:13px;
	}
	.p-43-style{
		font-size:13px;
	}
	.p-45-style{
		font-size:13px;
	}
	.p-46-style{
		font-size:13px;
	}
	.p-47-style{
		font-size:13px;
	}
	.p-societies-style{
		font-size:13px;
	}
	.p-travel-info-style{
		font-size:13px;
	}
	.btn-whatsapp-style{
		width:81.53%;
	}
	.btn-email-style{
		width:82.8%;
	}
	.navbar-brand img{
		width:200px;
		height:60px;
	}
	.p-121-style{
		font-size:13px;
		line-height:19px;
	}
	.img-style{
		width:700px;
	}
	.bloc-padding-top{
		margin-bottom:0px;
		padding-top:50px;
		padding-bottom:6px;
	}
	.btn-style{
		width:39.55%;
	}
	.btn-14-style{
		width:25.91%;
	}
	.btn-more-info-style{
		width:26.18%;
	}
	.btn-16-style{
		padding-top:14px;
		padding-bottom:14px;
	}
	.btn-18-style{
		padding-top:14px;
		padding-bottom:14px;
	}
	.btn-19-style{
		padding-top:14px;
		padding-bottom:14px;
	}
	.bloc-padding-right{
		padding-left:5px;
	}
	.row-margin-right{
		width:100%;
		padding-right:0px;
		margin-right:0px;
		padding-left:1px;
		margin-left:0px;
	}
	.link-style{
		text-decoration:none;
	}
	.p-style{
		font-size:12px;
		width:87.28%;
	}
	.btn-button-style{
		width:18.11%;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.h6-style{
		font-size:10px;
	}
	.h1-style{
		line-height:65px;
		font-size:70px;
	}
	.h6-bloc-1-style{
		font-size:25px;
	}
	.p-bloc-3-style{
		font-size:13px;
	}
	.p-bloc-4-style{
		font-size:13px;
	}
	.h6-bloc-0-style{
		font-size:10px;
	}
	.h3-bloc-6-style{
		font-size:20px;
	}
	.p-bloc-6-style{
		font-size:13px;
	}
	.p-5-style{
		font-size:13px;
	}
	.h2-bloc-7-style{
		font-size:20px;
	}
	.p-bloc-7-style{
		font-size:13px;
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.p-14-bloc-15-style{
		font-size:13px;
	}
	.h3-15-style{
		font-size:20px;
	}
	.img-russe-style{
		height:155px;
		width:155px;
	}
	.p-bloc-8-style{
		font-size:13px;
	}
	.p-18-style{
		width:79.47%;
	}
	.p-121-style{
		font-size:13px;
		line-height:19px;
	}
	.img-style{
		width:500px;
	}
	.p-119-style{
		font-size:13px;
	}
	.p-124-style{
		font-size:13px;
	}
	.p-131-style{
		font-size:13px;
	}
	.p-132-style{
		font-size:13px;
	}
	.p-113-style{
		font-size:13px;
	}
	.p-114-style{
		font-size:13px;
	}
	.p-115-style{
		font-size:13px;
	}
	.p-116-style{
		font-size:13px;
	}
	.p-117-style{
		font-size:13px;
	}
	.p-120-style{
		font-size:13px;
	}
	.p-121-bloc-48-style{
		font-size:13px;
	}
	.p-122-style{
		font-size:13px;
	}
	.p-123-style{
		font-size:13px;
	}
	.p-125-style{
		font-size:13px;
	}
	.p-126-style{
		font-size:13px;
	}
	.p-127-style{
		font-size:13px;
	}
	.p-128-style{
		font-size:13px;
	}
	.p-129-style{
		font-size:13px;
	}
	.btn-padding-top{
		width:20.34%;
	}
	.p-1-style{
		padding-top:11px;
	}
	.btn-button-style{
		width:23.38%;
	}
	.bloc-padding-top{
		padding-top:27px;
	}
	.btn-more-info-style{
		width:31.18%;
	}
	.btn-14-style{
		width:32.32%;
	}
	.btn-style{
		width:48.67%;
	}
	.btn-16-style{
		margin-bottom:9px;
		width:44.87%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.btn-17-style{
		margin-bottom:10px;
		width:44.87%;
	}
	.btn-18-style{
		margin-bottom:11px;
		width:44.49%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.btn-19-style{
		margin-bottom:11px;
		width:44.87%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.btn-20-style{
		margin-bottom:10px;
		width:45.25%;
	}
	.btn-21-style{
		margin-bottom:7px;
		width:45.25%;
	}
	.link-style{
		text-decoration:none;
	}
	.img-facebook-icon-style{
		width:150px;
	}
	.navbar-brand img{
		width:200px;
	}
	.btn-apply-style{
		width:19.58%;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	.h1-style{
		font-size:32px;
		line-height:40px;
	}
	.h3-style{
		font-size:19px;
	}
	.btn-style{
		width:61.85%;
		padding-top:6px;
		padding-bottom:6px;
		border-radius:25px 25px 25px 25px;
	}
	.navbar-brand img{
		width:150px;
		height:45px;
	}
	.h6-style{
		font-size:8px;
	}
	.label-style{
		font-size:12px;
	}
	.label-email-style{
		font-size:12px;
	}
	.label-phone-style{
		font-size:13px;
	}
	.label-name-style{
		font-size:13px;
	}
	.text-span-color{
		color:#ffffff;
	}
	.btn-more-info-style{
		width:60%;
		border-radius:19px 19px 19px 19px;
	}
	.p-bloc-2-style{
		font-size:12px;
	}
	.h6-bloc-1-style{
		font-size:19px;
	}
	.h2-style{
		font-size:16px;
	}
	.p-1-style{
		font-size:13px;
		padding-top:11px;
	}
	.p-bloc-3-style{
		font-size:12px;
	}
	.p-bloc-4-style{
		font-size:12px;
	}
	.h6-bloc-0-style{
		font-size:8px;
	}
	.p-bloc-6-style{
		font-size:12px;
		margin-bottom:6px;
	}
	.img-russe-style{
		height:150px;
		width:150px;
	}
	.h3-bloc-6-style{
		font-size:16px;
	}
	.h2-bloc-7-style{
		font-size:16px;
	}
	.p-bloc-7-style{
		font-size:12px;
	}
	.p-5-style{
		font-size:12px;
	}
	.img-amr-new-logo-p-style{
		width:179px;
		margin-top:-35px;
		border-radius:0px 0px 0px 0px;
	}
	.hero-header-text{
		font-size:50px;
	}
	.p-bloc-14-style{
		font-size:13px;
	}
	.p-bloc-8-style{
		font-size:12px;
	}
	.p-bloc-18-style{
		font-size:12px;
	}
	.p-bloc-19-style{
		font-size:12px;
	}
	.p-bloc-20-style{
		font-size:12px;
	}
	.p-bloc-21-style{
		font-size:12px;
	}
	.p-bloc-22-style{
		font-size:12px;
	}
	.p-bloc-23-style{
		font-size:12px;
	}
	.p-bloc-24-style{
		font-size:12px;
	}
	.p-bloc-25-style{
		font-size:12px;
	}
	.h2-3-style{
		font-size:16px;
	}
	.h2-feature-title-style{
		font-size:16px;
	}
	.h3-heading-3-style{
		font-size:16px;
	}
	.h3-bloc-15-style{
		font-size:16px;
	}
	.h3-5-style{
		font-size:16px;
	}
	.h3-6-heading-3-style{
		font-size:16px;
	}
	.h3-7-style{
		font-size:13px;
	}
	.p-bloc-51-style{
		font-size:12px;
	}
	.p-75-style{
		font-size:12px;
	}
	.p-76-style{
		font-size:12px;
	}
	.p-77-style{
		font-size:12px;
	}
	.p-78-style{
		font-size:12px;
	}
	.p-80-style{
		font-size:12px;
	}
	.p-81-style{
		font-size:12px;
	}
	.p-82-style{
		font-size:12px;
	}
	.p-83-style{
		font-size:12px;
	}
	.p-84-style{
		font-size:12px;
	}
	.p-85-style{
		font-size:12px;
	}
	.p-86-style{
		font-size:12px;
	}
	.p-87-style{
		font-size:12px;
	}
	.p-88-style{
		font-size:12px;
	}
	.p-89-style{
		font-size:12px;
	}
	.p-90-style{
		font-size:12px;
	}
	.p-91-style{
		font-size:12px;
	}
	.p-92-style{
		font-size:12px;
	}
	.p-93-style{
		font-size:12px;
	}
	.p-94-style{
		font-size:12px;
	}
	.p-95-style{
		font-size:12px;
	}
	.p-96-style{
		font-size:12px;
	}
	.p-98-style{
		font-size:12px;
	}
	.p-99-style{
		font-size:12px;
	}
	.p-100-style{
		font-size:12px;
	}
	.p-bloc-48-style{
		font-size:13px;
	}
	.p-courses-style{
		font-size:12px;
	}
	.p-42-style{
		font-size:12px;
	}
	.p-43-style{
		font-size:12px;
	}
	.p-45-style{
		font-size:12px;
	}
	.p-46-style{
		font-size:12px;
	}
	.p-47-style{
		font-size:12px;
	}
	.p-societies-style{
		font-size:12px;
	}
	.p-travel-info-style{
		font-size:12px;
	}
	.h3-64-style{
		font-size:13px;
	}
	.btn-email-style{
		width:100%;
	}
	.btn-whatsapp-style{
		width:100%;
	}
	.p-9-bloc-7-style{
		font-size:12px;
	}
	.h3-whatsapp-us-style{
		font-size:20px;
	}
	.h3-email-style{
		font-size:20px;
	}
	.p-9-style{
		font-size:12px;
	}
	.p-10-style{
		font-size:12px;
	}
	.p-4265-style{
		font-size:12px;
	}
	.p-22268-style{
		font-size:12px;
	}
	.p-14-style{
		font-size:12px;
	}
	.p-14-bloc-15-style{
		font-size:12px;
	}
	.p-16-style{
		font-size:12px;
	}
	.p-17-style{
		font-size:12px;
	}
	.p-18-style{
		font-size:12px;
		width:97.78%;
	}
	.p-bloc-30-style{
		font-size:12px;
	}
	.p-bloc-27-style{
		font-size:12px;
	}
	.p-bloc-28-style{
		font-size:12px;
	}
	.p-bloc-29-style{
		font-size:12px;
	}
	.p-bloc-31-style{
		font-size:12px;
	}
	.p-bloc-32-style{
		font-size:12px;
	}
	.p-bloc-33-style{
		font-size:12px;
	}
	.p-40-style{
		font-size:12px;
	}
	.p-121-style{
		font-size:13px;
		line-height:18px;
	}
	.img-style{
		width:300px;
	}
	.p-style{
		font-size:12px;
		line-height:20px;
		width:100%;
	}
	.btn-padding-top{
		width:42.96%;
	}
	.btn-apply-style{
		width:36.3%;
		margin-left:13px;
	}
	.btn-button-style{
		width:56.67%;
	}
	.p-74-style{
		font-size:12px;
	}
	.p-129-style{
		font-size:13px;
	}
	.footer-link{
		text-align:center;
	}
	.link-style{
		border-radius:0px 0px 0px 0px;
	}
	.bloc-padding-top{
		padding-top:16px;
	}
	.btn-14-style{
		width:59.26%;
		border-radius:19px 19px 19px 19px;
	}
	.p-41-style{
		font-size:12px;
	}
	.p-42-bloc-2-style{
		font-size:12px;
	}
	.p-43-bloc-2-style{
		font-size:12px;
	}
	.p-44-style{
		font-size:12px;
	}
	.btn-16-style{
		margin-top:7px;
		margin-bottom:8px;
		width:53.33%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.btn-18-style{
		margin-top:1px;
		margin-bottom:9px;
		width:50%;
	}
	.btn-17-style{
		margin-bottom:7px;
		width:52.22%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.btn-19-style{
		margin-bottom:8px;
		width:49.63%;
	}
	.btn-20-style{
		margin-bottom:8px;
		width:50%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.btn-21-style{
		margin-bottom:7px;
		width:50%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.bloc-margin-bottom{
		margin-bottom:-16px;
		padding-bottom:1px;
	}
	.link-apply-style{
		width:100%;
	}
	.bloc-padding-right{
		padding-right:0px;
	}
	.link-bloc-69-style{
		width:100%;
	}
	.img-facebook-icon-style{
		width:150px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}
	
}

