@charset "utf-8";
/* CSS Document */

/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
	3.1 Header
		3.1.1 Logo
		3.1.2 Main Navigation
		3.1.3 Search
		3.1.4 Hamburger
	3.2 Home Title
	3.3 Next Section Scroll
4. Menu
5. Icon Boxes
6. Vertical Slider Section
7. Team
8. Clients
9. Newsletter
10. Footer


******************************/

/***********
1. Fonts
***********/

/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,700,900'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700;800&display=swap');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 2;
	font-weight: 400;
	background: #FFFFFF;
	color: #6e6e6e;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.86;
	font-weight: 400;
	color: #909090;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #ffd9bf;
	color: #ff6b09;
}
p::selection
{
	background: #ffd9bf;
}
h1{font-size: 48px;}
h2{font-size: 24px;}
h3{font-size: 18px;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
	color: #28262d;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
} 
:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
::input-placeholder
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.bez_1
{
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.button
{
	display: inline-block;
	height: 54px;
	width: 174px;
	text-align: center;
	border: solid 2px #fb007c;
	background: transparent;
}
.button a
{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #fb007c;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}

/*********************************
3. Home
*********************************/

.home
{
	width: 100%;
	height: 372px;
}
.home_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 128px;
	background: rgba(33, 59, 95, 0);
	z-index: 10;
}
.header.scrolled
{
	height: 80px;
	background: rgba(255, 255, 255, 0.92);
}
.header.scrolled nav.main_nav ul li.active a
{
	font-weight: 600 !important;
}

/*********************************
3.1.1 Logo
*********************************/

.logo
{
	padding-left: 57px;
	flex-basis: 50%;
}
.logo a
{
	font-size: 45px;
	font-weight: 500;
	color: #fefefe;
	letter-spacing: 0.1em;
	line-height: 128px;
}
/* .logo a span
{
	font-weight: 800;
	color: #ff6b09;
	text-transform: uppercase;
} */

/*********************************
3.1.2 Main Navigation
*********************************/

.main_nav
{
	flex-basis: 200%;
}
.main_nav ul
{
	display: inline-block;
	margin-right: 100px;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}
.main_nav ul li
{
	display: inline-block;
	margin-right: 65px;
}
.main_nav ul li:last-child
{
	margin-right: 0px;
}
.main_nav ul li a
{
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 40.51px;
	color: #FFFFFF;
}
.main_nav ul li.active a
{
	font-weight: 700;
}

/*********************************
3.1.3 Search
*********************************/

.search
{
	display: inline-block;
	margin-right: 49px;
	width: 237px;
	height: 100%;
}
.search_content
{
	width: 100%;
	height: 100%;
}
.search_button
{
	width: 40px;
	height: 40px;
	background: transparent;
	cursor: pointer;
}
.search_button:active
{
	background: #301b54;
}
.search_form
{
	position: absolute;
	right: 0;
	top: 90px;
	width: 237px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}
.search_form.active
{
	top: 75px;
	visibility: visible;
	opacity: 1;
}
.search_input
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #1b0b32;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}

/*********************************
3.1.4 Hamburger
*********************************/

.hamburger_container
{
	display: none;
	cursor: pointer;
	margin-right: 40px;
	flex-basis: 40px;
	text-align: right;
}
.hamburger_container i
{
	font-size: 24px;
	padding: 10px;
	color: #FFFFFF;
}
.hamburger_container:hover i
{
	color: #ff6b09;
}

/*********************************
3.2 Home Title
*********************************/

.home_title
{
	position: absolute;
	bottom: 61px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}
.home_title h2
{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 15px;
}

/*********************************
3.3 Next Section Scroll
*********************************/

.next_section_scroll
{
	cursor: pointer;
	z-index: 10;
	padding: 10px;
}
.next_section i
{
	display: block;
	color: #00deff;
}
.next_section i:first-child
{
	margin-bottom: -4px;
}
.next_section_scroll:hover i
{
	color: #012e5c;
}

/*********************************
4. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #FFFFFF;
	z-index: 11;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu_container.active
{
	right: 0;
	opacity: 1;
}
.menu
{
	width: 100%;
	height: 100%;
}
.menu_close
{
	position: absolute;
	top: 50px;
	right: 30px;
	cursor: pointer;
}
.menu_close i
{
	font-size: 28px;
}
.menu_close:hover i
{
	color: #ff6b09;
}
.menu ul
{
	padding-top: 115px;
	padding-right: 50px;
}
.menu ul li
{
	position: relative;
}
.menu ul li::after
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ff6b09;
	content: '';
}
.menu ul li.active a
{
	font-weight: 700;
}
.menu ul li a
{
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu ul li a:hover
{
	color: #ff6b09;
}

/*********************************
5. Icon Boxes
*********************************/

.icon_boxes
{
	width: 100%;
	padding-top: 43px;
	padding-bottom: 129px;
}
.icon_box_title h1
{
	line-height: 1.25;
}
.icon_box_button
{
	margin-top: 40px;
}
.icon_box_button:hover
{
	background: #452b78;
}
.icon_box_button:hover a
{
	color: #FFFFFF;
}
.icon_box_col
{
	padding-top: 7px;
}
.icon_box_item
{
	margin-bottom: 63px;
}
.icon_box_item:last-child
{
	margin-bottom: 0px;
}
.icon_box_item h2
{
	margin-bottom: 21px;
}
.icon_box_item p
{
	margin-bottom: 0px;
}

/*********************************
6. Vertical Slider Section
*********************************/

.v_slider_section
{
	height: 604px;
}
.v_slider_image
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}
.v_slider_title
{
	margin-bottom: 81px;
}
.v_slider_item
{
	border: none !important;
}
.v_slider_item span
{
	display: block;
	font-size: 72px;
	font-weight: 500;
	color: #28262d;
	line-height: 1;
	margin-bottom: -33px;
	margin-left: -3px;
}
.v_slider_item:focus
{
	outline: none !important;
	border: none !important;
}
.v_slider_item h1
{
	line-height: 52px;
}
.v_slider_item h1:last-of-type
{
	margin-bottom: 81px;
}
.person
{
	margin-top: 35px;
}
.person_image
{
	width: 44px;
	height: 44px;
}
.person_image img
{
	width: 100%;
}
.person_meta
{
	padding-left: 28px;
}
.person_name
{
	font-size: 15px;
	color: #28262d;
	margin-top: -5px;
	margin-bottom: -6px;
}
.person_title
{
	font-size: 13px;
	color: #909090;
}
.v_slider .slick-dots
{
	position: absolute;
	top: 50%;
	right: -145px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.v_slider .slick-dots
{
	width: 18px;
}
.v_slider .slick-dots li
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 35px;
}
.v_slider .slick-dots li.slick-active
{
	
}
.v_slider .slick-dots li button
{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	background: #d6cbed;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.v_slider .slick-dots li button:focus,
.v_slider .slick-dots li button:active
{
	outline: none !important;
	border: none !important;
}
.v_slider .slick-dots li.slick-active button
{
	width: 18px;
	height: 18px;
	background: #452b78;
}

/*********************************
7. Team
*********************************/

.team
{
	padding-top: 116px;
	padding-bottom: 128px;
}
.team_title
{
	margin-bottom: 186px;
}
.team_title h1
{
	margin-bottom: 27px;
}
.team_title p
{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.888;
	margin-bottom: 0px;
}
.team_container
{
	height: 513px;
	background: #f7f7f8;
}
.team_container:hover
{
	background: #452b78;
}
.team_container:hover div,
.team_container:hover p,
.team_container:hover a
{
	color: #FFFFFF;
}
.team_member_image
{
	width: 263px;
	height: 263px;
}
.team_member_image img
{
	position: absolute;
	top: -71px;
	left: -99px;
	width: 100%;
	height: auto;
}
.team_member_content
{
	padding-left: 40px;
	padding-right: 30px;
	margin-top: -50px;
}
.team_member_name
{
	font-size: 24px;
	font-weight: 500;
	color: #28262d;
	margin-bottom: -10px;
}
.team_member_title
{
	font-size: 16px;
	font-weight: 400;
	color: #452b78;
	margin-bottom: 30px;
}
.team_container p
{
	margin-bottom: 23px;
}
.team_member_link a
{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
}

/*********************************
8. Clients
*********************************/

.clients
{
	width: 100%;
	padding-bottom: 52px;
}
.clients_slider
{
	height: 187px;
}
.clients_item
{
	padding-left: 10%;
	padding-right: 10%;
}
.client_item_background
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0 auto;
}
.clients_item img
{
	margin: 0 auto;
}
.clients_item:hover .client_item_background
{
	background: #fb007c;
}
.clients_item:hover img
{
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
}
.owl-carousel .owl-item img
{
	width: auto !important;
}

