@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Myriad Pro Regular';
	src: url('../fonts/myriad-pro-regular.ttf')  format('truetype'),
		 url('../fonts/myriad-pro-regular.otf')  format('opentype');
}


/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
}
body
{
	/*font-family: 'Open Sans', sans-serif;*/
		/*font-family: 'Roboto', sans-serif;*/
		font-family: "Open Sans", sans-serif !important;
	font-size: 15px;
	line-height: 2;
	font-weight: 400 !important;
	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: "Open Sans", sans-serif !important;;
	font-size: 15px;
	line-height: 24px;
	font-weight: 100;
	text-align: justify;
	color: #000;
	-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: #fb0d00;
    /* background: #bfaaaa; */
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #fde0db;
	color: #ff0000;
}
p::selection
{
	background: #fde0db;
}
h1{font-size: 72px;}
h2{font-size: 30px;}
h3{font-size: 18px;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
	color: #282828;
	-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;
	font-family:"Open Sans", sans-serif !important;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
} 
:-ms-input-placeholder
{ 
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !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;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
	/* padding-left: 45px;
	padding-right: 45px; */
}
.button
{
	width: 129px;
    height: 30px;
	background: #e80505;
	overflow: hidden;
}
.button a
{
	display: block;
	width: 100%;
	color: #fff !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}
.button a img
{
	display: inline-block;
	width: 13px !important;
	height: 7px;
	margin-left: 4px;
}
.button a::after
{
	display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: #ffffff;
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(-1.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 1s ease;
    z-index: 0;
}
.button a:hover::after
{
	left: calc(100% + 70px);
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	padding-left: 48px;
	padding-right: 48px;
	z-index: 20;
	background: #FFFFFF;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*********************************
3.1 Logo
*********************************/

.logo_container
{
	flex-basis: 50%;
}
.logo
{
	margin-left: 7px;
}
.logo a
{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #171717;
	text-transform: uppercase;
}
.logo span:first-of-type
{
	position: absolute;
	top: 0;
	left: -5px;
	color: #ff0000;
	z-index: -1;
}
.logo span:last-of-type
{
	color: #ff0000;
}

/*********************************
3.2 Main Navigation
*********************************/

.main_nav
{left: 150px;
    top: -78px;
	margin-right: -3px;
	height: 100%;
	flex-basis: 200%;
	text-align: right;
}
.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 35px;
	height: 100%;
}
.nav_items li a
{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0b1033;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 14px;
	padding-right: 10px;
}
.nav_items li.active
{
	background: #ff0000;
}
.nav_items li.active a
{
	color: #FFFFFF;
}
.nav_items li:hover
{
	background: #ff0000;
}
.nav_items li:hover a
{
	color: #FFFFFF;
}

/*********************************
3.3 Hamburger Menu
*********************************/

.hamburger_container
{
	display: none;
	cursor: pointer;
	padding: 10px;
	margin-right: -10px;
	flex-basis: 50%;
	text-align: right;
}
.hamburger_text
{
	display: inline-block;
	margin-right: 7px;
	font-weight: 400;
	color: #171717;
}
.hamburger_icon
{
	position: relative;
	display: inline-block;
	width: 22px;
	height: 3px;
	background: #171717;
	margin-bottom: 4px;
}
.hamburger_icon::before,
.hamburger_icon::after
{
	display: block;
	position: absolute;
	left: 0;
	width: 22px;
	height: 3px;
	background: #171717;
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger_icon.active
{
	background: transparent;
}
.hamburger_icon.active::before
{
	top: -9px;
	transform: translateY(9px) rotate(45deg);
}
.hamburger_icon.active::after
{
	top: 9px;
	transform: translateY(-9px) rotate(-45deg);
}
.hamburger_icon::before
{
	top: -6px;
}
.hamburger_icon::after
{
	top: 6px;
}
.hamburger_container:hover .hamburger_icon::before
{
	top: -8px;
}
.hamburger_container:hover .hamburger_icon::after
{
	top: 8px;
}
.hamburger_container:hover .hamburger_icon.active::before
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	top: 0;
}
.hamburger_container:hover .hamburger_icon.active::after
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	top: 0;
}

/*********************************
3.4 Full Screen Menu
*********************************/

.fs_menu_container
{
	position: fixed;
	top: -100vh;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 19;
	-webkit-transition: all 1s 0s cubic-bezier(1,0,0,1);
	-moz-transition: all 1s 0s cubic-bezier(1,0,0,1);
	-ms-transition: all 1s 0s cubic-bezier(1,0,0,1);
	-o-transition: all 1s 0s cubic-bezier(1,0,0,1);
	transition: all 1s 0s cubic-bezier(1,0,0,1);
	padding-left: 48px;
	padding-right: 63px;
	padding-top: 150px;
	text-align: right;
}
.fs_menu_shapes
{
	position: absolute;
	bottom: 32px;
	left: -70px;
	width: 25%;
}
.fs_menu_shapes img
{
	width: 100%;
}
.fs_menu_container.active
{
	top: 0;
}
.fs_menu_list
{
	display: inline-block;
}
.fs_menu_list li
{
	overflow: hidden;
}
.fs_menu_list li a
{
	display: inline-block;
	font-size: 62px;
	font-weight: 700;
	color: #171717;
	line-height: 1.4;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 600ms 600ms cubic-bezier(.19,1,.22,1);
	-moz-transition: all 600ms 600ms cubic-bezier(.19,1,.22,1);
	-ms-transition: all 600ms 600ms cubic-bezier(.19,1,.22,1);
	-o-transition: all 600ms 600ms cubic-bezier(.19,1,.22,1);
	transition: all 1600ms cubic-bezier(.19,1,.22,1);
}
.fs_menu_list li:first-child a {transition-delay: 600ms;}
.fs_menu_list li:nth-child(2) a {transition-delay: 670ms;}
.fs_menu_list li:nth-child(3) a {transition-delay: 740ms;}
.fs_menu_list li:nth-child(4) a {transition-delay: 810ms;}
.fs_menu_list li:nth-child(5) a {transition-delay: 880ms;}
.fs_menu_list li:nth-child(6) a {transition-delay: 950ms;}
.fs_menu_list li:nth-child(7) a {transition-delay: 900ms;}
.fs_menu_list li:nth-child(8) a {transition-delay: 950ms;}
.fs_menu_list li:nth-child(9) a {transition-delay: 1000ms;}
.fs_menu_list li:nth-child(10) a {transition-delay: 1050ms;}
.fs_menu_container.active .fs_menu_list li a
{
	transform: none;
}
.fs_menu_list li a span
{
	position: relative;
}
.fs_menu_list li a span span
{
	position: absolute;
	top: -1px;
	left: -5px;
	color: #ff0000;
	z-index: -1;
}
.fs_menu_list li a > span::after
{
	display: block;
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 0%;
	height: 3px;
	background: #171717;
	content: '';
	-webkit-transition: all 600ms cubic-bezier(.19,1,.22,1);
	-moz-transition: all 600ms cubic-bezier(.19,1,.22,1);
	-ms-transition: all 600ms cubic-bezier(.19,1,.22,1);
	-o-transition: all 600ms cubic-bezier(.19,1,.22,1);
	transition: all 600ms cubic-bezier(.19,1,.22,1);
}
.fs_menu_list li a:hover span::after
{
	width: 100%;
}
.fs_social_container
{
	position: absolute;
	bottom: 0px;
	right: 63px;
	width: auto;
	height: 74px;
	z-index: 11;
}
.fs_social li
{
	display: inline-block;
	margin-left: 10px;
}
.fs_social li a
{
	width: 100%;
	height: 100%;
	padding: 10px;
}
.fs_social li i
{
	font-size: 13px;
	color: rgba(255,66,0,0.6);
}
.fs_social li:hover i
{
	color: rgba(255,66,0,1);
}

/*********************************
4. Main Slider
*********************************/

.home
{
	overflow: hidden;
}
.hero_slider_container
{
	width: 100%;
	height: 840px;
	/* margin-top: 110px; */
}
.main_slider_shapes
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16%;
	max-width: 25%;
	height: auto;
	z-index: 2;
}
.main_slider_item_bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.main_slider_content
{
	width: 610px;
	height: 50%;
	margin-top: 240px;
}
.main_slider_content h1
{
	font-weight: 300;
	line-height: 1.15;
	color: #FFFFFF;
}
.main_slider_content h1 span
{
	font-family: 'Myriad Pro Regular', sans-serif;
}
.main_slider_content p
{
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	padding-left: 5px;
	margin-top: 1px;
}
.discover_button
{
	margin-top: 42px;
	margin-left: 5px;
}

