/* Aeropenta */



@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
	font-family: 'Barlow', sans-serif;
	font-family: 'Montserrat', sans-serif;
*/


@import url('../css/font-awesome.css');
@import url('../css/simple-line-icons.css');
@import url('../css/animate.css');
@import url('../css/owl.css');
@import url('../css/jquery-ui.css');
@import url('../css/jquery.fancybox.min.css');



/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Barlow', sans-serif;
	font-size:20px;
	color:#282526;
	line-height:1.50em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#55328a;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Barlow', sans-serif;
	font-weight:normal;
	margin:0 0 15px;
	background:none;
	line-height:1.30em;
}

input,button,select,textarea{
	font-family: 'Barlow', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

p{
	position:
	relative;
	margin-bottom:20px;
	text-align: justify;
	font-weight: 400;
}

.text{
	position:
	relative;
	line-height:1.50em;
	margin-bottom:0px;
	text-align: justify;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1780px;
	padding:0px 40px;
	margin:0 auto;
}

.medium-container{
	position:static;
	max-width:1210px;
	padding:0px 20px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	overflow: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-one span{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 30px;
	background: #55328a;
	letter-spacing: 0.05em;
	z-index: 1;
}

.btn-style-one span:before{
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	right: -1px;
	z-index:-1;
	background: #FFFFFF;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right ;
	-ms-transform-origin: right;
	transform-origin: right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one:hover span:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.btn-style-one:hover{
	color: #55328a;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #55328a;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	overflow: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-two span{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 30px;
	background: #FFFFFF;
	letter-spacing: 0.05em;
	z-index: 1;
}

.btn-style-two span:before{
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	right: -1px;
	z-index:-1;
	background: #101010;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right ;
	-ms-transform-origin: right;
	transform-origin: right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-two:hover span:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.btn-style-two:hover{
	color: #FFFFFF;
}


.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#55328a;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f6f7f8;	
}

.no-bg{
	background:none;	
}

.text-uppercase{
	text-transform:uppercase;	
}

.grey-color{
	color:#333333 !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg);}

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

/****** Pagination ******/

.pagination {
	margin: 40px 0;
}

.pagination span, .pagination a, .pagination a:visited {
	color:#ffffff;
	display:block;
	float:left;
	margin: 2px 5px 2px 0px;
	padding: 8px 12px 8px 12px;
	background-color: #202020;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagination a:hover, .pagination .current {
	color:#ffffff;
	background-color:#009384;
}

/****** Wordpress Core ******/

.alignnone {
    margin: 15px 20px 15px 0;
}

.aligncenter, div.aligncenter {
    display: block;
	margin: 15px auto 15px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 15px 20px 15px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 7px 7px 3px 7px;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignnone {
    margin: 15px 20px 15px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
	line-height: 1.65;
	margin: 0;
	padding: 6px 4px 4px 4px;
	text-align: center;
	color: #777777;
}

.sticky{
	position: relative;
}

.sticky:before {
	content: "\f08d";
	font-family: 'FontAwesome';
	position: absolute;
	color: #009384;
	font-size: 24px;
	top: 10px;
}

.sticky .post-title {
	padding-left: 30px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/****** Comments ******/

#respond {
	
}
#respond ul {
	list-style-type:none;
}
#respond .logged-in {
	margin: 0 0 12px 0
}
#commentform input[type="text"], #commentform .input-comments  {
	width: 198px;
	float:left;
	margin-right:13px;
}
#commentform label {
	display:block;
}
#commentform .url-comments {
	margin-right:0px !important;
}
#commentform li.middle {
	margin-right:0px !important;
}

.comments-closed {
	margin: 40px 0 40px 0;
}