/*********************************
9. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	background: #1b0d37;
}
.newsletter_content
{
	padding-top: 110px;
	padding-bottom: 141px;
}
.newsletter_title
{

}
.newsletter_title h1
{
	color: #FFFFFF;
	margin-bottom: 13px;
}
.newsletter_title span
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.newsletter_form_container
{
	text-align: left;
	margin-top: 77px;
}
.newsletter_email
{
	height: 53px;
	background: #452b78;
	border: none;
	padding-left: 30px;
	width: calc(100% - 174px - 26px);
	margin-right: 22px;
	color: #FFFFFF;
}
.newsletter_email:focus
{
	outline: none;
	border: none;
}
.newsletter_submit_button
{
	cursor: pointer;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
}
.newsletter_submit_button:hover
{
	background: #452b78;
}
.newsletter_submit_button:focus
{
	outline: none;
	border: none;
}

/*********************************
10. Footer
*********************************/

.footer
{
	padding-top: 99px;
	padding-bottom: 82px;
}
.footer_logo
{
	padding-left: 0px;
	margin-bottom: 39px;
}
.footer_logo a
{
	color: #012e5c;
	line-height: 1;
}
.footer_intro p
{
	margin-bottom: 0px;
}
.footer_intro div.slogan{
	font-weight: normal !important;
}
.footer_social
{
	margin-top: 27px;
}
.footer_social ul
{
	display: inline-block;
	margin-left: -5px;
}
.footer_social ul li
{
	display: inline-block;
	margin-right: 22px;
}
.footer_social ul li a
{
	padding: 5px;
}
.footer_social ul li a i
{
	font-size: 12px;
	color: #bab6c3;
}
.footer_social ul li a:hover i
{
	color: #1b0d37;
}
.footer_cr
{
	font-size: 16px;
	font-weight: 500;
	color: #cacaca;
	margin-top: 65px;
}
.footer_cr_2
{
	display: none;
	font-size: 16px;
	font-weight: 500;
	color: #cacaca;
	margin-top: 65px;
}
.footer_col
{
	margin-bottom: 27px;
}
.footer_col:last-child
{
	margin-bottom: 0px;
}
.footer_col_title
{
	font-size: 18px;
	font-weight: 500;
	color: #28262d;
	margin-bottom: 9px;
}
.footer_col ul li
{
	margin-bottom: 4px;
}
.footer_col ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #909090;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_col ul li a:hover
{
	color: #28262d;
}