/*********************************
4.1 Main Slider Dots
*********************************/

.main_slider_dots
{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 155px;
	width: 100%;
	z-index: 11;
}
.main_slider_custom_dots li
{
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 74px;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	cursor: pointer;
	margin-right: -4px;
}
.main_slider_custom_dots li.active
{
	background: #ff0000;
}
.main_slider_custom_dot.active,
.main_slider_custom_dot:hover
{
	background: #ff0000;
}

/*********************************
4.2 Main Slider Nav
*********************************/

.main_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
	padding: 10px;
	cursor: pointer;
}
.main_slider_nav_left
{
	left: 39px;
}
.main_slider_nav_right
{
	right: 39px;
}
.main_slider_nav i
{
	color: #FFFFFF;
	font-size: 18px;
}
.main_slider_nav:hover i
{
	color: #ff0000;
}

/*********************************
5. Home Social
*********************************/

/*.home_social_container*/
/*{*/
/*	position: fixed;*/
/*	top: 140px;*/
/*	right: 0px;*/
/*	width: auto;*/
/*	height: 50px;*/
/*	background: #0462ad;*/
/*	z-index: 11;*/
/*	padding-right: 38px;*/
/*	padding-left: 45px;*/
/*}*/

.home_social_container {
    position: fixed;
    top: 284px;
    right: -32px !important;
    width: 5% !important;
    height: 143px !important;
    background: #ffffff8f;
    border-radius: 11px;
    z-index: 11;
    padding-right: 35px;
    padding-left: 45px;
}

.home_social li
{
	display: inline-block;
	margin-left: 10px;
}
.home_social li a
{
	width: 100%;
	height: 100%;
	padding: 10px;
}
.home_social li i
{
	font-size: 27px;
    color: #fff;
}
.home_social li:hover i
{
	color: rgba(255,255,255,1);
}

/*********************************
6. Features
*********************************/