ol.commentlist { 
	list-style: none; 
}
ol.commentlist li div.vcard cite.fn { 
	font-style: normal; 
}
ol.commentlist li div.vcard img.avatar { 
	float:left; 
	margin: 0 10px 0px 0px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ol.commentlist li div.commentmetadata { 
	padding: 8px 0 14px 0; 
}
ol.commentlist li div.comment-meta { 
	font-size: 14px;
	color: #777777; 
}
ol.commentlist li div.comment-meta a, ol.commentlist li div.comment-meta a:visited { 
	color: #777777;
}
ol.commentlist li div.comment-meta a:hover { 
	color: #009384; 
}
ol.commentlist li div.reply { 
	font-size: 14px; 
	padding: 0px 0 40px 0; 
	font-weight: 700; 
}
ol.commentlist li ul.children { 
	list-style: none; margin: 10px 0 0; 
}
ol.commentlist li ul.children li.depth-2 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-3 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-4 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-5 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li.pingback {
	margin: 0 0 40px 0;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:44px;
	height:52px;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	line-height:52px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:4px;
	background:#231f20;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#55328a;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table{
	position:relative;
    border-collapse: collapse;
    width: 100%;
	margin-bottom:20px;
    border: 1px solid #282526;
    border-top: none;
}

table tr td{
    border: none;
    border-right: 1px solid #282526;
    padding: 7px 20px;
}

table tr td:last-child{
	border-right: none;
}


table tr:hover{background-color: #dddddd;}

table th{
	border: none;
    border-right: 1px solid #282526;
    padding: 5px 20px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #282526;
    color: #ffffff;
}

table th:last-child{
	border-right: none;
}

table tr th.number,
table tr td.number{
	width: 50px;
	text-align: center;
}

table tr th.qty,
table tr td.qty{
	width: 70px;
	text-align: center;
}

ul{
	margin:0px 0px 20px 30px;	
}

ul li{
	list-style-type:disc;	
}

ol{
	margin:0px 0px 20px 30px;	
}

ol li{
	list-style-type:decimal;	
}

h1{
	font-size: 50px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 12px;
}



/*** 

====================================================================
	Default Form Style
====================================================================

***/

form{
	position:relative;
}

form .form-group{
	position:relative;
	margin-bottom:25px;
}

form .row .form-group{
	margin-bottom:30px;
}

form .form-group .field-label{
	position:relative;
	display:block;
	font-size: 18px;
	font-weight: 400;
	color: #010101;
	line-height:30px;
	margin-bottom: 10px;
}

form .form-group .field-inner{
	position: relative;
	display: block;
}

form .form-group .field-inner .icon{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #55328a;
	text-align: center;
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="file"],
form textarea,
form select{
	position:relative;
	display:block;
	width:100%;
	color:#101010;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	font-size:16px;
	font-weight: 400;
	background:#f8f8f8;
	margin:0px;
	border-radius: 0;
	border:1px solid rgba(0,0,0,0.20);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

form input[type="file"]{
	cursor: pointer;
	height: 42px;
}

form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

form select option{
	text-indent: 22px;
	cursor: pointer;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus{
	border-color:#55328a;
}

form textarea{
	height:100px;
	resize:none;
}

form button,
form input[type="submit"],
form .theme-btn{
	position:relative;
	display:inline-block;
	margin: 0;
}

form button:hover,
form input[type="submit"]:hover,
form .theme-btn:hover{
	
}

form .radio-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
	min-width: 280px;
    margin-right: 10px;
}

form .radio-block input{
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
}

form .radio-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

form .check-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
    margin-right: 30px;
}

form .check-block input{
    position: absolute;
    left: 0;
    top: 6px;
    padding: 0;
    cursor: pointer;
}

form .check-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;
    text-transform: capitalize;
    cursor: pointer;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:0px 0px;
	background:none;
	z-index:999;
}

.main-header .auto-container{
	padding: 0 40px;
}

.main-header ul,
.main-header ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-header .nav-toggler{
	position:relative;
	float:right;
	padding:40px 0px 0px;
	margin-left:20px;
	display:none;	
}

.main-header .nav-toggler button{
	position:relative;
	height:40px;
	line-height:40px;
	padding: 0px 0px;
	text-align: center;
	background:none;
	color:#ffffff;
	font-size:20px;
	margin:0px;
	border-radius:0px;
	outline: none !important;
}

.main-header .nav-toggler img{
	width: 30px;
}

.main-header .header-upper{
	position:relative;
	padding:20px 0 0;
	width:100%;
}

.main-header .main-box{
	position:relative;
	padding:0px;
	width:100%;
}

.main-header .main-box .logo-box{
	position:
	relative;
	float:
	left;
	padding: 20px 20px;
	width: 170px;
	height: 170px;
	background: #ffffff00;
	text-align: center;
	border-radius: 50%;
	z-index:10;
	box-shadow: rgb(0 0 0 / 30%) 0px 7px 8px 0px;
}

.main-header .main-box .logo-box .logo{
	position:relative;
	display:block;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	height: 120px;
}

.main-header .upper-right{
	position:relative;
	display:block;
	font-family: 'Montserrat', sans-serif;
	float: right;
	padding-top: 20px;
	z-index:5;
}

.main-header .top-info{
	position: relative;
	display: block;
	padding: 0px 0px;
}

.main-header .top-info ul{
	position: relative;
	float: right;
}

.main-header .top-info ul li{
	position: relative;
	float: left;
	padding-left: 65px;
	min-height: 44px;
	line-height: 24px;
	margin-left: 50px;
}

.main-header .top-info ul li.email{
	padding-left: 54px;
}

.main-header .top-info ul li .subtitle{
	position: relative;
	display: block;
	color: #282526;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 24px;
}

.main-header .top-info ul li a{
	position: relative;
	display: block;
	color: #282526;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.main-header .top-info ul li .icon{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	top: 0px;
	line-height: 44px;
}

.main-header .top-info ul li .icon img{
	display: inline-block;
	vertical-align: middle;
	height: 25px;
}

.main-header .top-info ul li a:hover{
	color: #55328a;
	text-decoration: underline;
}

.main-header .top-info ul li.email .icon img{
	display: inline-block;
	vertical-align: middle;
	height: 29px;
}

.main-header .nav-outer{
	position:relative;
	display:block;
	padding-top: 20px;
	z-index:5;
}

.main-menu{
	position:relative;
	float: right;
	display:block;
	padding-top: 0px;
}

.main-menu .navbar-collapse{
	padding:0px;
	margin:0px;
	border:none;
	box-shadow:none;
}

.main-menu .navigation{
	position:relative;
	z-index: 1;
}

.main-menu .navigation > li{
	position:relative;
	display: block;
	float: left;
	padding:10px 0px 25px;
	margin-right: 55px;
	text-align:left;
}

.main-menu .navigation > li:last-child{
	margin-right: 0;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	color:#282526;
	padding:5px 0px;
	font-weight:700;
	line-height:30px;
	text-transform: uppercase;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 20px;
	border-bottom: 5px solid #55328a;
	transform-origin: left;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before,
.main-menu .navigation > li:hover > a:before{
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	text-decoration: none;
	color: #55328a;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left: 0%;
	top:100%;
	width:260px;
	padding:0px 0px;
	z-index:100;
	opacity: 1;
	text-align:left;
	background:#ffffff;
	border: 1px solid rgba(0,0,0,0.10);
	border-radius:7px;
	overflow: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	transition:all 100ms ease;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding:0px 0px;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	font-size:14px;
	line-height:20px;
	font-weight:600;
	color:#303031;
	text-decoration: none;
	text-transform:capitalize;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a{
	color:#ffffff;
	background: #55328a;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 100%;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}


/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

body.visible-sidebar{
	overflow: hidden;
}

.menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0,0,0,0.70);
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar{
	position: fixed;
	top: 0;
	width: 300px;
	height: 100%;
	background: #ffffff;
	border-left: 2px solid #55328a;
	color: #282526;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
	list-style-type:none;
	margin:0px;
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	right: 3px;
}

.hidden-bar .hidden-bar-closer {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 3px;
	background: rgba(0,0,0,0.80);
	color: #ffffff;
	padding: 0;
	border-radius: 0px;
	text-align: center;
	line-height: 36px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #55328a;
}

.hidden-bar .hidden-bar-closer:hover .btn{
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	display: block;
	margin: 0 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 5px;
	line-height: 26px;
}

.hidden-bar .info{
	position:relative;
	display:block;
	font-family: 'Barlow', sans-serif;
	width:100%;
	padding: 40px 20px;
}

.hidden-bar .info ul li{
	position: relative;
	margin-bottom: 12px;
}

.hidden-bar .info ul li a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #101010;
	line-height: 24px;
}

.hidden-bar .info ul li .icon{
	position: relative;
	top: -1px;
	vertical-align: middle;
	display: inline-block;
	width: 40px;
	padding-right: 7px;
}

.hidden-bar .info ul li .icon img{
	display: block;
	height: 24px;
}

.hidden-bar .info ul li a:hover{
	color: #55328a;
	text-decoration: underline;
}

.hidden-bar-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.hidden-bar .logo{
	padding: 30px 20px;
	text-align:left;
}

.hidden-bar .logo img{
	display:inline-block;
	height: 90px;
}


.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	font-family: 'Barlow', sans-serif;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	position: relative;
	background: transparent;
	color: #101010;
	display: block;
	font-weight: 500;
	font-size:15px;
	line-height: 24px;
	text-transform: capitalize;
	border-top: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding: 12px 20px 12px 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li:hover > a,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: #55328a;
	color: #ffffff;
}

.hidden-bar .side-menu ul li ul li a{
	padding-left:30px;
	font-size:15px;
	text-transform:capitalize;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #101010;
	border: 1px solid rgba(0,0,0,0.80);
	padding: 4px 10px;
	font-size: 14px;
	height: 32px;
	width: 34px;
	line-height: 22px;
	border-radius: 0px;
	position: absolute;
	top: 7px;
	right: 15px;
	outline: none;
}

.hidden-bar .side-menu ul li:hover a .btn.expander,
.hidden-bar .side-menu ul li.current a .btn.expander{
	color: #ffffff;
	border-color: #ffffff;
}

/*** 

====================================================================
	Banner Slider Section
====================================================================

***/

.banner-section{
	position: relative;
	padding:0px 0px;
	background: #fff;
	overflow: hidden;
}

.banner-section .banner-slider{
	position:relative;
	width:100%;	
}

.banner-section .slide-item{
	position: relative;
	width:100%;
	padding:0px;
	color: #ffffff;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.banner-section .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	z-index: 1;
}

.banner-section .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-section .slide-item .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.banner-section .slide-item .content-box{
	position:relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 200px 0px 0px;
	height: 820px;
	min-height: 100vh;
	z-index: 10;
}

.banner-section .slide-item .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.banner-section .slide-item .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 900px;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-section .active .slide-item .inner{
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-webkit-transition:all 1000ms ease 300ms;
	-ms-transition:all 1000ms ease 300ms;
	-o-transition:all 1000ms ease 300ms;
	-moz-transition:all 1000ms ease 300ms;
	transition:all 1000ms ease 300ms;
}

.banner-section .slide-item h2{
	font-size:48px;
	font-weight:700;
	line-height:1.20em;
	text-transform: uppercase;
	color: #1a3869;
	margin:0px 0px;
}

.banner-section .slide-item .subtitle{
	position: relative;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 400;
	line-height:1.20em;
	color: #1a3869;
}

.banner-section .slide-item .link-box{
	position: relative;
	display: block;
	padding-top: 40px;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-section .active .slide-item .link-box{
	opacity:1;
	-webkit-transform:translate(0);
	-ms-transform:translate(0);
	transform:translate(0);
	-webkit-transition:all 1000ms ease 1000ms;
	-ms-transition:all 1000ms ease 1000ms;
	-o-transition:all 1000ms ease 1000ms;
	-moz-transition:all 1000ms ease 1000ms;
	transition:all 1000ms ease 1000ms;
}

.banner-section .owl-dots{
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -30px;
	text-align: right;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: block;
	margin: 13px 0px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	background: #55328a;
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span{
	background: #FFFFFF;
}

.banner-section .owl-theme .owl-nav{
	display: none;
}

/*** 

====================================================================
	Fluid Section
====================================================================

***/

.round-title{
	position: relative;
	margin-bottom: 50px;
}

.round-title .title-inner{
	position: relative;
	display: inline-block;
	background: #55328a;
	padding: 12px 110px 12px 0px;
	border-radius: 0 37px 37px 0px;
}

.round-title h2{
	font-size: 36px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	line-height: 50px;
	z-index: 1;
}

.round-title .title-inner:before{
	content: '';
	position: absolute;
	right: 99.5%;
	top: 0;
	height: 100%;
	width: 2000px;
	background: #55328a;
}

.fluid-section{
	position:relative;
	background: #ffffff;
}

.fluid-section .outer-container{
	position: relative;
	display: block;
}

.fluid-section .row{
	margin: 0 0;
}

.fluid-section .text-col{
	position: relative;
	padding: 110px 0;
	background: #1a3869;
	color: #ffffff;
}

.fluid-section .text-col .inner{
	position: relative;
	float: right;
	width: 100%;
	max-width: 890px;
	padding: 0 50px 0 40px;
}

.fluid-section .text-col .content{
	position: relative;
	max-width: 750px;
}

.fluid-section .text-col .round-title{
	margin-bottom: 35px;
}

.fluid-section .text-col .text{
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.45em;
}

.fluid-section .text-col .big-text{
	position: relative;
	font-size: 24px;
	font-weight: 700;
}

.fluid-section .text-col .link-box{
	position: relative;
	display: block;
	padding-top: 15px;
}

.fluid-section .image-col{
	position: relative;
	padding: 0 0;
}

.fluid-section .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fluid-section .image-col .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 75%;
    background: rgba(0,0,0,0.0);
}

.fluid-section .image-col .image{
	position: relative;
	display: none;
}

.fluid-section .image-col .image img{
	display: block;
	width: 100%;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding: 150px 0px 50px;
}

.services-section .round-title{
	margin-bottom: 80px;
}

.services-section .upper-text{
	position: relative;
	max-width: 1180px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto 100px;
}

.services-section .parent-row{
	margin: 0 -40px;
}

.services-section .parent-row .services-column{
	padding: 0 40px;
}

.service-block{
	position: relative;
	margin-bottom: 70px;
}

.service-block .title-col{
	position: relative;
	margin-bottom: 30px;
}

.service-block .title-col .inner{
	position: relative;
	display: block;
	min-height: 100%;
	padding-top: 30%;
	margin-right: 70px;
}

.service-block .title-col .title{
	position: relative;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 7px solid #1a3869;
}

.service-block .title-col .title:after{
	content: '';
	position: absolute;
	left: 100%;
	bottom: -12px;
	margin-left: -10px;
	width: 49px;
	height: 25px;
	background: url(../images/icons/plane-icon.png) left bottom no-repeat;
}

.service-block .title-col .title h3{
	margin: 0;
	line-height: 1.25em;
	font-weight: 700;
}

.service-block .image-col{
	position: relative;
	margin-bottom: 30px;
}

.service-block .image-col .image,
.service-block .image-col .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50px;
	height: 260px;
}


/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section{
	position:relative;
	background: #231F53;
	font-family: 'Barlow', sans-serif;
	color: #ffffff;
	padding: 250px 0px 200px;
}

.cta-section .bg-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.cta-section .bg-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background: rgba(84,49,137,0.85);
	background: -webkit-linear-gradient(left,rgba(84,49,137,0.90),rgba(84,49,137,0.80),rgba(84,49,137,0.80),rgba(84,49,137,0.70),rgba(84,49,137,0.0));
	background: -ms-linear-gradient(left,rgba(84,49,137,0.90),rgba(84,49,137,0.80),rgba(84,49,137,0.80),rgba(84,49,137,0.70),rgba(84,49,137,0.0));
	background: -moz-linear-gradient(left,rgba(84,49,137,0.90),rgba(84,49,137,0.80),rgba(84,49,137,0.80),rgba(84,49,137,0.70),rgba(84,49,137,0.0));
}

