/*---IMPORT FONTS ----*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*------------------------------------------------------------------ 
    IMPORT FILES 
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(timeline.css);
@import url(flaticon.css);

/*------------------------------------------------------------------ 
    SKELETON
-------------------------------------------------------------------*/

body {
	color: #666666;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.80857;
}
* {
	font-family: 'Roboto', sans-serif;
}
a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: 120% !important;
	color: #1f1f1f;
	margin: 0
}
h1 {
	font-size: 24px
}
h2 {
	font-size: 22px
}
h3 {
	font-size: 18px
}
h4 {
	font-size: 21px;
	color: #07528d;
	margin-top: 25px;
}
h5 {
	font-size: 14px
}
h6 {
	font-size: 13px
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	opacity: .8
}
a {
	color: #1f1f1f;
	text-decoration: none;
	outline: none;
}
.dark_bg {
	background: #000;
}
.padding_left_right {
	padding-left: 30px;
	padding-right: 30px;
}
a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}
blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}
ul,
li,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus {
	outline: none;
}
.form-control::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}
/*------------------------------------------------------------------ 
   LOADER 
-------------------------------------------------------------------*/
.box {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	background-image: none;
	background-size: auto auto;
	background-image: none;
	-webkit-animation: move 2s ease-in-out infinite both;
	animation: move 2s ease-in-out infinite both;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	background-image: url('../images/gb.png');
	background-size: 100% 100%;
}
.box:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.box:nth-child(2) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}
.box:nth-child(3) {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
}
@-webkit-keyframes move {
	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}
	12.5% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	25% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	37.5% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	50% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	62.5% {
		-webkit-transform: translate(30px, 60px);
		transform: translate(30px, 60px);
	}
	75% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 40px);
	}
	87.5% {
		-webkit-transform: translate(0, 40px);
		transform: translate(0, 40px);
	}
}
@keyframes move {
	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}
	12.5% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	25% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	37.5% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	50% {
		-webkit-transform: translate(80px, 80px);
		transform: translate(80px, 80px);
	}
	62.5% {
		-webkit-transform: translate(40px, 80px);
		transform: translate(40px, 80px);
	}
	75% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
	}
	87.5% {
		-webkit-transform: translate(0, 40px);
		transform: translate(0, 40px);
	}
}
#scroll-to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 20px;
	display: none;
	font-size: 25px;
	border-radius: 0;
	transition: .2s;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-weight: 900;
	border-radius: 100%;
}
a:hover,a:focus {
    color: #ff880e;
    text-decoration: underline;
}
.heading_main.text_align_left {
    justify-content: flex-start;
}
.padding_top_0 {
	padding-top: 0 !important;
}
/*------------------------------------------------------------------ HEADER -------------------------------------------------------------------*/
.header_top {
    height: 30%;
    padding: 5px;
    padding-left: 0%;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.logo_section {
	width: 0%;
	padding-right: 0%;
}
.topnav {
  overflow: hidden;
  padding-left: 12%;
  padding-top: 0%;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 17px;
  padding-top: 0%;
}
/* Change the color of links on hover */
.topnav a:hover {
  color: #ff880e;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* change navigation*/
.navbar-brand{
	width: 0%;
}
.navbar-brand a img {
   float: left;
   padding-left: 0;
}
.top-header .navbar {
    padding: 0px;
    min-height: 60px;
    float: left;
}
.top-header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
    z-index: 2;
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: auto 100%;
    width: 100%;
}
.section {
    float: left;
    width: 100%;
}
.ulockd-home-slider {
    float: left;
    width: 100%;
}
.top-header .navbar .navbar-collapse ul li a {
    text-transform: none;
    font-size: 16px;
    padding: 10px 25px;
    font-weight: 400;
    overflow: hidden;
    color: #000;
    position: relative;
    z-index: 2;
}
.top-header .navbar .navbar-collapse ul li a.active {
	background: transparent;
    color: #fff;
}
.top-header .navbar .navbar-collapse ul li a:hover, 
.top-header .navbar .navbar-collapse ul li a:focus {
    background: transparent;
    color: #fff;
}
.search_icon.nav-link img {
	width: 25px;
}
.top-header .navbar .navbar-collapse ul li {
	margin: 0 2px;
}
.top-header.fixed-menu {
	width: 100%;
	position: fixed;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #fff;
	z-index: 2;
}
.header_bottom {
    float: left;
    width: 100%;
    height: 46%;
    position: absolute;
    bottom: -60px;
   /*background: linear-gradient(57deg, #00c6a7, #1e4d92);*/
}
.header_bottom::after {
    width: 50%;
    display: block;
    right: 0;
    content: "";
    background: ;
    height: 60px;
    position: absolute;
    top: 0;
}
.navbar-toggler {
    border: 2px solid #fff;
    border-radius: 0;
    margin: 15px 0;
    padding: 8px 8px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 9;
    position: relative;
}
.navbar-toggler span {
	background: #fff;
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span+span {
	margin-top: 5px;
}
.navbar-toggler:hover {
	border: 2px solid #222;
}
.navbar-toggler:hover span {
    background: #222;
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 50px;
  width: 28px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa-facebook {
  color: #003399;
  background: none;
}
.fa-linkedin {
  color: #007bb5;
  background: none;
}
.fa-youtube {
  color: #bb0000;
  background: none;
}
.nav-link{
	float: right;
	padding: 5px;
}
/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
  color: #fff;
}
.top-header #navbar-wd {
    padding-right: 0;
}
.theme_color {
	color: #ff880e;
}
.menu_orange_section {
    float: right;
    position: relative;
    width: 100%;
}
.menu_orange_section::after {

    width: 70px;
    height: 60px;
    position: relative;
    content: "";
    display: block;
   /* background: linear-gradient(57deg, #00c6a7, #1e4d92);*/
   background: #ff880e;
    left: -35px;
    transform: skew(40deg);
}
.main_bt {
    width: 195px;
    height: 55px;
    float: left;
    text-align: center;
    line-height: 55px;
    border: solid #ff880e 1px;
    font-size: 18px;
    margin-top: 10px;
    background: #fff;
    font-weight: 500;
}
.paddding_left_15 {
	padding-left: 30px;
	padding-right: 10px;
}
/*------------------------------------------------------------------ Banner -------------------------------------------------------------------*/
.pogoSlider-nav-btn {
	background: #fff;
}
.pogoSlider-nav-btn--selected {
	background: #ff880e !important;
}
.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
	display: none;
}
.img-responsive {
	max-width: 100%;
}
.slide_text h3 {
    font-size: 75px;
    font-weight: 200;
    padding: 0;
    line-height: normal;
    text-transform: none;
}
.slide_text h3 strong {
    font-size: 170px;
    text-transform: uppercase;
    line-height: normal;
}
.slide_text h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.slide_text p {
    color: #f2184f;
    font-size: 20px;
    font-weight: 300;
    padding-top: 0;
    line-height: normal;
    margin-bottom: 0;
}
.slide_text {
    margin-top: 150px;
    padding-left: 0;
}
/*------------------------------------------------------------------ About -------------------------------------------------------------*/
.inner_page_banner h3 {
    font-size: 42px;
    color: #fff;
    padding: 40px 15px;
}
.inner_page_banner {
    float: left;
    width: 100%;
    padding-top: 60px;
    min-height: 240px;
    background: #111;
}
/*------------------------------------------------------------------ Services -------------------------------------------------------------------*/
figure.effect-service {
	background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
	background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
}
figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
figure.effect-service img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure figcaption {
	padding: 10px;
	color: #fff;
	text-transform: capitalize;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-service h2 {
	padding: 20px;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}
figure.effect-service h2 {
	background: #e91327;
	padding: 13px;
	width: 94%;
	height: 58px;
	border: 0;
	margin: 0;
	font-weight: 200;
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	font-family: 'Great Vibes', cursive;
}
figure.effect-service p {
	padding: 15px;
	width: 100%;
	height: 80%;
	font-size: 14px;
	border: 2px solid #fff;
	margin: 0;
	font-weight: 300;
	display: none;
}
figure.effect-service p {
	float: right;
	padding: 20px;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure.effect-service:hover img {
	opacity: 0.6;
}
figure.effect-service:hover p {
	opacity: 1;
}
figure.effect-service:hover {
	border: 8px solid #e91327;
}
/*------------------------------------------------------------------ Gallery -------------------------------------------------------------------*/
.gallery-box {
	padding: 70px 0px 120px;
}
.gallery-box ul {}

.gallery-box ul li {
	position: relative;
	width: 31.33%;
	margin: 0 1% 20px !important;
	padding: 0px;
	float: left;
	border: none;
	overflow: hidden;
	margin-bottom: 0px;
}
.gallery-box ul li a {
	position: relative;
	display: inline-block;
	border: 4px solid #ffffff;
}
.gallery-box ul li a::before {
	content: "";
	position: absolute;
	background: rgba(233, 19, 39, 0.9);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.gallery-box ul li a .overlay {
	background: #70c6eb;
	color: #3a4149;
	font-size: 22px;
	text-align: center;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.gallery-box ul li a:hover::before {
	top: 0;
	opacity: 1;
}
.gallery-box ul li a:hover .overlay {
	opacity: 1;
}
.gallery-box ul li a:hover {
	border: 4px solid #e91327;
}
.gallery-box ul li a .overlay {
	background: #fff;
	color: #e91327;
}
h2.timer.count-title.count-number {
    color: #f43866;
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 60px;
}
p.count-text {
    color: #f43866;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    border-bottom: solid #fff 5px;
    padding-bottom: 10px;
    width: 50%;
}
@media only screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}
/*------------------------------------------------------------------ Contact -------------------------------------------------------------------*/
.contact-box {
	padding: 70px 0px;
}
.menu_footer li a {
    font-family: 'poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.menu_footer li a:hover,
.menu_footer li a:focus {
	color: #d66c0b !important;
}
.menu_footer li {
    margin: 3px 0;
}
.footer-box {
    background: #3a1e02;
    padding: 50px 0;
}
.footer-box .footer-company-name {
	text-align: center;
	margin: 0px;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	padding-top: 2px;
}
footer.footer-box h3 {
    font-size: 30px;
    border-bottom: solid #d66c0b 4px;
    margin-bottom: 15px;
}
.footer-box .footer-company-name a:hover {
	color: #e91327;
}
footer.footer-box h3 {
    font-size: 30px;
    border-bottom: solid #d66c0b 4px;
    margin-bottom: 25px;
}
.about-main-info h2 img {
	margin-top: -10px;
}
p {
    margin-top: 5px;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #4a4a49;
}
.text_align_left {
	text-align: left;
}
.text_align_center {
	text-align: center;
}
.text_align_right {
	text-align: right;
}
.text_align_left_img img {
    float: left;
}
.text_align_right_img img {
    float: right;
}
.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more {
	color: #fff !important;
}
.layout_padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.heading_main h2 {
	padding-top: 50px;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    position: relative;
}
.heading_main h2::after {
    width: 250px;
    height: 8px;
    background: #ff880e;
    content: "";
    display: block;
    transform: skew(-30deg);
    margin-top: 3px;
}
.heading_main p.large {
    font-size: 20px;
    color: #605f5f;
    position: relative;
    padding: 0;
    font-weight: 500;
    margin: 0;
}
.heading_main p {
    font-family: 'Raleway', sans-serif;
}
.heading_main p.small_tag {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    margin: 0;
}
.center {
	display: flex;
	justify-content: center;
}
p.section_count {
    font-size: 155px;
    margin: 0 45px 0 0;
    color: #cccac5;
    font-weight: 400;
    line-height: 70px;
}
.padding_0 {
	padding: 0;
}
.full {
	float: left;
	width: 100%;
}
.heading_main {
    float: left;
    display: flex;
    margin-bottom: 45px;
    width: 100%;
    justify-content: center;
}
.theme_bg {
	background: #07528d;
}
h3.small_heading {
	font-size: 35px;
	font-weight: 600;
	line-height: normal;
}
.margin-top_20 {
	margin-top: 20px;
}
.margin-top_30 {
	margin-top: 30px;
}
.margin-bottom_30 {
	margin-bottom: 30px;
}
#demo {
	margin-bottom: 20px;
}
.inner_page .top-header {

    position: relative;

}
.inner_page .inner_page_header {

    background: #1f1f1f;
    padding: 40px 0;

}
.inner_page .inner_page_header h3 {

    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer_bottom {

    background: #532a02;
    padding: 0 0;
    width: 100%;
    min-height: 82px;
    float: left;
    text-align: center;
}
.footer_bottom p.crp {
    float: left;
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    line-height: 82px;
}
.footer_menu ul {
    list-style: none;
    width: 100%;
    float: left;
}
.footer_blog li a {
    font-size: 14px;
    font-weight: 300 !important;
    color: #acaba9 !important;
}
.recent_post_footer p {
    color: #acaba9 !important;
    font-size: 13px;
}
.footer_blog h3 {
    margin-bottom: 10px;
}
.newsletter_form input {
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
}
.newsletter_form button {
    background: #d66c0b;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 25px;
    border-radius: 5px;
    cursor: pointer;
}
.news_blog {
    position: relative;
    background: #eee;
    min-height: 280px;
    text-align: center;
    margin: 15px 0;
}
.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(21,12,3,.65);
    opacity: 0;
    transition: ease all 0.25s;
}
.news_blog:hover .overlay,
.news_blog:focus .overlay {
	opacity: 1;
}
.main_bt.transparent {
    background: transparent;
    border-color: #fff;
    color: #fff;
    cursor: pointer;
}
.blog_details {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff880e;
    padding: 15px 0 5px;
    text-align: center;
    transition: ease all 0.25s;
}
.news_blog:hover .blog_details,
.news_blog:focus .blog_details {
    opacity: 0;
}
.blog_details h3 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    padding: 0;
}
.blog_details p {
    color: #fff;
    font-size: 15px;
    line-height: normal;
}
.footer_blog ul li {
    margin-bottom: 15px;
    display: flex;
    line-height: normal;
}
.footer_blog ul li img {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    position: relative;
    top: 1px;
}
footer {
	width: 100%;
	float: left;
}
footer.footer-box p {
    font-size: 17px;
}
.footer_blog {
    float: left;
    width: 100%;
}
ul.bottom_menu li a {
	color: #8d8d8c;
}

ul.bottom_menu li {
	float: left;
	font-size: 14px;
	font-weight: 300;
	margin-left: 20px;
}
.bottom_menu {
	float: right;
}
.innerpage_banner {
	background-color: #f9f9f9;
	min-height: 150px;
	text-align: center;
	background-image: url("../images/slider-01.jpg");
	background-size: cover;
	background-position: center center;
}
.innerpage_banner h2 {
	margin: 55px 0 0;
	padding: 0;
	font-size: 30px;
	text-align: left;
	font-weight: 500;
	position: relative;
}
#demo .img-responsive {
	width: 100%;
}
.top-header.fixed-menu .search-btn {
	background: #111;
}
.top-header.fixed-menu .search-btn img {
    width: 25px;
}
.top-header.fixed-menu .search-box:hover .search-txt {
	width: 240px;
	padding: 0 10px;
	border: solid #000 1px;
	height: 41px;
}
.contact_form {
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    padding: 30px 0;
}
.field input {
    width: 100%;
    background:#fff;
    min-height: 45px;
    border: none;
    margin: 15px 0;
    color: black;
    padding: 0 25px;
    font-size: 17px;
    font-weight: 300;
    border-radius: 10px;
}
.field textarea {
    width: 100%;
    background: #fff;
    min-height: 120px;
    border: none;
    margin: 15px 0;
    color: black;
    padding: 25px;
    font-size: 17px;
    font-weight: 300;
    border-radius: 10px;
}
.contact_form_inner button {
    width: 210px;
    height: 60px;
    border: none;
    font-size: 20px;
    background: linear-gradient(57deg, #ff880e, #ffffff);
    border-radius: 10px;
    line-height: 62px;
    cursor: pointer;
    transition: ease all 0.5s;
}
.contact_form_inner button:hover,
.contact_form_inner button:focus {
    color: black;
    background: linear-gradient(57deg, orange, #ffffff);
}
/*-----------------------------footer section-----------------------*/
.animated {
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    animation-fill-mode: both;
    transform: translate3d(0, 0, 0);
    -o-animation-fill-mode: both;
    -o-transform: translate3d(0, 0, 0);
    -moz-animation-fill-mode: both;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-animation-fill-mode: both;
    -webkit-transform: translate3d(0, 0, 0);
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
/*-----------------------------footer section-----------------------*/
/*-----------------------------video section-----------------------*/
 .video-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (max-width: 767px)
.video_row {
    margin: 0 -20px;
}
.video-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;

}
@media (max-width: 767px)
.container, .banner_slide figcaption, header .logo, .col-12, .wrap_destination {
    padding: 0 20px;
}
.lightboxstories {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
}
/*-----------------------------video section-----------------------*/
/*-----------------------------faq section-----------------------*/
.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #ff880e;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}
.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}
.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #ff880e;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}
.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #ff880e;
}
.faq .card .card-body p {
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
/*-----------------------------faq section-----------------------*/
/*-----------------------------social link-----------------------*/
.fa-facebook {
  color: #003399;
}
.fa-linkedin {
  color: #007bb5;
}
.fa-youtube {
  color: #bb0000;
}
/*-----------------------------social link-----------------------*/
/*-----------------image open------------------*/
.popup-gallery {
    cursor: pointer;
    transition: 0.3s;     
}
.popup-gallery:hover
{
    opacity: 0.7;
}
.popup-gallery img{
    width: 100%;
    border-radius: 5px;
}
.image-popup-vertical-fit img{
	border-radius: 5px;
}
.image-popup-vertical-fit :hover{
	opacity: 0.7;
}
.image-popup-vertical-fit{
	cursor: pointer;
    transition: 0.3s; 
}
/*-----------------facbook iframe------------------*/

/*-----------------popup window------------------*/
 #myModal .modal-dialog{
 	padding-top: 2%;
 }
 .submitId{
 	cursor: pointer;
 }
 .close{
 	position: absolute;
 	top: -32px;
 	right: -12px;
 	border-radius: 50%;
 	cursor: pointer;
 }
 /*-----------------Enquiry form------------------*/
 .formation{
 	max-height: 1300px;
 	padding-top: 12%;
 	padding-bottom: 2%;
 }
 .get_in_touch{
 	max-width: 780px;
 	margin: 5px auto;
 	position: relative;
 	box-shadow: 0 10px 30px 0px rgba(0,0,0,0.1);
 	padding: 30px;
 	padding-top: 0%;
 }
 .get_in_touch .title{
 	font-size: 1.5em;
 	line-height: 48px;
 	padding-bottom: 20px;
 	color: #5543ca;
 	background: #ff880e;
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
 }
 .container2 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
 .required {
  color: red;
  float: right;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 10px;
  resize: vertical;
}

input[type=submit] {
  background-color: #ff880e;
  color: black;
  padding: 3px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

/*-----------------nav dropdown -----------------*/
/* Dropdown button */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: black;
  padding: 5px 12px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
.dropbtn a:hover{
    color: white;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}


/*-----------------nav submenu dropdown -----------------*/
/* Dropdown submenu button */
#menu ul,
#menu li {
  margin: 0 0;
  padding: 0 0;
  top: 48px;
  list-style: none
}

#menu ul {
  height: 35px
}