/*********************************
6. Device
*********************************/

.device
{
	padding-bottom: 120px;
}
.device_content
{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.device_content h1
{
	padding-right: 20%;
}
.device_items
{
	margin-top: 89px;
}
.device_item
{
	margin-bottom: 50px;
}
.device_item:last-child
{
	margin-bottom: 0px;
}
.device_item span
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	background: #012e5c;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 50%;
	float: left;
}
.device_item span:hover
{
	background: #fb007c;
}
.device_item p
{
	/* display: block; */
	vertical-align: middle;
	/* padding-top: 10px; */
	padding-left: 85px;
}
.devices_button
{
	margin-top: 61px;
}
.devices_button:hover
{
	background: #fb007c;
}
.devices_button:hover a
{
	color: #FFFFFF;
}
.device_image
{
	height: 100%;
	padding-left: 21px;
}
.device_image_container
{
	width: calc(50vw - 45px);
	height: 100%;
	padding-top: 195px;
}
.device_image_container img
{
	max-width: 100%;
}
.device_image_background
{
	position: absolute;
	top: 0;
	left: 21px;
	width: 50vw;
	height: 511px;
	background: #FFFFFF;
	z-index: -1;
}

/*********************************
5.2 Reply
*********************************/

.contact_row
{
	margin-top: 2px;
}
.reply
{
	
}
.reply_title
{
	font-size: 18px;
	color: #012e5c;
}
.reply_form_container
{
	margin-top: 54px;
}
.input_field
{
	height: 45px;
	border: none;
	border-bottom: solid 1px #e1e1e1;
	color: #012e5c;
}