.cta-section .content{
	position: relative;
	max-width: 52%;
}

.cta-section .big-text{
	position: relative;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.25em;
}

.cta-section .link-box{
	position: relative;
	padding-top: 30px;
}

.cta-section .link-box .theme-btn{

}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	color: #ffffff;
	font-size: 14px;
    background: #1a3869;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.main-footer .bg-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center top;
}

.main-footer .bg-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 75%;
    background: rgba(0,0,0,0.0);
}

.main-footer ul,
.main-footer ul li{
	list-style: none;
	margin: 0;
}

.main-footer .upper-section{
	position: relative;
    padding: 75px 0 50px;
}

.main-footer .upper-section .footer-column{
	position: relative;
	margin-bottom: 50px;
}

.main-footer .upper-section .inner-container{
	position: relative;
	padding-left: 310px;
	min-height: 180px;
}

.main-footer .upper-section .footer-logo{
	position: absolute;
	left: 0;
	top: 0px;
	width: 180px;
	height: 180px;
	line-height: 100px;
	padding: 40px 20px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
}

.main-footer .upper-section .footer-logo img{
	display: inline-block;
	height: 100px;
}

.main-footer .upper-section .widget-title{
	position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-footer .upper-section .widget-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -7px;
	border-bottom: 3px solid #55328a;
	width: 20px;
}