#menu a {
  display: block;
  line-height: 35px;
  padding: 0 28px;
  text-decoration: none;
  color: black;
}
#menu input {
  display: none;
  margin: 0 0;
  padding: 0 0;
  width: 80px;
  height: 35px;
  opacity: 0;
  cursor: pointer
}

#menu label {
  font: bold 30px Arial;
  display: none;
  width: 35px;
  height: 36px;
  line-height: 36px;
  text-align: center
}

#menu label span {
  font-size: 12px;
  position: absolute;
  left: 35px
}

#menu ul.menus {
  height: auto;
  width: 250px;
  background: #ffffff;
  position: absolute;
  z-index: 99;
  display: none;
  border: 0;
}

#menu ul.menus li {
  display: block;
  width: 100%;
  font: 12px Arial;
  text-transform: none;
}

#menu li:hover ul.menus {
  display: block
}

#menu a.home {
  background: #ffffff;
}

#menu a.prett {
  padding: 0 27px 0 14px;
  cursor: pointer;
}

#menu a.prett::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 9px
}

#menu ul.menus a:hover {
  color: #ff880e;
}

#menu ul.menus .submenu {
  display: none;
  position: absolute;
  left: 180px;
  background: #ffffff;
  top: 35px;
  width: 260px;
}

#menu ul.menus .submenu li {
  background: #ffffff;
  border-bottom: 1px solid #ff880e;
}

#menu ul.menus .has-submenu:hover .submenu {
  display: block;
}

/*-----------------CBSE Document Popup -----------------*/
  #myModal .modal-dialog{
  padding-top: 2%;
 }
 .submitId{
  cursor: pointer;
 }
 .close{
  position: absolute;
  top: -32px;
  right: -12px;
  border-radius: 50%;
  cursor: pointer;
 }
 .btn1{
  border: none;
  background-color: inherit;
 }
<