@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');
@font-face {
	font-family: 'Eurostile';
	src: url('../fonts/EurostileBold.woff2') format('woff2'),
	url('../fonts/EurostileBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
#upload_cv label {
	cursor: pointer;
	font-weight: 800;
}

body {
	font-family: 'Eurostile';
	letter-spacing: 1px;
	background: none;
}
p,.menu_text ul li, .contact .content {
	font-family: 'Roboto', sans-serif;
}
.wow{
	visibility: hidden;
}
.blue{
	background-color: rgb(45, 62, 80);
}
.white{
	background-color: #fff;
}

html,body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main_background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(209, 209, 209, 0.7);
	background-size: cover;
	background-repeat: no-repeat;
}
.main_content {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.nav_zero{ transform: translateX(-100%);transition: 0.6s all; z-index: 99;}
.nav_zero1{ transform: translateX(0%); transition: 0.6s all;z-index: 99;}
.show_menu{transform: translateX(70%); transition: 0.6s all;z-index: 99;}
.show_menu1{transform: translateX(0%); transition: 0.6s all;z-index: 99;}

.rotate_round{
	border-radius: 50%;
	border: 1px solid #000;
	border-left: 0;
	-webkit-animation: spinreverse 5s infinite linear;
}
@-webkit-keyframes spinreverse {
	0%  {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(-360deg);}
}
.white-color{
	color:#ffffff;
}
.white-color:hover{
	color: #ffffff;
}
*:after,*:before{
	transition: 1s all;
}
/*.home_animation.ng-enter {
	position: absolute;
	-webkit-animation: slideRightToLeftEnter 0.9s both;
	animation: slideRightToLeftEnter 0.9s both;
}
.home_animation.ng-leave {
	position: absolute;
	-webkit-animation: slideRightToLeftLeave 0.9s both;
	animation: slideRightToLeftLeave 0.9s both;
}

.animation_next.ng-enter {
	-webkit-animation: slideRightToLeftEnter 0.9s both;
	animation: slideRightToLeftEnter 0.9s both;
	position: absolute;
}
.animation_next.ng-leave {
	-webkit-animation: slideRightToLeftLeave 0.9s both;
	animation: slideRightToLeftLeave 0.9s both;
	position: absolute;
}

.animation_prev.ng-enter {
	-webkit-animation: slideLeftToRightEnter 0.9s both;
	animation: slideLeftToRightEnter 0.9s both;
	position: absolute;
}
.animation_prev.ng-leave {
	-webkit-animation: slideLeftToRightLeave 0.9s both;
	animation: slideLeftToRightLeave 0.9s both;
	position: absolute;
}*/

/*.animation_next.ng-enter .right_container{
	-webkit-animation: slideBottomToTopEnter 0.7s both;
	animation: slideBottomToTopEnter 0.7s both;
}
.animation_next.ng-leave .right_container{
	-webkit-animation: slideBottomToTopLeave 0.7s both;
	animation: slideBottomToTopLeave 0.7s both;
}*/

.main_container {
	overflow: hidden;
}

._720kb-datepicker-calendar {
	visibility: visible !important;
}

._720kb-datepicker-calendar-header {
	font-weight: bold;
}


/*.animation_next.ng-enter .left_container_wrap{
	/*-webkit-animation: fadeIn 1s both ease-in;
	animation: fadeIn 1s both ease-in;*
	-webkit-animation: slideTopToBottomEnter 0.7s both;
	animation: slideTopToBottomEnter 0.7s both ;
	position: absolute;
}
.animation_next.ng-leave .left_container_wrap{
	/*-webkit-animation: fadeOut 1.5s both ease-out;
	animation: fadeOut 1.5s both ease-out;*
	-webkit-animation: slideTopToBottomLeave 0.7s both;
	animation: slideTopToBottomLeave 0.7s both ;
	position: absolute;
}
/*.animation_next .right_container,*/
 .animation_next .Menu, .Menu_white{
	-webkit-animation: fadeIn 1s both ease-in;
	animation: fadeIn 1s both ease-in;
}
.Menu, .Menu_white{
	min-width: 100%;
	z-index: 3;
}
.Menu .menu_container:before, .Menu_white .menu_container:before{
	border-radius: 0px !important;
}
.menu_container {
	position: relative;
}

.contentData{
	-webkit-animation: fadeIn 0.2s both ease-in;
	animation: fadeIn 0.2s both ease-in;
}

.home.logo .logo_img{
	width: 20%;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	top: 25%;
	left: 50%;
	transform: translate(-50%, 0);
	transition: 1s;
}
.home.logo .logo_img.inner{
	position: absolute;
	top: 10px;
	right: 5%;
	transition: 0.5s;
	width: 180px;
	z-index: 6;
	left: auto;
	transform: translate(0px, 0px);
	margin: 0;

}
/*.home.logo .logo_img.home{
	transition: 2s;
}*/
.img{
	width: 100%;
}

.logo_tilak{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.logo_tilak.inner.logo{
	position: absolute;
    top: 5.8%;
    right: 5%;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    width: 50px;
    z-index: 1;
    display: block;
}
.logo_tilak.home {
	position: absolute;
    top: 5.8%;
    right: 5%;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    width: 50px;
    z-index: 1;
    display: none;
}
/*.logo_tilak.home:after{
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	bottom: -5px;
	right: -5px;
	background: #2d3e50,#f8941f;
	border-radius: 4px;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}*/
.logo_tilak.inner {
    display: none;
}

.content_data p, .contentData p, .content p {

}

.inputDiv{
	padding: 0 0 10px 0;
}
.content input, .content textarea, .content select {
	background-color: transparent;
	outline: none;
	border: 1px solid #fff;
	line-height: 40px;
	/*line-height: 45px;*/
	padding-left: 15px;
	color: #3d3d3d;
	font-size: 16px;
}

.content input::-webkit-input-placeholder, .content textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: #fff;
}
.content input::-moz-placeholder, .content textarea::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.content input:-ms-input-placeholder, .content textarea:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.content input:-moz-placeholder, .content textarea:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.form-control:focus {
	border-color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #d2d2d2;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #d2d2d2;
}
.bookButn {
	background-color: transparent;
	height: 80px;
	width: 80px;
	margin: 20px 0 0;
	border: none;
	border-radius: 50%;
	outline: none;
	padding: 0;
	position: relative;
}
.bookButn span {
	display: block;
	height: 80px;
	width: 80px;
	position: relative;
}
.bookButn:before {
	position: absolute;
	content: "";
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-top: 1px solid #fff;
	z-index: 0;
	border-radius: 50%;
	border-left: 1px solid transparent;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 0px;
	left: 0;
	transform: rotate(40deg);
}
.bookButn:hover:before {
	transform: rotate(250deg);
}
.bookButn:after {
	position: absolute;
	content: "";
	width: calc(85% - 2px);
	height: calc(85% - 2px);
	border-top: 1px solid #fff;
	z-index: 0;
	border-radius: 50%;
	border-left: 1px solid #fff;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #fff;
	top: 6px;
	left: 6px;
	transform: rotate(40deg);
}
.bookButn:hover:after {
	transform: rotate(-120deg);
}

@keyframes slideRightToLeftLeave{
	0% {
		transform: translateX(0%);
		opacity:1;
	}
	100% {
		transform: translateX(-100%);
		opacity: 1;
	}
}
@keyframes slideRightToLeftEnter{
	0% {
		transform: translateX(100%);
		opacity:1;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@-webkit-keyframes slideRightToLeftLeave{
	0% {
		-webkit-transform: translateX(0%);
		-webkit-opacity:1;
	}
	100% {
		-webkit-transform: translateX(-100%);
		-webkit-opacity: 1;
	}
}
@-webkit-keyframes slideRightToLeftEnter{
	0% {
		-webkit-transform: translateX(100%);
		-webkit-opacity:1;
	}
	100% {
		-webkit-transform: translateX(0%);
		-webkit-opacity: 1;
	}
}

@keyframes slideLeftToRightLeave{
	0% {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		opacity:1;
	}
	100% {
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		opacity: 1;
	}
}
@keyframes slideLeftToRightEnter{
	0% {
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		opacity:1;
	}
	100% {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
}


@keyframes slideBottomToTopLeave{
	0% {
		transform: translateY(0%);
		opacity:1;
	}
	100% {
		transform: translateY(-100%);
		opacity: 1;
	}
}
@keyframes slideBottomToTopEnter{
	0% {
		transform: translateY(100%);
		opacity:1;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes slideBottomToTopLeave{
	0% {
		-webkit-transform: translateY(0%);
		-webkit-opacity:1;
	}
	100% {
		-webkit-transform: translateY(-100%);
		-webkit-opacity: 1;
	}
}
@-webkit-keyframes slideBottomToTopEnter{
	0% {
		-webkit-transform: translateY(100%);
		-webkit-opacity:1;
	}
	100% {
		-webkit-transform: translateY(0%);
		-webkit-opacity: 1;
	}
}

@keyframes slideTopToBottomLeave{
	0% {
		transform: translateY(0%);
		opacity:1;
	}
	100% {
		transform: translateY(100%);
		opacity: 1;
	}
}
@keyframes slideTopToBottomEnter{
	0% {
		transform: translateY(-100%);
		opacity:1;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes slideTopToBottomLeave{
	0% {
		-webkit-transform: translateY(0%);
		-webkit-opacity:1;
	}
	100% {
		-webkit-transform: translateY(100%);
		-webkit-opacity: 1;
	}
}
@-webkit-keyframes slideTopToBottomEnter{
	0% {
		-webkit-transform: translateY(-100%);
		-webkit-opacity:1;
	}
	100% {
		-webkit-transform: translateY(0%);
		-webkit-opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}
/*@-moz-keyframes fadeIn {from{ -moz-transform:translateX(0);opacity: 0; }to{ -moz-transform: translateX(0);opacity: 1; }}*/
@-webkit-keyframes fadeIn {
	0% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 0;
	}
}
@-webkit-keyframes fadeOut {
	0% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 0;
	}
}

.go_back{
	width: 75% !important;
	z-index: 3;
}
.go_back img{
	width: auto !important;
	/*position: relative !important;*/
	right: 40% !important;
	
}
.right_container{
	z-index: 3;
}
.loader_content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(232, 232, 232, 0.9);
}
.loader{
	top: 50%;
	-webkit-transform: translateZ(0) translateY(-50%);
	-ms-transform: translateZ(0) translateY(-50%);
	transform: translateZ(0) translateY(-50%);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	position: relative;
	text-align: center;

	width: 100px;
	height: 100px;
}


.three { width: 23.8%; }
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
	margin-left: 0;
}
/* LOADER 2 */
#loader-2 span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #774697;
	margin: 35px 5px;
}

#loader-2 span:nth-child(1) {
	animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2) {
	animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3) {
	animation: bounce 1s ease-in-out 0.66s infinite;
}


@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.back{
	
	display: inline-block;
	position: absolute;
	top: 60%;
	left: 45%;
	transform: translateY(-50%);
}
.back img{
	right: 0 !important;
}
.go_next{
	position: fixed;
	bottom: 15%;
	right: 5%;
	z-index: 4;
}
.go_next,.back{
	height: 50px;
	width: 50px;
	text-align: center;
	z-index: 6;
}
.go_next a, .go_home a{
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.go_next a img,.back img,.go_home img{
	position: relative;
	top: 45%;
	transform: translateY(-50%);
}
.go_next:hover:after,.back:hover:after,.go_home:hover:after  {
	transform: rotate(0deg);
}

.go_next:after,.back:after {
	position: absolute;
	content: "";
	width: calc(70% - 2px);
	height: calc(70% - 2px);
	border-top: 1px solid #474746;
	z-index: 0;
	border-radius: 50%;
	border-left: 1px solid #474746;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #474746;
	top: 15%;
	left: 15%;
	transform: rotate(212deg);
}

.go_next:after {
	top: 14%;
}
.go_home:after {
    position: absolute;
    content: "";
    width: calc(81% - 2px);
    height: calc(81% - 2px);
    border-top: 1px solid #474746;
    z-index: 0;
    border-radius: 50%;
    border-left: 1px solid #474746;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #474746;
    top: 10%;
    left: 10%;
    transform: rotate(-2deg);
}
.go_next:hover:before,.back:hover:before{
	transform: rotate(240deg);
}

.go_home:hover:before {
	transform: rotate(360deg);
}
.go_home:hover:after {
	transform: rotate(-240deg);
}
.go_next:before,.back:before,.go_home:before{
	position: absolute;
	content: "";
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-top: 1px solid #474746;
	z-index: 0;
	border-radius: 50%;
	border-left: 1px solid #474746;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #474746;
	top:0px;
	left:0px;
}
.go_home:before {
	transform: rotate(140deg);
}
/*.go_home:after {
	transform: rotate(-3deg);
}*/
.white-border:before,.white-border:after{
	border-top-color: #ffffff;
	border-right-color: transparent;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

.go_home {
    position: fixed;
    top: 10%;
    right: 5%;
    cursor: pointer;
    height: 60px;
    width: 60px;
    text-align: center;
    z-index: 4;
}
/* About page common css */
.about {
	/*background-color: rgba(235, 195, 2, 1);*/
	background-color: rgb(45, 62, 80);
}
.about:after{
	position: absolute;
	content: "";
	top: 0;
	right: 0px;
	width: 5px;
	height: 100%;
	background: rgb(45, 62, 80);
}
.about .left_container_wrap {
	/*background-image: url(../images/about.jpg);
	background-color: rgba(235, 195, 2, 0.7);*/
}
.about .left_container{
	/*background-color: rgba(235, 195, 2, 0.7);*/
	background: linear-gradient(#d2d2d2, #fff);
}

.work{
	background: linear-gradient(#d2d2d2, #fff);
}

/* contact us page */
.contact{
	background: linear-gradient(#e67e22, #a85913);
}
.contact .left_container_wrap {
	background: linear-gradient(#d2d2d2, #fff);
}
.contact .left_container{
	background: linear-gradient(#d2d2d2, #fff);
}

.right_container {
	overflow: auto;
}

.content , .content_white {
	margin-bottom: 20px;

}

.content_data, .content_data_white, .content_header, .content_header_white, .contentData, .contentData_white {

}

.content_data, .content_data_white {
	text-align: justify;
}
.go_next {
	position: fixed;
	bottom: 15%;
	right:5%;
	z-index: 4;
}

.menu_container1 {
	position: relative;
}

.Menu h3 a {
	text-decoration: none;
}
@media only screen and (max-width: 1280px){
	.back{
		left: 60%;
	}
}


.content_white ul li {
	list-style: none;
}

.content_header {
	float: left;
	width: 100%;
}

.content_header:hover {
	opacity: 0.7;
}

.content_header span img {
	margin-right:5px;
}
.content_header span {
	padding-left: 0;
	width: 95%;
	float: left;
}
.content_header i {
	width: 2%;
	float: right;
}
.content_header:after {
	clear: both;
	content: " ";
}

.white {
	color: #fff;
}

.divider {
	display: block;
	border: none;
	color: white;
	height: 1px;
	background: black;
	margin-top: 10px;
	/*width: 100%;*/
	background: -webkit-gradient(radial, 0% 80%, 0, 0% 80%, 500, from(rgba(61, 61, 61, 1)), to(rgba(255, 255, 255, 0)));
}

.divider.white {
	background: -webkit-gradient(radial, 0% 80%, 0, 0% 80%, 500, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
}

.content_data, .content_data_white {
	width: 95%;
}

/*wow {
	visibility: hidden !important;
}

.wow.animated {
	visibility: visible !important;
}*/

.landing .background_color {
	background-color: rgba(104, 60, 135, 1);
	background: linear-gradient(#a85913, #e67e22);
	width: 100%;
	height: 100%;
	position: absolute;
}
.landing_header {
	position: relative;
	width: 100%;
	height: 100%;
}
.landing .header {
	position: absolute;
	bottom: 30%;
	left:5%;
	font-weight: bold;
	font-size: 95px;
	line-height: 120px;
	color: #fff;
}
.go_down_div {
	position: absolute;
	bottom: 2%;
	left: 50%;
	 height: 100px;
    width: 100px;
	transform: translate(-50%, -50%);
	cursor: pointer;
    z-index: 1;
}
.go_down {
    height: 100px;
    width: 100px;
    text-align: center;
}

.go_down img {
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.go_down a {
	position: relative;
	display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.go_down:before {
    position: absolute;
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-top: 4px solid transparent;
    z-index: 0;
    border-radius: 50%;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 0px;
    left: 0px;
    transform: rotate(-50deg);
    transition: all ease-in-out 1s;
}

.go_down:after {
    position: absolute;
    content: "";
    width: calc(85% - 8px);
    height: calc(85% - 8px);
    border-top: 2px solid rgba(44, 62, 80, 0.8);
    z-index: 0;
    border-radius: 50%;
    border-left: 2px solid rgba(44, 62, 80, 0.8);
    border-right: 2px solid transparent;
    border-bottom: 2px solid rgba(44, 62, 80, 0.8);
    top: 11%;
    left: 11%;
    transform: rotate(58deg);
    transition: all ease-in-out 1s;
}

.go_down:hover:before {
	transform: rotate(310deg);
}

.go_down:hover:after {
	transform: rotate(-310deg);

}
.home.logo .logo_img.inner.logo {
	position: absolute;
	top: 5%;
	left:5%;
	color: #fff;
	font-size: 32px;
	cursor: pointer;
	width: 200px;
	z-index: 1;
	display: block;
}
.logo{
	width: 100%;
}
/*.img.dark.ng-enter{
	transition: all ease 10s;
	-moz-transition: all ease 10s;
	-webkit-transition: all ease 10s;
	-ms-transition: all ease 10s;
	-o-transition: all ease 10s;
}
.img.light.ng-leave{
	transition: all ease 10s;
	-moz-transition: all ease 10s;
	-webkit-transition: all ease 10s;
	-ms-transition: all ease 10s;
	-o-transition: all ease 10s;
}*/


.underLine {
	text-decoration: underline;
}
.p_content {
	margin:30px 0 30px 50px; 
}
.logo_img i {
	font-size: 50px;
	color: #3d3d3d;
}

.fixed_footer {
    height: 60px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: none;
}

.fee_graph {
	margin: 50px 0;
	/*margin-left: -30px;*/
	width: 100%;
}
.ft_nav {
	position: relative;
	width: 100%;
	height: 100%;
}

.ft_go_back, .ft_go_next, .ft_go_home {
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    bottom: 15%;
}

.ft_go_back a, .ft_go_next a, .ft_go_home a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
    z-index: 4;
}

.ft_go_back img{
    position: absolute;
    top: 30%;
    left: 36%;
    width: 17%;
	/*transform: translate(-50px, -50px);*/
}	

.ft_go_home img {
 	position: absolute;
    top: 22%;
    left: 23%;
    width: 50%;
}
 .ft_go_next img {
 	position: absolute;
    top: 30%;
    left: 42%;
    width: 15%;
 }


.ft_go_back:before, .ft_go_next:before, .ft_go_home:before {
    position: absolute;
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-top: 1px solid transparent;
    z-index: 0;
    border-radius: 50%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 0px;
    left: 0px;
    transform: rotate(60deg);
    transition: all ease-in-out 1s;
}

.ft_go_back:after, .ft_go_next:after, .ft_go_home:after {
    position: absolute;
    content: "";
    width: calc(80% - 2px);
    height: calc(80% - 2px);
    border-top: 1px solid #fff;
    z-index: 0;
    border-radius: 50%;
    border-left: 1px solid #fff;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #fff;
    top: 11%;
    left: 11%;
    transform: rotate(110deg);
    transition: all ease-in-out 1s;
}

.ft_go_next:before {
    transform: rotate(240deg);
}

.ft_go_next:after {
    transform: rotate(360deg);
}

.ft_go_home:before {
    transform: rotate(0deg);
}

.ft_go_home:after {
    transform: rotate(55deg);
}

.ft_go_home:hover:after {
    transform: rotate(-135deg);
}

.ft_go_home:hover:before {
    transform: rotate(180deg);
}


.ft_go_home {
	left: 45%;
}



.ft_go_back {
	left:5%;
}

.ft_go_next {
	right: 5%;
}

.ft_go_back:hover:before{
	transform: rotate(310deg);
}

.ft_go_back:hover:after{
	transform: rotate(-310deg);

}

.ft_go_next:hover:before {
	transform: rotate(420deg);
}

.ft_go_next:hover:after {
	transform: rotate(-180deg);
}

.mobile_social_icons {
	/*position: absolute;
	right: 5%;
	top: 2%;*/
	/*float: right;*/
	text-align: right;
	margin: 30px auto;
	display: none;
}

.mobile_social_icons ul {
	padding-left: 0;
	text-align: center;
}
.mobile_social_icons li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}

.mobile_nav {
	display: none;
}

.landing {
    width: 100%;
    height: 100%;
    position: relative;
}

.content_header, .content_header_white {
	text-align: left;
}

@media only screen and (max-width: 1680px) {
	._720kb-datepicker-calendar-header {
		line-height: 23px !important;
	}

	._720kb-datepicker-calendar-day {
		margin: 0.5px 1% !important;
	}

}

@media only screen and (max-width: 1440px) {
/*
	#consultation_form .row {
	    padding-left: 40px !important;
	}*/
}
@media only screen and (max-width: 1280px) {
	
	.back{
		left: 60%;
	}

}

@media only screen and (max-width: 1152px) {
	.landing .header {
	    font-size: 70px;
    line-height: 90px;
	}
}

.main_container .navbar-toggle {
	margin-right: 0;
	width: 8%;

}

.main_container .navbar-toggle i {
	font-size: 30px;
	/*margin-left: 15px;*/
	color: #ffffff;
	cursor: pointer;
}
.about.main_container .navbar-toggle i {
	color: #fff;
}
.work.main_container .navbar-toggle i {
	color: #3d3d3d;
}

.opportunities .main_container .navbar-toggle i {
	margin-left: 6px;
}

.main_container .navbar-brand {
	padding: 23px 15px 23px 10px;
	font-size: 21px;
	color: #3d3d3d;
	font-weight: bold;
	text-transform: uppercase;
	width: 90%;
	line-height: 25px;
}
.contact.main_container .navbar-brand{
	color: #fff;
	padding-left: 0;
}


.main_container .navbar-brand.white, .main_container .navbar-toggle.white i{
	color: #fff;
}
.mobile {
	z-index: 9999;
	position: fixed;
	width: 100%;
}

.about .mobile {
	background-color: rgb(45, 62, 80);
}
.work .mobile{
	background: #d7d7d7;
}
.contact .mobile{
	background: #e07a20;
}

	/*.contact .mobile  {
        background-color: rgba(255, 137, 101, 1);
    }*/

.page_footer {
    position: fixed;
    bottom: 25px;
    right: 25px;
    color: #3d3d3d;
    z-index: 999999;
    font-size: 16px;

}

.page_footer.white {
	color: #fff;
}

.filpCharacters i.active {
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.filpCharacters i {
    font-style: normal;
    display: inline-block;
    transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -ms-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    margin: 0 -5px;
}

i {
    font-style: normal !important;
    white-space: nowrap;
    display: inline-block;
}
.mobile_div{
	padding: 0 5%;
}

/* Portfolios Div start */

.effect3 {
    position: relative;
}
.effect3:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 0px;
    width: 3px;
    top: 1%;
    height: 98%;
    background: #777;
    -webkit-box-shadow: 0 0 10px #777;
    -moz-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
}
.effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 1px;
    width: 62%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.portfolio_content {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bg {
    background-color: rgb(45, 62, 80);
    width: 50%;
    padding: 40px 50px;
    position: relative;
}
.bg:before {
        z-index: 1;
    position: absolute;
    content: "";
    left: 0px;
    width: 14px;
    top: 0;
    max-width: 300px;
    background: #777;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(212, 212, 212,0.1) 35%, rgb(46, 63, 81) 100%);
}
.portfolio_wrapper {
    /*border: 2px solid black;*/
    background-color: #d4d4d4;
    width: 100%;
    padding: 15px 0;
    /*box-shadow: 4px 3px 5px #aba8a8;*/
}
.portfolio_content a{
	text-decoration: none;
    width: 100%;
    display: block;
}
.el {
    color: red;
    width: auto;
}
.el:after {
    content: "Portfolios";
    content: attr(title);
    display: block;
    text-align: left;
    font-size: 24px;
    color: white;
    mix-blend-mode: difference;
}
.el.small:after{
    font-size: 20px;
}
/* Portfolios Div end */