.main-footer .upper-section .text{
	position: relative;
	line-height: 22px;
	max-width: 270px;
}

.main-footer .upper-section .links{
	position: relative;
}

.main-footer .upper-section .links li{
	position: relative;
	display: block;
	font-weight: 300;
}

.main-footer .upper-section .links li:last-child{
	margin-bottom: 0;
}

.main-footer .upper-section .links li a{
	position: relative;
	color: #ffffff;
	line-height: 20px;
}

.main-footer .upper-section .links li a:hover{
	text-decoration: underline;
}

.main-footer .upper-section .links li span{
	font-weight: 500;
}

.main-footer .upper-section .links li a:hover span{
	text-decoration: none;
}

.main-footer .upper-section .social-links{
	position: relative;
}

.main-footer .upper-section .social-links a{
	position: relative;
}

.main-footer .upper-section .social-links a img{
	width: 24px;
	height: 24px;
}

.main-footer .f-bottom{
	position: relative;
	padding: 10px 0 75px;
	text-align: center;
}

.main-footer .copyright{
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

.main-footer .copyright a{
	position: relative;
	color: #ffffff;
}

.main-footer .copyright a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
	Inner Banner Section
====================================================================

***/

.inner-banner{
	position: relative;
	text-align: center;
	padding: 250px 0 0;
	height: 500px;
	margin-bottom: 40px;
}

.inner-banner .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.inner-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.inner-banner .page-title{
	position: absolute;
	left: 0;
	bottom: -35px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	z-index: 5;
}

.inner-banner .page-title h2{
	position: relative;
	display: block;
	max-width: 480px;
	font-size: 36px;
	line-height: 50px;
	padding: 10px 20px;
	background: #55328a;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
	border-radius: 35px;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position:relative;
	padding-top: 100px;
	background: #ffffff;
}

.fluid-section-two .outer-container{
	position: relative;
	display: block;
}

.fluid-section-two .row{
	margin: 0 0;
}

.fluid-section-two .text-col{
	position: relative;
	padding: 70px 0 130px;
}

.fluid-section-two .text-col .bg-layer{
	position:absolute;
	left:0;
	margin-left: -30px;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: right 50px;
}

.fluid-section-two .text-col .inner{
	position: relative;
	float: right;
	width: 100%;
	max-width: 880px;
	padding: 0 50px 0 40px;
}

.fluid-section-two .text-col .content{
	position: relative;
	max-width: 750px;
}

.fluid-section-two .text-col .round-title{
	margin-bottom: 35px;
}

.fluid-section-two .text-col .text{
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.45em;
}

.fluid-section-two .text-col .big-text{
	position: relative;
	font-size: 24px;
	font-weight: 700;
}

.fluid-section-two .text-col .link-box{
	position: relative;
	display: block;
	padding-top: 15px;
}

.fluid-section-two .image-col{
	position: relative;
	padding: 0 0;
}

.fluid-section-two .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fluid-section-two .image-col .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 75%;
    background: rgba(0,0,0,0.0);
}