.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
	font-style: normal !important;
	font-size: 14px !important;
	color: #909090 !important;
	font-weight: 400 !important;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
	font-style: normal !important;
	font-size: 12px !important;
	color: #909090 !important;
	font-weight: 400 !important;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
	font-style: normal !important;
	font-size: 12px !important;
	color: #909090 !important;
	font-weight: 400 !important;
} 
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{ 
	font-style: normal !important;
	font-size: 12px !important;
	color: #909090 !important;
	font-weight: 400 !important;
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
	font-style: normal !important;
	font-size: 12px !important;
	color: #909090 !important;
	font-weight: 400 !important;
}


.input_field:focus::-webkit-input-placeholder,
.text_field:focus::-webkit-input-placeholder
{
	color: #fb007c !important;
}
.input_field:focus:-moz-placeholder,
.text_field:focus:-moz-placeholder
{
	color: #fb007c !important;
}
.input_field:focus::-moz-placeholder,
.text_field:focus::-moz-placeholder
{
	color: #fb007c !important;
} 
.input_field:focus:-ms-input-placeholder,
.text_field:focus:-ms-input-placeholder
{ 
	color: #fb007c !important;
}
.input_field:focus::input-placeholder,
.text_field:focus::input-placeholder
{
	color: #fb007c !important;
}
.text_field
{
	font-size: 14px;
	border: none;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 12px;
	color: #012e5c;
}
.reply_form_name,
.reply_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.reply_form_name
{
	margin-right: -6px;
}
.reply_form_email
{
	margin-left: 30px;
}
.reply_form_subject
{
	display: block;
	width: 100%;
	margin-top: 13px;
}
.reply_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 27px;
}
.input_field:focus,
.text_field:focus
{
	border-bottom: solid 1px #452b78 !important;
	box-shadow: none !important;
	outline: none !important;
}
.reply_submit_btn
{
	margin-top: 55px;
	display: inline-block;
	height: 54px;
	width: 174px;
	text-align: center;
	border: solid 2px #fb007c;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #fb007c;
	cursor: pointer;
}
.reply_submit_btn:hover
{
	background: #fb007c;
	color: #FFFFFF;
}

/*********************************
5.3 Contact Info
*********************************/

.contact_title
{
	font-size: 18px;
	color: #012e5c;
}
.contact_logo
{
	padding-left: 0px;
	margin-top: 38px;
}
.contact_logo a
{
	color: #452b78;
	line-height: 1;
}
.contact_info_container p
{
	margin-top: 39px;
}
.address_container
{
	margin-top: 51px;
}
.contact_info_icon
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 33px;
	color: #FFFFFF;
	font-size: 18px;
	background: #012e5c;
	border-radius: 50%;
	float: left;
}
.contact_info_content
{
	width: calc(100% - 33px);
	padding-left: 33px;
	float: right;
	font-size: 15px;
	font-weight: 400;
	color: #909090;
}
.city
{
	margin-top: -1px;
}
.phone
{
	margin-top: 12px;
}
.email
{
	margin-top: 12px;
}


.image_boxes
{
	padding-top: 50px;
	padding-bottom: 100px;
}
.card
{
	background: #f6f4f9;
	border: none;
}
.card:hover
{
	box-shadow: 0px 26px 38px rgba(0,0,0,0.5);
}
.card-body
{
	padding-top: 21px;
	padding-bottom: 9px;
	padding-left: 38px;
	padding-right: 30px;
}
.card-title
{
	line-height: 1.5;
	margin-bottom: 24px;
}
.card-text
{
	margin-bottom: 31px;
}
.card-link
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #432b75;
}
.card-link:hover
{
	color: #5c3f95;
}

.headsomos{
	margin-top: 6rem !important;
	height:38rem !important;
	margin-bottom: 10rem !important;
}

.somos{
	margin-top: 8rem !important;
	height:45rem !important;
}

.somosbkg{
	background-image:url(../images/caraderecha.jpg);
	background-repeat: no-repeat;
	/* background-size: auto; */
	/* background-size: contain; */
	/* width: 100%;
	height: 100% !important; */
	background-size: 100% auto !important;
    background-position: 0% center;
}

.adn{
	margin-top: 8rem !important;
	margin-bottom: 10rem !important;
	height:38rem !important;
}

.adnbkg{
	background-image:url(../images/5.jpg);
	background-repeat: no-repeat;
	/* background-size: auto; */
	/* background-size: contain; */
	/* width: 100%;
	height: 100% !important; */
	background-size: 100% 90% !important;
    background-position: center center;
}

