.bg_video_section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner_main .bg_video_section .bg-video #myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_main .overlay_banner{
	height: 100vh;
    background-color: rgb(32 32 96 / 0.9);
    z-index: 1;
    position: relative;
    min-height: 500px;
    background-image: url(../images/bg/mobile-banner-bg.png);
    background-position: bottom right;
    background-size: cover; 
    background-repeat: no-repeat;
}
.banner_main {
    height: 100vh;
    position: relative;
	min-height: 500px;
}
header .header-nav{
  background: #006cb5;
    padding: 0 0 20px;
}
header .animated-active.header-nav  {
  background: none;
    padding: 0;
	top: 20px;
}
.theme_color_1{
	color: #f3bb45 !important;
}
.black_bg_btn{
	color: #000;
    font-weight: 500;
    border: 0;
    background: #ffcb74;
    transition: .3s ease;
    font-family: 'Ubuntu', sans-serif;
}
.black_bg_btn:hover {
    opacity: 0.8;
	color: #000;
}
header .menu-button {
    border: none;
    background: 0 0;
    width: 47px;
    height: 26px;
    padding: 0;
    display: block;
    transition: .3s ease;
}
header .menu-button span {
    background: #fff;
    width: 30px;
    height: 3px;
    margin-bottom: 9px;
    display: block;
    transition: .3s ease;
}
header .menu-button span:nth-child(2) {
    width: 47px;
}
header .menu-button:hover span:nth-child(1) {
    width: 47px;
}
header .menu-button:hover span:nth-child(2) {
    width: 30px;
}
.m-auto{
	margin: auto;
}

.services_box:hover .services_box_content{
	background: rgb(243 187 69 / 0.8);
}
.services_box .services_box_content img{
	margin-top: 25px;
}
.services_box:hover .services_box_content h6{
	color:#fff;
}
.services_box .services_box_content h6{
	font-size: 22px;
    font-weight: 500;
	transition: .2s ease-in-out;
    color: #333;
}
.services_box .services_box_content{
	background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s ease-in-out;
    height: 100%;
    width: 100%;
    text-align: center;
}
.services_box:hover .Bg_img_overlay{
	transform: scale(1.1);
}
.services_box .Bg_img_overlay{
	transition: all 0.2s ease-in-out 0s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 200px;
}
.services_box{
	display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid #eee;
}

.box-shadow-1{
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.two_line_dot {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.one_line_dot {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.section_border{
	border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.process-arro{
	position:relative;
}
.process-arro:before{
	content: "";
    background: url(../images/icons/arrow.png);
    position: absolute;
    z-index: 9;
    width: 60px;
    height: 60px;
    top: 60px;
    left: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(210deg);
}
.process-arro.arro-center:before{
	transform: scaleX(-1) rotate(30deg);
	top: 100px;
}
.footer .footer-bottom {
    background: #000;
}
.overflow-hidden{
	overflow:hidden;
}
::-webkit-scrollbar-thumb {
    background-color: #f3bb45;
    height: 100px;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}
.footer_form {
   position: relative;
    bottom: -50px;
}
.footer_form .footer_form_inner{
	background: #111;
    border-radius: 20px 20px 0px 0px;
    padding: 10px 10px;
}
.hover_read_btn_box{
	height: 220px;
	overflow: hidden;
}
.hover_read_btn_box img{
	transition: 0.3s;
}
.hover_read_btn_box:hover img{
	width: 66px;
}
.hover_read_btn_box .hover_read_btn{
	transition: 0.3s;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 5px 20px 10px;
    border-bottom: 0;
    margin-top: 11px;
    display: inline-block;
    background: #fff;
    border-radius: 50px 50px 0px 0px;
	color:#000;
}
.border-radius-2px{
	border-radius:2px;
}
#side-panel .nav-tabs > li a{
	font-size: 16px;
    padding: 10px 20px;
    font-weight: 600;
    background: none;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #f6d06747;
    margin-bottom: 10px;
    margin-right: 10px;
}
#side-panel .social-icons.icon-sm a{
	color:#000;
}
#side-panel a:hover{
	color:#f6d067;
}
#side-panel a{
	color: #fff;
    font-size: 14px;
}
#side-panel .nav-tabs > li.active a{
    background: #f6d067;
	color: #000;
}
@media only screen and (max-width: 992px) {
	.process-arro:before {
        background: none;
	}
}
.breadcrumb.white li a {
    color: #fff;
}
.zoom-header .zoom-inner-head{
    text-align: center;
    background: none;
    -webkit-animation: zoomout 30s ease-in infinite;
    animation: zoomout 30s ease-in infinite;
    transition: all .15s ease-in-out;
    overflow: hidden;
	height: 260px;
	background-color: rgb(32 32 96 / 85%);
}
.inner-header{
	height: 260px;
	overflow: hidden;
}
.zoom-header{
	background-size: cover;
    background-repeat: repeat;
    background-position: center;
	background-repeat: repeat;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 30s ease-in infinite;
    animation: zoomin 30s ease-in infinite;
    transition: all .15s ease-in-out;
    overflow: hidden;
	height: 260px;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}/*End of Zoom out Keyframes */

.team_linkedin_icon{
	position: absolute;
    right: 15px;
    top: 10px;
}
.footer_form .footer_form_inner .footer_form_inner_section .form-control{
	background: #444;
    border-color: #111111;
    border-radius: 5px;
    color: #fff;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-center.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.why_choose_us:after{
	content: '';
    background: url(../images/dot-pattern.svg);
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    background-position: center;
    top: 0;
    background-repeat: repeat;
    background-size: auto;
    z-index: -1;
    opacity: 0.3;
}
#enquire_now .modal-content form .form-control{
	border-radius: 5px;
}
#enquire_now .modal-content form label{
	font-weight: 400;
    color: #fff;
    font-size: 16px;
}
#enquire_now .modal-content .close{
	position: fixed;
    right: 0;
    top: 0;
    font-size: 50px;
    z-index: 9;
    color: #000000;
    opacity: 1;
    text-shadow: none;
    background: #f3bb45;
    width: 70px;
    height: 70px;
    border-radius: 0px 0px 0px 50px;
}
#enquire_now .modal-content{
	border-radius: 0;
    box-shadow: none;
    border: 0;
    width: 100%;
    height: 100vh;
    min-height: 600px;	
	background: #006cb5;
}
.border-radius-20px{
	border-radius: 20px;
}
#enquire_now .modal-content .popup_logo{
	/* mix-blend-mode: difference; */
    max-height: 80px;
}
@media only screen and (max-width: 991px) {
	#enquire_now .modal-content{
		height: 100%;
		position: relative;
		display: table;
		min-height: 100%;
		padding: 20px;
	}
	.menuzord-brand img {
		max-height: 35px !important;
		margin-top: 13px;
	}
}
.menu_services_link{
	min-height: 170px;
}

.circle:after{
	content: '';
    background: url(../images/dot-pattern.svg);
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    background-position: center;
    top: 0;
    background-repeat: repeat;
    background-size: auto;
    z-index: -1;
    opacity: 0.3;
}
.top_mEnU{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 10px 10px 0;
    display: block;
}