.fluid-section-two .image-col .image{
	position: relative;
	display: none;
}

.fluid-section-two .image-col .image img{
	display: block;
	width: 100%;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-three{
	position:relative;
	background: #ffffff;
}

.fluid-section-three .outer-container{
	position: relative;
	display: block;
}

.fluid-section-three .row{
	margin: 0 0;
}

.fluid-section-three .text-col{
	position: relative;
	order: 12;
	padding: 130px 0 60px;
	background: #1a3869;
	color: #ffffff;
}

.fluid-section-three .text-col .text-block{
	position: relative;
	margin-bottom: 70px;
}

.fluid-section-three .text-col h2{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
}

.fluid-section-three .text-col .inner{
	position: relative;
	width: 100%;
	max-width: 880px;
	padding: 0 40px 0 60px;
}

.fluid-section-three .text-col .content{
	position: relative;
	max-width: 750px;
}

.fluid-section-three .text-col .round-title{
	margin-bottom: 35px;
}

.fluid-section-three .text-col .text{
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.45em;
}

.fluid-section-three .image-col{
	position: relative;
	order: 0;
	padding: 0 0;
}

.fluid-section-three .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fluid-section-three .image-col .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 75%;
    background: rgba(0,0,0,0.0);
}

.fluid-section-three .image-col .image{
	position: relative;
	display: none;
}