.features_col
{
	padding-top: 60px;
	padding-bottom: 70px;
}
.features_item h3
{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.features_item img
{
	/*margin-bottom: 35px;*/
}
.features_item p
{
	font-weight: 200;
	margin-bottom: 0px;
	margin-top: 23px;
	font-size: 15px;
	max-width: 100%;
}

/*********************************
7. About
*********************************/

.about
{
    margin-top: 100px;
	padding-top: 80px;
    padding-bottom: 50px;
}
.about_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.about_background.prlx:before{
    content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
 /*background: linear-gradient(to bottom right, #001e46, #0000007a);*/
 background: linear-gradient(to bottom right, #ffffff, #a4c9fc7a);
}
.about_shapes
{
	position: absolute;
	top: 0;
	left: 0;
}
.section_title h2
{
	display: inline-block;
	position: relative;
	font-weight: 600;
	font-size: 23px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 1.35;
	margin-bottom: 0px;
}
.section_title h2 span
{
	/*display: block;*/
	/*position: absolute;*/
	/*top: 110%;*/
	/*left: 50%;*/
	/*-webkit-transform: translate(-50%, -50px);*/
	/*-moz-transform: translate(-50%, -50px);*/
	/*-ms-transform: translate(-50%, -50px);*/
	/*-o-transform: translate(-50%, -50px);*/
	/*transform: translate(-50%, -50px);*/
	/*font-size: 72px;*/
	/*font-weight: 900;*/
	/*color: #606060;*/
	/*opacity: 0.32;*/
}
/*.section_title h2::before*/
/*{*/
/*	display: block;*/
/*	position: absolute;*/
/*	bottom: 61px;*/
/*	left: 50%;*/
/*	-webkit-transform: translateX(-50%);*/
/*	-moz-transform: translateX(-50%);*/
/*	-ms-transform: translateX(-50%);*/
/*	-o-transform: translateX(-50%);*/
/*	transform: translateX(calc(-50% - 4px));*/
/*	width: 2px;*/
/*	height: 25px;*/
/*	content: '';*/
/*	background: #FFFFFF;*/
/*}*/
.about_text
{
	/*padding-right: 50px;*/
	color:white;
}
.about_text p
{
	color: #FFFFFF;
	margin-bottom: 0px;
}
.about_text img
{left: 340px;
	/*margin-top: 20px;*/
	border-radius: 50%;
    width: 158px;
    height: 158px;
    left: 266px;
    /*top: -165px;*/
    bottom: -15px;
    position: absolute;
}

.about_text p a{
    color: #edc813;
}







/*********************************
7.1 About Progress Bars
*********************************/

.skills_container
{
	padding-top: 10px;
}
.pb_item
{
	margin-bottom: 18px;
}
.pb_item h5
{
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.3em;
	margin-top: 18px;
}
.skill_bars
{
	height: 3px;
}
.progressbar-text
{
	width: 48px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: right;
}

/*********************************
8. Testimonials
*********************************/

.testimonials
{
	padding-top: 50px;
	z-index: 2;
}
.section_title_dark h2 {
    color: #e60d07;
}
/*.section_title_dark h2::before*/
/*{*/
/*	background: #ff0000;*/
/*}*/
.testimonials_container
{
    height:360px !important;
	width: 100%;
	    padding: 40px 10px;
	    	box-shadow: 0 22px 35px rgba(0,0,0,0.28);
}
.testimonials_container_inner
{
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	height: calc(100% - 28px);

}
/*.testimonials_container_inner::before
{
	display: block;
	position: absolute;
	top: 35px;
	left: -35px;
	width: calc(100% + 70px);
	height: calc(100% - 70px);
	content: '';
	background: rgba(242,244,249,0.85);
	z-index: -1;
}*/
/*.testimonials_container_inner::after
{
	display: block;
	position: absolute;
	top: 70px;
	left: -85px;
	width: calc(100% + 170px);
	height: calc(100% - 140px);
	content: '';
	background: rgba(242,244,249,0.65);
	z-index: -2;
}*/
.testimonials_slider
{
	z-index: 10;
}
.testimonials_item
{
	padding-top: 28px;
	background: #FFFFFF;
}
.testimonials_content
{
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom: 30px;
	padding-top: 353px;
	max-width: 100%;
}
.text-head {
    font-size: 15px !important;
}
.display-4 {
    font-size: 22px !important;
}
.test_name
{
	font-size: 15px;
	font-weight: 400;
	/*letter-spacing: 0.2em;*/
	color: #1c1c1c;
	text-transform: inherit;
}
.test_title
{
	font-size: 15px;
	font-weight: 400;
	color: #ff0000;
	margin-top: -5px;
}
.test_quote
{
	font-size: 30px;
	line-height: 1;
	color: #ff0000;
	font-style: italic;
	margin-top: 15px;
}
.testimonials_content p
{
	max-width: 100%;
	margin:0;
}
.testimonials_content p:first-of-type
{
	margin-top: -3px;
}
.test_user_pic
{
	position: absolute;
    top: -28px;
    /*left: 23%;*/
    display: inline-table;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 94px;
	height: 94px;
}

/*********************************
8.1 Testimonials Navigation
*********************************/

/*.test_slider_nav*/
/*{*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	-webkit-transform: translateY(-50%);*/
/*	-moz-transform: translateY(-50%);*/
/*	-ms-transform: translateY(-50%);*/
/*	-o-transform: translateY(-50%);*/
/*	transform: translateY(-50%);*/
/*	width: 48px;*/
/*	height: 48px;*/
/*	cursor: pointer;*/
/*	z-index: 10;*/
/*}*/
.test_slider_nav:hover
{
	background: #ff0000;
}
.test_slider_nav:hover i
{
	color: #FFFFFF;
}
.test_slider_nav i
{
	font-size: 18px;
	color: #ff0000;
}
.test_slider_nav_left
{
	left: -48px;
}
/*.test_slider_nav_right*/
/*{*/
/*	right: -48px;*/
/*}*/

/*********************************
9. Services
*********************************/

.services
{
	padding-top: 29px;
    padding-bottom: 29px;
    z-index: 1;
    /* margin-top: -95px;*/
}
.services_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.services_background.prlx:before{
		content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: linear-gradient(to bottom right, #0f2c52fc, #c7c7c778);
	}
.services_shapes
{
	position: absolute;
	top: 116px;
	right: 0;
}
.service_item
{
	margin-bottom: 30px;
}
.service_item h3
{
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	/* margin-bottom: 31px; */
}
.service_item p
{
	color: #FFFFFF;
	max-width: 100%;
}
.icon_container
{
	height: 41px;
	width: auto;
	margin-bottom: 35px;
}
.services_button
{
	/* margin-top: 66px; */
	/*margin-left: auto;*/
	/*margin-right: auto;*/
}


.news-lg{
   	padding-top: 135px;
	padding-bottom: 90px; 
}
/*********************************
10. Clients
*********************************/

.clients
{
	padding-top: 50px;
	padding-bottom: 0px;
	background: #8383832e;
}

/*********************************
10.1 Clients Slider
*********************************/
.fa-2x {
    font-size: 1em !important;
}

.clients_slider
{
	margin-top: 87px;
	cursor: pointer;
}
.clients_item
{
	
}
.clients_item img
{
	margin: 0 auto;
	-webkit-filter: opacity(50%) grayscale(100%);
	-ms-filter: opacity(30%), grayscale(100%);
	-moz-filter: opacity(30%) grayscale(100%);
	filter: opacity(30%) grayscale(100%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.clients_item:hover img
{
	-webkit-filter: opacity(100%) grayscale(0%);
	filter: opacity(100%) grayscale(0%);
}
.owl-carousel .owl-item img
{
	width: auto !important;
}

/*********************************
11. Contact
*********************************/

.contact
{
	padding-top: 100px;
	padding-bottom: 70px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

/*********************************
12. Footer
*********************************/
@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-float {
	-webkit-animation: float 2s linear infinite;
	animation: float 2s linear infinite
}

.faa-float.animated-hover.faa-fast:hover,
.faa-float.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-float.faa-fast {
	-webkit-animation: float 1s linear infinite;
	animation: float 1s linear infinite
}

.faa-float.animated-hover.faa-slow:hover,
.faa-float.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-float.faa-slow {
	-webkit-animation: float 3s linear infinite;
	animation: float 3s linear infinite
}


.footer
{
	background: #fff;
}
.footer_content
{
	height: 60px;
}
.footer_social_container
{
	display: inline-block;
}
.footer_social li
{
	display: inline-block;
	margin-left: 6px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 10px;
}
.footer_social li i
{
	font-size: 28px;
	/*color: rgba(110,110,110,0.6);*/
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}


.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 7px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 7px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 1px solid #e6e6e6;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
	float:right;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
 /*margin-top: 10px;*/
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 42px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
/*p{*/
	/* text-align: center; */
/*	margin: 0;*/
/*	text-align: justify;*/
/*	padding-top: 10px;*/
/*	opacity: 1;*/
/*	transform: translate(0);*/
/*    transition: all 300ms linear;*/
/*    transition-delay: 1700ms;*/
/*}*/
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
    .xs-mb-0{
        margin-bottom: 0px !important;
    }
    .sm-mx-auto{
        margin: auto !important;
    }
    /*.sm-text-center{*/
    /*   text-align: center !important;*/
    /*}*/
    .top-nav.bg-menu {
    height: 125px;
}
a.w-nav.sm-small {
    font-size: 10px;
}
    #nav li a:after{
   display: none;
}
    .section_title h2 span {
    font-size: 22px !important;
    }
    .testimonials_container_inner::before {
        width: 100%;
    }
    .testimonials_container_inner::after {
    width: 100%;
    }
    .xs_slide {
    margin-top: 60px !important;
}
	.xs-column{
		padding: 1px !important;
	}
	.xs-logo{
		width: 40%;
	}
	.clients {
	padding-top: 65px;
    padding-bottom: 65px;
    /*height: 950px;*/
    overflow: hidden;
	}
	.test_user_pic {
		position: absolute;
		top: -28px;
		left: 175px;
		/*display: block;*/
	}
	#nav ul {
		position: absolute;
		padding: 0;
		left: 93px;
	}
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}

#nav {
	list-style: none inside;
	margin: 0;
	padding: 0;
	text-align: center;
  }
 .main-nav li  {
     margin-right: 15px;
 }
  #nav li {
	display: block;
	position: relative;
	float: left;
	background: #275ea7;
	/*margin-right: 20px;*/
  }
  
  #nav li a {
	display: block;
	padding: 0;
	text-decoration: none;
	width: 200px;
	font-size: 12px;
	line-height: 35px;
	color: #fff;
  }
  
  #nav li li a {
    font-size: 12px;
    text-align: left;
    line-height: 27px;
    padding-left: 14px;
}
  