/***NICE***/

.u-section-1 {
	background-image: none;
	min-height: 811px;
  }
  
  .u-section-1 .u-group-1 {
	min-height: 358px;
	height: auto;
	background-image: none;
	margin: 0 auto 0 0;
  }
  
  .u-section-1 .u-container-layout-1 {
	padding: 90px 125px 0;
  }
  
  .u-section-1 .u-text-1 {
	--animation-custom_in-translate_x: 0px;
	--animation-custom_in-translate_y: 0px;
	--animation-custom_in-opacity: 0;
	--animation-custom_in-rotate: 0deg;
	--animation-custom_in-scale: 0.3;
	margin: 0 auto;
  }
  
  .u-section-1 .u-text-2 {
	--animation-custom_in-translate_x: 0px;
	--animation-custom_in-translate_y: 0px;
	--animation-custom_in-opacity: 0;
	--animation-custom_in-rotate: 0deg;
	--animation-custom_in-scale: 0.3;
	font-size: 1.25rem;
	margin: 30px auto 0;
  }
  
  .u-section-1 .u-list-1 {
	grid-template-rows: repeat(2, auto);
	width: 1140px;
	margin: -54px auto 60px;
  }
  
  .u-section-1 .u-repeater-1 {
	grid-template-columns: repeat(3, calc(33.3333% - 20px));
	min-height: 380px;
	grid-auto-columns: calc(33.3333% - 20px);
	grid-gap: 30px;
  }
  
  .u-section-1 .u-list-item-1 {
	background-position: 50% 50%;
  }
  
  .u-section-1 .u-container-layout-2 {
	padding: 0;
  }
  
  .u-section-1 .u-image-1 {
	height: 186px;
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .u-section-1 .u-text-3 {
	margin: 30px auto 0;
  }
  
  .u-section-1 .u-text-4 {
	font-style: italic;
	font-size: 1.125rem;
	margin: 30px 0 0;
  }
  
  .u-section-1 .u-list-item-2 {
	background-position: 50% 50%;
  }
  
  .u-section-1 .u-container-layout-3 {
	padding: 0;
  }
  
  .u-section-1 .u-image-2 {
	height: 186px;
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .u-section-1 .u-text-5 {
	font-weight: 700;
	margin: 30px auto 0;
  }
  
  .u-section-1 .u-text-6 {
	font-style: italic;
	font-size: 1.125rem;
	margin: 30px 0 0;
  }
  
  .u-section-1 .u-list-item-3 {
	background-position: 50% 50%;
  }
  
  .u-section-1 .u-container-layout-4 {
	padding: 0;
  }
  
  .u-section-1 .u-image-3 {
	height: 186px;
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .u-section-1 .u-text-7 {
	font-weight: 700;
	margin: 30px auto 0;
  }
  
  .u-section-1 .u-text-8 {
	font-style: italic;
	font-size: 1.125rem;
	margin: 30px 0 0;
  }
  
  .u-section-1 .u-list-item-4 {
	background-position: 50% 50%;
  }
  
  .u-section-1 .u-container-layout-5 {
	padding: 0;
  }
  
  .u-section-1 .u-image-4 {
	height: 186px;
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .u-section-1 .u-text-9 {
	font-weight: 700;
	margin: 30px auto 0;
  }
  
  .u-section-1 .u-text-10 {
	font-style: italic;
	font-size: 1.125rem;
	margin: 30px 0 0;
  }
  
  .u-section-1 .u-list-item-5 {
	background-position: 50% 50%;
  }
  
  .u-section-1 .u-container-layout-6 {
	padding: 0;
  }
  
  .u-section-1 .u-image-5 {
	height: 186px;
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .u-section-1 .u-text-11 {
	font-weight: 700;
	margin: 30px auto 0;
  }
  
  .u-section-1 .u-text-12 {
	font-style: italic;
	font-size: 1.125rem;
	margin: 30px 0 0;
  }
  
  .u-section-1 .u-gallery-nav-1 {
	position: absolute;
	left: 10px;
	width: 40px;
	height: 40px;
  }
  
  .u-section-1 .u-gallery-nav-2 {
	position: absolute;
	right: 10px;
	width: 40px;
	height: 40px;
  }
  
  @media (max-width: 1199px) {
	.u-section-1 .u-group-1 {
	  height: auto;
	  margin-right: auto;
	  margin-left: 0;
	}
  
	.u-section-1 .u-container-layout-1 {
	  padding-top: 70px;
	}
  
	.u-section-1 .u-list-1 {
	  width: 940px;
	  min-height: 380px;
	}
  
	.u-section-1 .u-image-1 {
	  height: 153px;
	}
  
	.u-section-1 .u-image-2 {
	  height: 153px;
	}
  
	.u-section-1 .u-image-3 {
	  height: 153px;
	}
  
	.u-section-1 .u-image-4 {
	  height: 153px;
	}
  
	.u-section-1 .u-image-5 {
	  height: 153px;
	}
  
	.u-section-1 .u-gallery-nav-1 {
	  top: 65px;
	}
  
	.u-section-1 .u-gallery-nav-2 {
	  left: auto;
	  top: 65px;
	}
  }
  
  @media (max-width: 991px) {
	.u-section-1 .u-container-layout-1 {
	  padding-left: 50px;
	  padding-right: 50px;
	}
  
	.u-section-1 .u-list-1 {
	  width: 720px;
	}
  
	.u-section-1 .u-repeater-1 {
	  grid-template-columns: repeat(2, calc(50% - 15px));
	  grid-auto-columns: calc(50% - 15px);
	}
  
	.u-section-1 .u-image-1 {
	  height: 176px;
	}
  
	.u-section-1 .u-image-2 {
	  height: 176px;
	}
  
	.u-section-1 .u-image-3 {
	  height: 176px;
	}
  
	.u-section-1 .u-image-4 {
	  height: 176px;
	}
  
	.u-section-1 .u-image-5 {
	  height: 176px;
	}
  }
  
  @media (max-width: 767px) {
	 .u-section-1 {
	  min-height: 839px;
	}
  
	.u-section-1 .u-group-1 {
	  min-height: 420px;
	}
  
	.u-section-1 .u-container-layout-1 {
	  padding-top: 30px;
	}
  
	.u-section-1 .u-list-1 {
	  width: 540px;
	  min-height: 413px;
	  margin-top: -116px;
	}
  
	.u-section-1 .u-repeater-1 {
	  grid-template-columns: 100%;
	  grid-auto-columns: calc(100% - 0px);
	}
  
	.u-section-1 .u-image-1 {
	  height: 264px;
	}
  
	.u-section-1 .u-image-2 {
	  height: 264px;
	}
  
	.u-section-1 .u-image-3 {
	  height: 264px;
	}
  
	.u-section-1 .u-image-4 {
	  height: 264px;
	}
  
	.u-section-1 .u-image-5 {
	  height: 264px;
	}
  
	.u-section-1 .u-gallery-nav-1 {
	  top: 111px;
	}
  
	.u-section-1 .u-gallery-nav-2 {
	  top: 111px;
	}
  }
  
  @media (max-width: 575px) {
	 .u-section-1 {
	  min-height: 922px;
	}
  
	.u-section-1 .u-group-1 {
	  min-height: 511px;
	}
  
	.u-section-1 .u-container-layout-1 {
	  padding-top: 60px;
	}
  
	.u-section-1 .u-text-2 {
	  font-size: 1.125rem;
	}
  
	.u-section-1 .u-list-1 {
	  width: 340px;
	  margin-top: -100px;
	}
  
	.u-section-1 .u-repeater-1 {
	  min-height: 383px;
	  grid-auto-columns: 100%;
	}
  
	.u-section-1 .u-image-1 {
	  height: 166px;
	}
  
	.u-section-1 .u-image-2 {
	  height: 166px;
	}
  
	.u-section-1 .u-image-3 {
	  height: 166px;
	}
  
	.u-section-1 .u-image-4 {
	  height: 166px;
	}
  
	.u-section-1 .u-image-5 {
	  height: 166px;
	}
  }

  .u-section-3 {
	background-image: none;
  }
  
  .u-section-3 .u-sheet-1 {
	min-height: 923px;
  }
  
  .u-section-3 .u-text-1 {
	font-weight: 400;
	margin: 70px auto 0;
  }
  
  .u-section-3 .u-text-2 {
	margin: 20px 235px 0;
  }
  
  .u-section-3 .u-image-1 {
	width: 549px;
	height: 526px;
	object-position: 43.75% 50%;
	margin: 45px auto 0 0;
  }
  
  .u-section-3 .u-list-1 {
	grid-template-rows: repeat(2, auto);
	width: 570px;
	margin: -526px 0 60px auto;
  }
  
  .u-section-3 .u-repeater-1 {
	grid-template-columns: repeat(2, calc(50% - 10px));
	min-height: 526px;
	grid-gap: 20px;
  }
  
  .u-section-3 .u-list-item-1 {
	background-image: none;
  }
  
  .u-section-3 .u-container-layout-1 {
	padding: 30px;
  }
  
  .u-section-3 .u-icon-1 {
	height: 71px;
	width: 71px;
	margin: 0 auto;
  }
  
  .u-section-3 .u-text-3 {
	background-image: none;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin: 20px 0 0;
  }
  
  .u-section-3 .u-list-item-2 {
	background-image: none;
  }
  
  .u-section-3 .u-container-layout-2 {
	padding: 30px;
  }
  
  .u-section-3 .u-icon-2 {
	height: 71px;
	width: 71px;
	margin: 0 auto;
  }
  
  .u-section-3 .u-text-4 {
	background-image: none;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin: 20px 0 0;
  }
  
  .u-section-3 .u-container-layout-3 {
	padding: 30px;
  }
  
  .u-section-3 .u-icon-3 {
	height: 71px;
	width: 71px;
	margin: 0 auto;
  }
  
  .u-section-3 .u-text-5 {
	background-image: none;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin: 20px 0 0;
  }
  
  .u-section-3 .u-list-item-4 {
	background-image: none;
  }
  
  .u-section-3 .u-container-layout-4 {
	padding: 30px;
  }
  
  .u-section-3 .u-icon-4 {
	height: 71px;
	width: 71px;
	margin: 0 auto;
  }
  
  .u-section-3 .u-text-6 {
	background-image: none;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin: 20px 0 0;
  }
  
  @media (max-width: 1199px) {
	.u-section-3 .u-sheet-1 {
	  min-height: 825px;
	}
  
	.u-section-3 .u-text-2 {
	  margin-left: 135px;
	  margin-right: 135px;
	}
  
	.u-section-3 .u-image-1 {
	  width: 450px;
	  object-position: 41.45% 50%;
	}
  
	.u-section-3 .u-list-1 {
	  height: auto;
	  width: 470px;
	}
  
	.u-section-3 .u-text-3 {
	  font-size: 1.25rem;
	}
  
	.u-section-3 .u-text-4 {
	  font-size: 1.25rem;
	}
  
	.u-section-3 .u-text-5 {
	  font-size: 1.25rem;
	}
  
	.u-section-3 .u-text-6 {
	  font-size: 1.25rem;
	}
  }
  
  @media (max-width: 991px) {
	.u-section-3 .u-sheet-1 {
	  min-height: 1386px;
	}
  
	.u-section-3 .u-text-2 {
	  margin-left: 25px;
	  margin-right: 25px;
	}
  
	.u-section-3 .u-image-1 {
	  margin-right: initial;
	  margin-left: initial;
	  width: auto;
	}
  
	.u-section-3 .u-list-1 {
	  margin-right: initial;
	  margin-left: initial;
	  width: auto;
	}
  }
  
  @media (max-width: 767px) {
	.u-section-3 .u-sheet-1 {
	  min-height: 1406px;
	}
  
	.u-section-3 .u-text-2 {
	  margin-left: 0;
	  margin-right: 0;
	}
  
	.u-section-3 .u-image-1 {
	  object-position: 68.22% 50%;
	  width: auto;
	  margin-right: initial;
	  margin-left: initial;
	}
  
	.u-section-3 .u-list-1 {
	  margin-top: -517px;
	  width: auto;
	  margin-right: initial;
	  margin-left: initial;
	}
  }
  
  @media (max-width: 575px) {
	.u-section-3 .u-sheet-1 {
	  min-height: 1425px;
	}
  
	.u-section-3 .u-image-1 {
	  height: 440px;
	  width: auto;
	  margin-right: initial;
	  margin-left: initial;
	}
  
	.u-section-3 .u-list-1 {
	  margin-top: -326px;
	  width: auto;
	  margin-right: initial;
	  margin-left: initial;
	}
  
	.u-section-3 .u-repeater-1 {
	  grid-template-columns: repeat(1, 100%);
	  min-height: 760px;
	}
}