.fluid-section-three .image-col .image img{
	display: block;
	width: 100%;
}

/*** 

====================================================================
	Services Page
====================================================================

***/

.services-page{
	position:relative;
	padding: 110px 0px 30px;
}

.services-page .auto-container{
	max-width: 1580px;
}

.services-page .upper-text{
	position: relative;
	max-width: 1180px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto 70px;
}

.service-block-two{
	position: relative;
	padding-top: 30px;
	margin-bottom: 90px;
}

.service-block-two .text-col{
	position: relative;
	margin-bottom: 30px;
}

.service-block-two .text-col .inner{
	position: relative;
	display: block;
}

.service-block-two .text-col .title{
	position: relative;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 7px solid #1a3869;
	margin-right: 40px;
	margin-bottom: 45px;
}

.service-block-two .text-col .title:after{
	content: '';
	position: absolute;
	left: 100%;
	bottom: -12px;
	margin-left: -10px;
	width: 49px;
	height: 25px;
	background: url(../images/icons/plane-icon.png) left bottom no-repeat;
}

.service-block-two .text-col .title h3{
	margin: 0;
	line-height: 1.25em;
	font-weight: 700;
	color: #1a3869;
}

.service-block-two .text-col .text{
	position: relative;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	margin-left: 0px;
}

.service-block-two .text-col .text ul{
	margin-left: 0;
	margin-bottom: 0;
}

.service-block-two .text-col .text ul li{
	position: relative;
	padding-left: 24px;
	list-style: none;
	margin-bottom: 15px;
}

.service-block-two .text-col .text ul li:last-child{
	margin-bottom: 0;
}

.service-block-two .text-col .text ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	background: #55328a;
}

.service-block-two .image-col{
	position: relative;
	margin-bottom: 30px;
}

.service-block-two .image-col .inner{
	position: relative;
	margin-left: 80px;
}

.service-block-two .image-col .image,
.service-block-two .image-col .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50px;
}

/*** 

====================================================================
	CTA Section Two
====================================================================

***/

.cta-two{
	position:relative;
	background: #55328a;
	color: #ffffff;
	text-align: center;
	padding: 120px 0px;
}

.cta-two .bg-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.cta-two .bg-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(85,50,138,0.85);
}