#nav li:hover {
    border-bottom: 1px solid red;
    /* background: #f1f1f1; */
    color: #fff;
    background: #245291;
}
  
  #nav ul {
	position: absolute;
	padding: 0;
	left: 0;
	top: 36px;
	z-index: 1020;
	display: none;
  }
  
  #nav li:hover ul ul {
	display: none;
  }
  
  #nav li:hover ul {
	display: block;
  }
  
  #nav li li:hover ul {
	display: block;
	margin-left: 200px;
	margin-top: -35px;
  }

  a.w-nav {
    width: auto !important;
    padding: 0px 10px !important;
}
.bg-noble{
    background-color:#285ea7 !important;
}
/*ul#nav {*/
/*    position: relative;*/
/*    top: 14px;*/
/*}*/

@media screen and (min-device-width: 1200px) and (max-device-width: 1800px) {
  
    p
{

	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	
}
    .about {
    padding-top: 50px;
    padding-bottom: 40px;
}
    .fun-fact {
    padding: 70px 0px;
}
    .custom.customhtml {
    font-size: 13px;
}
    .footer_content {
    height: 60px;
}
   .contact {
    padding-top: 100px;
    padding-bottom: 70px;
}
    .start-header {
    padding: 2px 0;
    }
 .nav-vertical {
    top: 15px !important;
}
	.home_social_container {
    top: 284px;
    right: -32px !important;
    width: 6% !important;
    height: 115px !important;
    
}
	
	.home_social_container {
		height: 42px;
		z-index: 11;
		padding-right: 32px;
		padding-left: 3px;
	}
	
	.hero_slider_container {
		width: 100%;
		height: 530px;
	}
	.main_slider_dots {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 160px;
	}
.main_slider_content {
   
    margin-top: 150px;
    background-color:#0c0c0c4f;
    /*display: flex;*/
    /*align-items: center*/
    
    padding: 20px;
} 
	.owl-carousel .owl-item {
		height: 93%;
	}
	a.w-nav {
		width: auto !important;
		padding: 0px 3px !important;
	}
	/*ul#nav {*/
	/*	position: relative;*/
	/*	top: 4px;*/
	/*}*/
}

.wrapper{
	width: 400px;
	font-family: 'Roboto', sans-serif;
margin:0 auto;
}
.skill {
	/* margin-bottom: 35px;
	position: relative;
		overflow-x:hidden;
		 */
}
.skill > p {
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	margin: 0;
}
.skill:before{
	width: 100%;
	height: 5px;
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	bottom: 0;
}
.skill-bar {
	width: 100%;
	height: 5px;
	background:#f4392f;
	display: block;
	position: relative;
}

/* SKILL 1 */
.skill1{
	width: 95%;
		
}
/* .skill-bar span{
	position: absolute;
	border-top: 5px solid #f4392f;
	top: -30px;
	padding: 0;
	font-size: 18px;
	padding: 3px 0;
	font-weight: 500;
} */
.skill-bar {
	position: relative;
		
}


/* SKILL 6 */
.skill6{
	width: 50%
}

.skill6 .skill-count6 {
	right: 0;
}
/* GITHUB SOURCE STYLE  */
.github-source{
float:right;
display:block;
color:#fff;
margin:0 20px;
position: relative;
z-index:999999;
top:0;
}
.github-source i{
font-size:50px;
color:#000
}


.slick-list {
	outline: none !important;
  }
  .slick-slide {
	outline: none !important;
	}


	.prev {
		position: absolute;
		z-index: 1000;
		top: 50%;
		left: 3px;
		font-size: 25px;
		color: #ff0000;
		/* border: 1px solid grey; */
		/* background: #ffcb06; */
		padding: 0px 15px;
		transform: translateY(-50%);
	}
	  
	  .next {
		display: block;
		position: absolute;
		right: 8px;
		top: 50%;
		color: #ff0000;
		font-size: 25px;
		/* border: 1px solid grey; */
		/* background: #ffcb06; */
		padding: 0px 15px;
		transform: translateY(-50%);
		z-index: 1000;
	  }

	  .red{
		  color: #ff0000;
	  }

	  .prev:hover {
		  background: #ff0000;
		  color: #fff;
	  }
	  .next:hover {
		background: #ff0000;
		color: #fff;
	}
.grey{
	color: #a7a7a7!important;
}

.counter {
	padding: 20px 0;
	border-bottom: 1px solid red;
}

.count-title {
	font-size: 25px;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}


@media only screen and (min-width:1300px) and (max-width:1400px){
    .count-title{
        font-size: 18px !important;
    }
    .testimonials_container_inner.slide-md {
        height: 360px !important;
    }
}