.cta-two .content{
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.cta-two h2{
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0;
	font-size: 50px;
}

.cta-two .text{
	position: relative;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.45em;
	padding-top: 30px;
}

.cta-two .link-box{
	position: relative;
	padding-top: 30px;
}

/*** 

====================================================================
	Contact Page
====================================================================

***/

.contact-page{
	position:relative;
	padding: 110px 0px 60px;
	font-size: 20px;
	font-weight: 300;
}

.contact-page .auto-container{
	max-width: 1580px;
}

.contact-page .info-col{
	position: relative;
	margin-bottom: 50px;
}

.contact-page .info-col .inner{
	position: relative;
	display: block;
	margin-right: 35px;
	border: 1px solid rgba(0,0,0,0.20);
	padding: 30px 40px;
	min-height: 100%;
	border-radius: 3px;
}

.contact-page .form-col{
	position: relative;
	margin-bottom: 50px;
}

.contact-page .form-col .inner{
	position: relative;
	display: block;
	margin-left: 35px;
	border: 1px solid rgba(0,0,0,0.20);
	padding: 30px 40px;
	min-height: 100%;
	border-radius: 3px;
}

.contact-page .text{
	position: relative;
	margin-bottom: 30px;
}

.contact-page .info-col .email{
	position: relative;
	padding-left: 45px;
	line-height: 20px;
	margin-bottom: 0px;
}

.contact-page .info-col .phone{
	position: relative;
	line-height: 30px;
	margin-bottom: 15px;
}

.contact-page .email-list{
	position: relative;
	padding-bottom: 10px;
}

.contact-page .email-list ul,
.contact-page .phone-list ul{
	margin-left: 0px;
	margin-bottom: 0;
}

.contact-page .email-list ul li,
.contact-page .phone-list ul li{
	list-style: none;
	padding-left: 45px;
}

.contact-page .info-col .email a,
.contact-page .info-col .phone a{
	color: #010101;
	line-height: 30px;
}

.contact-page .info-col .email a:hover,
.contact-page .info-col .phone a:hover{
	text-decoration: underline;
}

.contact-page .email-list ul li .icon,
.contact-page .phone-list ul li .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.contact-page .email-list ul li img,
.contact-page .phone-list ul li img{
	position: relative;
	max-height: 26px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
}

.contact-page .email-list ul li img{
	top: 3px;
}

.contact-form form .form-group{
	position: relative;
	padding-left: 230px;
}

.service-block-two .text-col .big-text-sk {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}
.service-block-two .text-col .big-text-sk:before {
    content: ' ';
    display: block;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
}

.service-block-two .text-col .big-text-sk:after {
    background-position: 50%;
    content: ' ';
    display: block;
    height: 6px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
}


.contact-form form .form-group .field-label{
	position: absolute;
	left: 0;
	top: 10px;
	width: 190px;
	text-align: left;
}

.contact-form form .btn-style-one span:before{
	background: #101010;
}

.contact-form form .btn-style-one:hover{
	color: #ffffff;
}

.banner-section video {
    width: 100%;
    height: 100%;
}
.sk-top{
	margin-top: -7px;
}



/* Wrapper */
.icon-button {
	background-color: white;
	border-radius: 2.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	height: 2rem;
	line-height: 2rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 2rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
}

/* Icons */
.icon-button i {
	background: none;
	color: #ffffff;
	height: 2rem;
	left: 0;
	line-height: 2rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 2rem;
	z-index: 10;
}





.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}
.tumblr span {
	background-color: #34526f;
}
.instagram span {
	background-color: #517fa4;
}
.youtube span {
	background-color: #bb0000;
}
.pinterest span {
	background-color: #cb2027;
}



.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .fa-tumblr {
	color: #34526f;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button .fa-instagram {
	color: #517fa4;
}
.icon-button .fa-youtube {
	color: #bb0000;
}
.icon-button .fa-pinterest {
	color: #cb2027;
}




.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest {
	color: white;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  .icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }

  /* Icons */
  .icon-button i {
	  height: 1.6rem;
	  line-height: 1.6rem;
	  width: 1.6rem;
  }

  .pinterest {
   display: none; 
  }

}

.social-sk{
	margin-left: 10px;
	margin-top: -10px;
	float: right;
}
.social-sk .twitter{
    background-color: #1EA1F3;
}
.social-sk .facebook{
	background-color: #3B5998;
}

.social-sk .linkedin{
    background-color: #007BB6;

}


.carousel-caption h5{
	font-size: 40px;
	font-weight: 700;
	line-height: 1.20em;
	text-transform: uppercase;
	color: #1a3869;
	margin: 0px 0px;
}

.certifi{


    background: #f1f3f4 !important;
	padding: 60px 0px 60px;
}


.team .member {
	position: relative;
	box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
	padding: 15px;
	border-radius: 4px;
	background: #ffffff17;
	margin-bottom: 15px;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.team .member .pic {
	overflow: hidden;
	width: 100%;
	border-radius: 4px;
}
.team .member .pic img {
	transition: ease-in-out 0.3s;
	width: 100%;
}
.team .member:hover img {
transform: scale(1.1);
}
.team .member .member-info {
	padding-top: 30px;
}
.team .member .member-heading {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.2;
}
.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}
.team .member span::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #dee2e6;
	bottom: 0;
	left: 0;
}
.team .member .member-para {
	margin: 10px 0 0 0;
	font-size: 15px;
}
.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.team .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	background: #8795a4;
}
.team .member .social a + a {
margin-left: 8px;
}
.team .member .social a:hover {
	background: #41A1FD;
}
.team .member .social a .team-icon {
	color: #fff;
	font-size: 16px;
	margin: 0 2px;
}
 .inner-sk {
    position: relative;
    display: block;
    margin-right: 35px;
    border: 1px solid rgba(0,0,0,0.20);
    padding: 30px 40px;
    min-height: 100%;
    border-radius: 3px;
    background: white;
}


.banner-section .carousel-caption{
	bottom: 40%;
}
.service-block-two i {
    color: #55328a;
    margin-right: 10px;
}

@media only screen and (max-width: 767px){
	.carousel-caption h5{
		font-size: 28px;
	}
	.service-block-two .text-col .big-text {
		font-size: 18px;
	}


	.inner-sk {
		padding: 30px 20px 20px;
	}
	.team .member{
		height: 100%;
		width: 100%;
	}

}
.thankyou .page-content i {
    font-size: 60px;
    margin-bottom: 25px;
}
  .thankyou {
width: 100%;
    background: #563289;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: -40px;
    color: #fff;
}
.thankyou .page-content h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.thankyou .page-content h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.title-innerssk h2 {
    color: #55328a;
}

.bgbblue{
        background: #1a3869;
}
.inner-eie-new img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition: transform 0.2s linear;
    border-radius: 50px 50px 0px 0px;
    padding: 60px 30px;
}
.inner-eie-new {
    position: relative;
    border: solid 1px #d7d7d7;
    text-align: center;
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 100px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
    z-index: 99999;
}

.inner-clogo-new {
    background: white;
    text-align: center;
    margin: auto;
    padding: 10px;
    margin-top: 10px;

}
.logiaq li {
    font-weight: 500;
}
.inner-clogo-new img{height: 80px;}
.inner-eie-new h3 {
    margin: 0;
    line-height: 1.25em;
    font-weight: 700;
    color: #1a3869;
    font-size: 15px;
    margin-bottom: 10px;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
}
.engin {
    background: #fff !important;
    padding: 60px 0px 60px;
}
.inner-lgist h3 {
    margin-top: 10px;
}
.inner-lgist {
    position: relative;
    box-shadow: 0px 2px 15px rgb(85 98 112 / 8%);
    padding: 15px 30px;
    border-radius: 4px;
    background: #ffffff17;
    margin-bottom: 15px;
    height: 240px;
}
.cta-two h2 span {
       display: block;
       text-transform: capitalize;
       font-size: 3rem;
       background: linear-gradient(180deg, rgb(26 56 105) 0%, rgb(85 49 136) 100%);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       -webkit-text-stroke: 2px #fff;
       font-weight: 900;
}

.inner-foo-new img{
    border-radius: 50px;
}
.inner-foo-new {
    background: #ffffff00;
    border: 1px solid rgb(0 0 0 / 0%);
    text-align: center;
    margin-top: 35px;
    padding: 10px;
}


.lgist{
    
  background: #fff !important;
    padding: 60px 0px 60px;
}
.logiaq li img {
    margin-right: 10px;
    width: 30px;
}
.logiaq li {
    padding-left: 14px;
}
.logiaq li:before{
    display:none;
}
.owl-nav {
    display: none;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
.big-text {
    font-weight: 700;
}
.owl-dots {
    text-align: center;
}
.owl-dots button.owl-dot.active {
    background-color: #000;
}
.big-text-sk strong{
    font-weight: 700;
}
.big-textss {
    font-weight: 500;
}

.whatsapp-button {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff !important;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}

@keyframes effect {
  20%,
  100% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  0%,
  10% {
    width: 55px;
    height: 55px;
    font-size: 35px;
  }
  5% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}


.service-block-two-sk .text-col .text ul {
    margin-left: 0;
    margin-bottom: 20px;
}
.service-block-two-sk {
    padding-top: 0px;
    margin-bottom: 0px;
}
.service-block-two-new{
        margin-bottom: 0px;
}