.count-text {
    font-family: Nunito;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.fun-fact{
	padding: 15px 0px;
}

.float-whatsapp {
	position: fixed;
    width: 55px;
    height: 55px;
    bottom: 18px;
    right: 58px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 1;
  }
  .my-float-whatsapp{
	  margin-top: 8px;
  }
  .float-call {
	position: fixed;
	width: 55px;
	height: 55px;
    bottom: 94px;
    right: 57px;
	background-color: #2196F3;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 26px;
	/* box-shadow: 2px 2px 3px #999; */
	z-index: 1;
  }
  
  .my-float-call{
	  margin-top:8px;
  }
  
  @media only screen and (max-width: 767px){
     
	.float-whatsapp {
	  bottom: 20px;
	  right: 20px;
	  z-index: 11;
  }
  .float-call {
	  bottom: 17px;
	 right: 302px;
	}
  }

  .md-test{
	position: absolute;
    top: -28px;
    left: -28% !important;
  }

  .md-test-secondary{
    position: absolute;
    top: 25px;
    /*left: -42px;*/
}
@media (max-width: 767px) { 
    .testimonials_container_inner.slide-md {
    height: 186px !important;
}

    .xs-button {
		margin-top: 30px !important;
	}
	.pb-custom {
		padding-top: 230px !important;
	}
	.md-test-secondary {
		left: 120px !important;
	}
	.w-4{
		width: 340px !important;
		height: 145px !important;
	}
	
}






.w-4{
	width: 418px;
	height: 220px;
}

.prev-p{
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: -155px;
	font-size: 25px;
	color: #ff0000;
	/* border: 1px solid grey; */
	/* background: #ffcb06; */
	padding: 0px 15px;
	transform: translateY(-50%);
}
  
 /* .next-n {*/
	/*display: block;*/
	/*position: absolute;*/
	/*right: -150px;*/
	/*top: 50%;*/
	/*color: #ff0000;*/
	/*font-size: 25px;*/
	/* border: 1px solid grey; */
	/* background: #ffcb06; */
	/*padding: 0px 15px;*/
	/*transform: translateY(-50%);*/
	/*z-index: 1000;*/
 /* }*/

  .red{
	  color: #ff0000;
  }

  .prev-p:hover {
	  background: #ff0000;
	  color: #fff;
  }
  .next-n:hover {
	background: #ff0000;
	color: #fff;
}
.testimonials_container_inner.slide-md {
    /*height:288px;*/
    /*padding:30px 10px;*/
}
.d-flex.flex-column.align-items-center.justify-content-center.text-center {
    background: #fff;
}
.pb-custom {
	padding-top: 300px;
	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.pd-section{
       padding-left: 33px !important;
    padding-right: 33px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
    max-width: 100%;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #80808030;
}

ul.submenu.md-drop{
    top:26px !important;
}
/*.d-flex.justify-content-between.xs-column.pr-4.pl-4.bg-menu {*/
/*    background: #ececec !important;*/
/*    height: 65px;*/
/*}*/

/*li.bg-menu{*/
/*     background: #ececec !important;*/
/*}*/

.home_background.prlx.inner-bg {
    height: 170px !important;
}
.home_background.prlx:before{
		content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
 background: linear-gradient(to bottom right, #001e467a, #00000061);
	}
	
	.contact_background.prlx:before{
		content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
 background: linear-gradient(to bottom right, #001e46bf, #000000cc)
	}
	
	.main_slider_item_bg:before{
		content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: linear-gradient(to bottom right, #00000014, #00000014);
	}

.home_content {
    position: absolute;
    top: 40px;
}


.gray {
    color: #a5a5a5;
  }
  
  a.btn.crose-btn.bg-navy {
    color: #fff !important;
    font-size: 15px;
}

  .team{
    margin:40px;
  }
  
  .team-member {
    margin: 15px 0;
    padding: 0px;
    background: #0b4493;
    /*padding-bottom: 5px;*/
}
  
  .team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: .5rem;
  }
  
  .team-member figure img {
    min-width: 100%;
  }
  
  .team-member figcaption p {
    font-size: 16px;
  }
  
  .team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .team-member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  
  .team-member figcaption ul li {
    display: inline-block;
    padding: 10px;
  }
  
  .team-member h4 {
    margin: 10px 0 0;
	padding: 0;
	text-align: center;
  }
  
  .team-member figcaption {
    /* padding: 50px; */
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: -252px;
	left: 0;
	text-align: center;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgba(230, 78, 62, 0.9);
    /* Primary color, can be changed via colors.css */
    
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97);
  }
  
  .team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .alt:link,
  .alt:active,
  .alt:visited{
  color:rgba(255,255,255,1);
}

.alt:hover{
  color:rgba(255,255,255,0.6);
}


.contact_content
{
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #FFFFFF;
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #1c1c1c;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 43px;
	height: 2px;
	background: #ff4200;
	content: '';
}

/*********************************
8. Contact Form
*********************************/

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #ff4200 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_subject
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 66px;
    background: #ff4200;
    overflow: hidden;
    border: none;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 39px;
}
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
    margin-left: 4px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.accord {
background: #295ea7d9 !important;
    color: #fff;
	cursor: pointer;
padding: 7px 20px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
  }
  
  .active, .accord:hover {
/*background-color: #dadada !important;*/
    background-color: #245291 !important;
  }
  
  .panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
  }

  .left-bar {
    position: relative;
    bottom: 19px;
}

button.accord.bg-light {
	background: #2196f38a !important;
}
button:focus {
    outline: none !important;
}
.border-bottom{
	border-bottom: 1px solid rgb(206, 206, 206);
}
.max-height {
    height: 230px;
}

/*.nav-vertical {*/
/*    position: relative;*/
/*    top: 30px;*/
/*}*/
/*#nav li a:after{*/
/*    content: "";*/
    /*border: right: 2px solid grey;*/
/*    padding-left: 5px;*/
/*}*/
/*#nav li li a:after {*/
/*    content: "|";*/
/*}*/
 
 .table-dark td, .table-dark th, .table-dark thead th {
    text-align: left!important;
     border-color: #fff; 
}

.table thead th {
    vertical-align: bottom;
     border-bottom: 1px solid #fff !important;
}

.table-dark {
    color: #fff;
    background-color: #a81418 !important;
}
th.text-align {
    padding-left: 45px;
}



.blog_content
{
	width: 100%;
	padding-top: 120px;
	padding-bottom: 68px;
	background: #FFFFFF;
}

/*********************************
8. Blog Main Content
*********************************/

.blog_main_content
{
	width: 100%;
    background: #fff;
    padding: 15px;
}
.blog_post
{
	margin-bottom: 111px;
}
.blog_post_image
{
	height: 365px;
	width: 100%;
}
.blog_post_image_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.date_box
{
	width: 129px;
	height: 40px;
	background: #ff0000;
	margin-top: 35px;
}
.date_box span
{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	text-transform: uppercase;
}
.blog_post_title
{
	margin-top: 33px;
}
.blog_post_title a
{
	font-weight: 600;
	color: #1c1c1c;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.blog_post_title a:hover
{
	color: #5b5b5b;
}
.blog_post_meta
{
	text-transform: uppercase;
	color: #9a9a9a;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-top: -3px;
}
.blog_post_meta span
{
	position: relative;
	padding-right: 34px;
}
.blog_post_meta span::after
{
	display: block;
	position: absolute;
	top: 4px;
	right: 16px;
	width: 1px;
	height: 11px;
	content: '';
	background: #9a9a9a;
}
.blog_post_meta span:last-of-type
{
	padding-right: 0px;
}
.blog_post_meta span:last-of-type::after
{
	display: none;
}
.blog_post_text
{
	margin-top: 32px;
}
.blog_post_link
{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #ff4200;
	text-transform: uppercase;
	margin-top: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_link svg
{
	margin-left: 3px;
}
.arrow_poly
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_link:hover
{
	color: #fd9672;
}
.blog_post_link:hover .arrow_poly
{
	fill: #fd9672;
}
.blog_nav ul
{
	display: inline-block;
}
.blog_nav ul li
{
	display: inline-block;
	margin-right: -4px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_nav ul li.active
{
	background: #ff4200;
}
.blog_nav ul li a
{
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #1c1c1c;
	line-height: 43px;
	padding-left: 9px;
	padding-right: 3px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_nav ul li.active a,
.blog_nav ul li:hover a
{
	color: #FFFFFF;
}
.blog_nav ul li:hover
{
	background: #ff4200;
}

/*********************************
9. Blog Sidebar
*********************************/

.blog_sidebar {
    width: 100%;
    background: #a81418;
}
.sidebar_section
{
	margin-bottom: 58px;
	padding: 25px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}
#blog_search
{
	width: 100%;
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 12px;
}
#blog_search:focus
{
	border: solid 2px #ff4200 !important;
	box-shadow: none !important;
	outline: none !important;
}
#blog_search::-webkit-input-placeholder
{
	font-size: 10px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
#blog_search:-moz-placeholder /* older Firefox*/
{
	font-size: 10px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
#blog_search::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 10px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
#blog_search:-ms-input-placeholder
{ 
	font-size: 10px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
#blog_search::input-placeholder
{
	font-size: 10px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
#search_submit
{
	position: absolute;
	top: 0;
	right: 5px;
	border: none;
	background: transparent;
	height: 40px;
	width: 40px;
	cursor: pointer;
}

/*********************************
10. Sidebar Title
*********************************/

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #1c1c1c;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.sidebar_title::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 43px;
	height: 2px;
	background: #ff4200;
	content: '';
}

/*********************************
11. Sidebar Recent Posts
*********************************/

.recent_post
{
	margin-bottom: 27px;
}
.recent_post_content
{
	margin-left: 19px;
}
.recent_post_title a
{
	font-weight: 600;
	color: #343434;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.recent_post_title a:hover
{
	color: #ff4200;
}
.recent_post_date
{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #9a9a9a;
	letter-spacing: 0.075em;
	margin-top: 2px;
}

/*********************************
12. Sidebar Categories
*********************************/

.sidebar_categories ul
{
	margin-top: -22px;
}
.sidebar_categories ul li
{
	height: 53px;
	border-bottom: solid 1px #d7d7d7;
}
.sidebar_categories ul li a
{
	font-size: 13px;
	line-height: 53px;
	color: #9a9a9a;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_categories ul li a:hover
{
	color: #343434;
}

/*********************************
13. Sidebar Tabs
*********************************/

.tabs_container ul
{
	display: inline-block;
	border-bottom: solid 1px #d7d7d7;
}
.tabs_container ul li
{
	display: inline-block;
	padding-bottom: 4px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 17px;
	cursor: pointer;
	transform: translateY(1px);
}
.tabs_container ul li span
{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.075em;
	color: #1c1c1c;
	text-transform: uppercase;
}
.tabs_container ul li.active
{
	border: solid 1px #d7d7d7;
	border-bottom: solid 1px #FFFFFF;
}
.tabs_container ul li.active span
{
	color: #ff4200;
}
.tab_container
{
	width: 100%;
	display: none;
}
.tab_container.active
{
	display: block;
}

/*********************************
14. Popular Posts
*********************************/

.sidebar_popular
{
	margin-top: 57px;
}
.popular_post
{
	margin-bottom: 27px;
}
.popular_post_content
{
	margin-left: 19px;
}
.popular_post_title
{
	margin-bottom: 0px;
}
.popular_post_title a
{
	font-weight: 600;
	color: #343434;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.popular_post_title a:hover
{
	color: #ff4200;
}
.popular_post_date
{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #9a9a9a;
	letter-spacing: 0.075em;
	margin-top: 0px;
}

/*********************************
15. Sidebar Flickr
*********************************/

.span1
{
	display: inline-block;
	width: 33.33333333%;
	border: solid 0.5px #FFFFFF;
}
.span1 img
{
	width: 100%;
}


.gallery { 
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.gallery img { 
    width: 100%; 
    height: auto;
    transition: 500ms;
    margin-bottom: 10px;
    /*opacity: 0.8;*/
    page-break-inside: avoid; /* For Firefox. */
    -webkit-column-break-inside: avoid; /* For Chrome & friends. */
    break-inside: avoid; /* For standard browsers like IE. :-) */
}

.gallery img:hover {
    opacity: 1;
}

/* .modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: center;
} */

.innercover{
    height :225px !important;
}
.modal-img,.model-vid{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table
}
.modal-body{
  padding: 0px;
}

.modal-dialog {
  height: 100%;
      position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
  border: none;
}

@media screen and (max-width: 767px) {
    .left-bar {
    bottom: 25px;
}
	.gallery { 
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
	.gallery div { margin: 0; 
        width: 200px;
    }
  .modal-dialog {
        margin: 0 8vw;
    }
}

@media screen and (max-width: 479px) {
    .gallery { 
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .gallery div { 
        margin: 0; 
        width: 200px;
    }
}

.shade{
    box-shadow: 0 3px 19px 4px rgb(0 0 0 / 21%) !important;
}

i.fas.fa-download {
    color: #fff;
}


#nav li a:only-child:after {
    content: "";
    padding-left: 5px;
}
#nav li a:after {
    content: "▾";
    padding-left: 5px;
    font-size: 25px;
    color: #b3b3b3;
}
.bg-menu {
    background: #285ea7 !important;
}
li.bg-menu{
     background: #285ea7 !important;
}

.red{
    color: red !important;
}
.pink {
    color: #f50053 !important;
}
.purple{
    color: #295ea7 !important;;
}

.red:hover{
    color: #a00000 !important;
}
.pink:hover{
    color: #9a0034 !important;
}
.purple:hover{
    color: #00265a !important;
}


.modal {
    background: #000000b5;
}

@media (min-width: 992px){
.modal-lg {
    max-width: 100%;
}
}
h3.text-start.sm-text-center {
    font-size: 15px;
}

.live {
    padding: 20px 0px;
    background: bisque;
    /*margin-bottom: 50px;*/
}
.text-live{
    color: #e60d07;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.text-live {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.h-custom {
    height: 170px;
}

/*.border-bottom-md {*/
/*    border-bottom: 2px solid #4875b4;*/
/*}*/
.shadow{
    box-shadow: 0 5px 30px 0 rgb(178 178 178);
}

.custom-circle {
    border-radius: 50%!important;
    width: 130px;
    height: 130px;
}

.buton
{
width: 80px;
    height: 30px;
	background: #e80505;
	overflow: hidden;
}
.buton a
{
	display: block;
	width: 100%;
	color: #fff !important;
	font-size: 11px;
	font-weight: 300;
	padding-left: 15px;
	line-height: 31px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}
.buton a img
{
	display: inline-block;
	width: 13px !important;
	height: 7px;
	margin-left: 4px;
}
.buton a::after
{
	display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: #ffffff;
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(-1.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 1s ease;
    z-index: 0;
}
.buton a:hover::after
{
	left: calc(100% + 70px);
}
.main-nav li ul li {
    padding: 4px 0;
    border-bottom: 1px solid #ddd;
}


/*.glimp{ */
/*  border-right: 9px solid #12253d66;*/
/*}*/


.logosection{
    margin-left: 42px;
    margin-top: 137px;
}



.glipms img.image-director {
    left: -268px;
    position: absolute;
    margin: 0;
    /* margin-top: 66px; */
    /* bottom: -39px
px
; */
    top: -77px !important;
}


@media only screen and (min-width:1400px) and (max-width:1700px){
    .glipms img.image-director {
    left: -237px !important;
    margin-top: 7px !important;
}

.about_text img{
    /*left: 187px;*/
    left: 265px;
    top: -128px;
}

}


@media only screen and (min-width:1200px) and (max-width:1399px){
    .glipms img.image-director{
        left: -199px !important;
    /*margin-top: 108px;*/
    }
    .about_text img{
        left: 212px !important;
         top: -127px !important;
    }
}










/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.247);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  .team .member .member-img {
	position: relative;
	overflow: hidden;
  }
  .team .member .member-img .team-img{
	max-height: 472px;
	max-width: 63vh;
  }
  
  .team .cta a {
	color: #fff;
	background: #1fa341;
	padding: 10px 20px;
	display: inline-block;
	transition: 0.3s;
  }
  .team .cta a:hover {
	background: #004e55;
  }
  
  
  .team .member .social {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 63px;
	opacity: 0;
	transition: ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .team .member .social a {
	transition: color 0.3s;
	color: #473d3a;
	margin: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  }
  .team .member .social a:hover {
	color: #1fa341;
  }
  .team .member .social i {
	font-size: 18px;
	line-height: 0;
  }
  .team .member .member-info {
	height: 96px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: flex;
  }
  .team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #473d3a;
  }
  .team .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #989595;
  }
  .team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #656262;
  }
  .team .member .social {
	opacity: 1;
	background-color: #0c1e36bd;
  }


  .member-img img.img-fluid {
    width: 461px;
    height: 334px;
    object-fit: cover;
}
.social h4 {
    font-size: 18px;
}




.team .member:hover .social {
	background-color: #021534
}






.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #89020266;
  }
  
  .team:hover .overlay {
	opacity: 1;
  }
  
  .overlay .text {
	color: white;
	font-size: 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
  }










 .fixed-social {
	position: absolute;
	top: 260px;
	left: 0;
	right: 0px;
	width: 450px;
	height: auto;
	overflow: hidden;
	/* background-color: #303030c2; */
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius:10px;
	/* -webkit-box-shadow: 10px 10px 10px #666666;
	-moz-box-shadow: 10px 10px 10px #666666;
	box-shadow: 10px 10px 10px #666666; */
	z-index: 1;
  }
  
  .fixed-social a {
   color: #fff;
	display: block;
	 /*height: 40px; */
   padding: 17px 17px;
	position: relative;
	text-align: start;
	line-height: 24px;
	font-size: 20px;
	margin-bottom: 1px;
	z-index: 2;
  }
  .fixed-social a:hover>span{
	 visibility: visible;
   left: 41px;
   opacity: 1;
  } 
  .fixed-social a span {
	 line-height: 40px;
	 left: 60px;
	 position: absolute;
	 text-align: center;
	 width: 120px;
	 visibility: hidden;
	 transition-duration: 0.5s;
	 z-index: 1;
	 opacity: 0;
  }
  .fixed-space{
	  background-color: #b1030e;
  }
  .fixed-space span{
	 background-color: #00AAE5;
  }
  
  .fixed-space:hover {
	background-color: #b57552;
  }
  
  
  
  .font-side {
	padding: 5px;
    font-size: 20px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 0px;
  }
  
  
  @media only screen and (min-width: 1200px) and (max-width: 1800px) {
	.block__73694 .block__73422 {
	  height: 335px !important;
	}
	.home-blog-area .home-blog-single .blog-img-cap ul li.black-bg{
	  bottom: 185px;
	}
	 .fixed-social {
			top: 225px !important;
		}
  }
  
  @media only screen and (max-width: 768px) {
	.fixed-social {
	width: 45%;
  }
  .font-side {
	font-size: 12px;
  }
  }






  .btnclose {
	background-color: #d5baaa00;
	color: #000000;
	font-weight: bold;
	border: none !important;
	/* position: absolute; */
	right: 80px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
   
   }





.testimonials_content img.img-responsive.new-btn.lazy {
    display: inline;
}



.main_slider_content h2{
    color: white;
}


.row.internal-eng p{
background: #3562a8;
    color: white;
    padding: 11px;
    text-align: center;
    /* width: 84px; */
    border-radius: 7px;
}
.row.internal-eng p a{
    font-size: 18px;
}
.row.internal-eng p:hover{
    background-color: #82bbec;
    color: black;
    cursor: pointer;
}
.row.internal-eng p:hover a{
    color:black;
}

.syllabuss p{
    font-size: 17px;
    font-family: inherit;
}





/*.table-bordered{*/
/*    border: 1px solid #4288cf*/
/*}*/


/*.analysis-table th{ */
/*    border: 1px solid #4288cf;*/
/*}*/


.table-bordered td, .table-bordered th {
    border: 1px solid #1c6dbf;
    text-align: center;
}




@media (max-width: 420px){
.top-nav.bg-menu {
    height: 189px;
}
.header-btn{
    float: none !important;
        top: -22px;
}
}







.header-btn{

float: right;



}



.header-btn .button {
    width: 180px;
    
}

 @media(min-width: 1800px){
 .about_text img{
 left: 344px;}}





.text-internal {
    font-size: 14px;
    text-align: center;
}



div#home-core-values .demo{
    margin-left: 73px;
}




div#home-core-values{
    padding: 30px;
}


a.btn.btn-danger {
    width: 148px;
}



table.text-justify th {
    background: #1b55a2;
    color: white;
    text-align: center;
}


table.text-justify td {
    text-align: center;
}
.button3 {
     border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
    
    background-color: #f44336;
    
} 





.policy-card {
    background: #dde0e5;
    padding: 20px;
    border-radius: 3px;
    text-align: center;
    width: auto;
}


.policy-btn a {
    background: red;
    color: white;
    padding: 6px 24px;
    border-radius: 9px;
}



.policy-btn a:hover{
   
}



.policy-card:hover{
    background: #bfbfbf;
}


.certificates-links {
    background: #7c1212;
    text-align: center;
    padding: 16px;
    margin: 18px;
}


.certificates-links a {
    color: white;
    font-size: 30px;
        font-family: 'FontAwesome';
        line-height: 1;
    transition: 0.2s;
}

.certificates-links a:hover{
    color : #285ea7;
}


.minutes-link {
    background: #8b0303;
    padding: 8px;
    text-align: center;
    margin: 10px;
}

.minutes-link a{
    color: white;
}

.col-md-5.d-flex.justify-content-between.align-items-center.text-center img {
    object-fit: contain;
}
@media(max-width:500px){
    
    .mob-no{
        display :none;
    }
}

    :root {
      --bg:           #0a0a0f;
      --border:       rgba(255,255,255,0.07);
      --accent:       #c8a96e;
      --accent2:      #6e8fc8;
      --text-primary: #f0ede8;
      --text-muted:   rgba(240,237,232,0.45);
      --logo-idle:    rgba(240,237,232,0.25);
      --logo-hover:   rgba(240,237,232,0.95);
    }



    /* ── Section ── */
    .clients-section {
      width: 100%;
      padding: 100px 0;
      position: relative;
      overflow: hidden;
      background: #0c1524;
    }

    .clients-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      background-size: 200px;
      pointer-events: none;
      z-index: 0;
    }

    .bg-ring {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%,-50%);
      width: 600px; height: 600px;
      border-radius: 50%;
      border: 1px solid rgba(200,169,110,0.06);
      pointer-events: none;
      animation: ringPulse 6s ease-in-out infinite;
    }
    .bg-ring:nth-child(2) {
      width: 400px; height: 400px;
      border-color: rgba(110,143,200,0.05);
      animation-delay: -3s;
    }

    /* ── Header ── */
    .clients-header {
      text-align: center;
      margin-bottom: 64px;
      position: relative;
      z-index: 1;
      animation: fadeSlideDown 0.9s cubic-bezier(0.16,1,0.3,1) both;
    }

    .clients-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 18px;
    }
    .clients-eyebrow::before,
    .clients-eyebrow::after {
      content: '';
      display: block;
      width: 28px; height: 1px;
      background: var(--accent);
      opacity: 0.6;
    }

    .clients-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.4rem, 5vw, 2rem);
      font-weight: 700;
      color: var(--text-primary);
      line-height: 1.1;
      letter-spacing: -0.02em;
    }
    .clients-title span {
      background: linear-gradient(135deg, #edeae4 30%, var(--accent2) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .clients-subtitle {
      margin-top: 14px;
      font-size: 15px;
      color: var(--text-muted);
      font-weight: 300;
    }

    /* ── Marquee ── */
    .marquee-outer {
      position: relative;
      z-index: 1;
      animation: fadeSlideUp 1s 0.3s cubic-bezier(0.16,1,0.3,1) both;
    }
    .marquee-outer::before,
    .marquee-outer::after {
      content: '';
      position: absolute;
      top: 0; bottom: 0;
      width: 140px;
      z-index: 2;
      pointer-events: none;
    }
    .marquee-outer::before { left:  0; background: linear-gradient(to right, var(--bg), transparent); }
    .marquee-outer::after  { right: 0; background: linear-gradient(to left,  var(--bg), transparent); }

    .marquee-track {
      display: flex;
      overflow: hidden;
      padding: 20px 0;
    }

    .marquee-row {
      display: flex;
      flex-shrink: 0;
      width: max-content;
      animation: marqueeScroll 28s linear infinite;
    }
    .marquee-track.reverse .marquee-row {
      animation: marqueeScrollReverse 32s linear infinite;
    }
    .marquee-track:hover .marquee-row {
      animation-play-state: paused;
    }

    /* ── Logo card ── */
    .logo-card {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 40px;
      height: 90px;
      position: relative;
      cursor: default;
      transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
    }
    .logo-card::after {
      content: '';
      position: absolute;
      right: 0; top: 50%;
      transform: translateY(-50%);
      width: 1px; height: 28px;
      background: var(--border);
    }

    .logo-inner {
      display: flex;
      align-items: center;
      gap: 10px;
      /* filter: grayscale(100%) brightness(0.55); */
      transition:
        filter   0.45s ease,
        transform 0.45s cubic-bezier(0.34,1.56,0.64,1);
      user-select: none;
    }
    .logo-card:hover { transform: translateY(-3px); }
    .logo-card:hover .logo-inner {
      filter: grayscale(0%) brightness(1);
      transform: scale(1.08);
    }

    .logo-icon { width: 36px; height: 36px; flex-shrink: 0; }

    .logo-wordmark {
      font-family: 'DM Sans', sans-serif;
      font-weight: 500;
      font-size: 18px;
      color: var(--logo-idle);
      white-space: nowrap;
      letter-spacing: -0.01em;
      transition: color 0.45s ease;
    }
    .logo-card:hover .logo-wordmark { color: var(--logo-hover); }

    /* ── Stats ── */
    .clients-stats {
      display: flex;
      justify-content: center;
      gap: 60px;
      margin-top: 64px;
      position: relative;
      z-index: 1;
      animation: fadeSlideUp 1s 0.55s cubic-bezier(0.16,1,0.3,1) both;
      flex-wrap: wrap;
      padding: 0 24px;
    }
    .stat-item { text-align: center; position: relative; }
    .stat-item + .stat-item::before {
      content: '';
      position: absolute;
      left: -30px; top: 50%;
      transform: translateY(-50%);
      width: 1px; height: 36px;
      background: var(--border);
    }
    .stat-number {
      font-family: 'Playfair Display', serif;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1;
      background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .stat-label {
      font-size: 12px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--text-muted);
      margin-top: 6px;
    }

    /* ── Keyframes ── */
    @keyframes marqueeScroll {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }
    @keyframes marqueeScrollReverse {
      from { transform: translateX(-50%); }
      to   { transform: translateX(0); }
    }
    @keyframes fadeSlideDown {
      from { opacity: 0; transform: translateY(-24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeSlideUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes ringPulse {
      0%,100% { opacity:.5; transform: translate(-50%,-50%) scale(1); }
      50%     { opacity:1;  transform: translate(-50%,-50%) scale(1.04); }
    }