url("/banners/")/* ========================================================================*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
::before,
::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    overflow: hidden;
    overflow-y: auto;
}
body {
    font-size: 14px;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    color: #676767;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
html,
button,
input,
select,
textarea {
    font-family: "Montserrat", sans-serif;
}
input:focus,
textarea:focus,
select:focus {
    /*border-color:#cdcfd3;*/
    border-color: transparent;
}
input,
textarea {
    padding: 10px 18px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(../images/arrow-select.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    line-height: 1.2;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    padding: 8px 28px 8px 15px;
}

iframe {
    border: 0;
    width: 100%;
}

a {
    color: #555555;
    text-decoration: none !important;
    display: block;
    opacity: 1;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    color: #000;
    outline: 0;
}
z a:hover,
a:focus {
    opacity: 0.8;
}
a:hover {
    text-decoration: underline;
    opacity: 1;
}

p {
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
}
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.5s all;
}

.bhm_about_wrap #accordion .card {
    margin-bottom: 15px;
}

.bhm_about_wrap #accordion .card .card-header a {
    position: relative;
}

.contactform {
}

.rcreate_box_head h2 {
    font-size: 50px;
    color: #013c59;
    text-align: center;
    padding: 0 0 30px 0;
}

.contactform .form_up {
    background-color: #fff;
    border: 1px solid #ececec;
    padding: 15px;
}

.reg_form .form_up .form-group {
    margin-bottom: 15px;
}

.reg_form .form_up label {
    color: #013c59;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.reg_form .form_up label > span {
    color: red;
}

.reg_form .form_up .form-control {
    height: 50px;
    border-radius: 0;
    background-color: #fafafa;
    border: 1px solid #ececec;
    outline: none;
    box-shadow: none;
}

.form_btn button {
    width: auto;
    height: 50px;
    background-color: #067d97;
    outline: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    margin: auto;
    display: block;
}

.reg_main {
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px 0;
}

.inner_container {
    max-width: 468px;
    width: 100%;
    /*margin: 0 auto;*/
}

.reg_main.contactform {
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px 0;
}

.reg_form .form_up .form-control::placeholder {
    font-size: 18px;
    font-family: "Bebas Neue", cursive;
    color: #ececec;
    letter-spacing: 1px;
}

.bhm_about_wrap #accordion .card .card-header a:after {
    position: absolute;
    content: "";
    background: url(../images/minus_icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-position: center;
    top: 0px;
    right: 0px;
    transition: 0.3s all;
    pointer-events: none;
}
.bhm_about_wrap #accordion .card .card-header a.collapsed:after {
    background: url(../images/plus_icon.png) no-repeat;
}

.bhm_ourcap a {
    display: inline-block;
    color: blue;
    text-decoration: underline !important;
    font-weight: normal;
}

.bhm_about_wrap #accordion .card .card-header a {
    position: relative;
    padding-right: 20px;
    line-height: normal;
}

a.navbar-brand {
    width: 320px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

a.navbar-brand > img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.fixed_header .navbar .navbar-brand img {
    width: auto;
}

header.fixed_header {
    padding: 5px 0;
}
header.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #013c59;
}
/*======================================================================
3. Typography
========================================================================*/
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
    margin: 0 0 0 0;
}

p {
    color: #676767;
}
p:last-child {
    margin-bottom: 0;
}

input,
button,
select,
textarea {
    background: transparent;
    border: 1px solid #d7d7d7;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    color: #424242;
}
input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: #5b77d8;
}
input,
select,
textarea {
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}
input,
select {
    height: 40px;
    padding: 0 10px;
    border-radius: 3px;
}
input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 0;
    box-shadow: none;
}

img {
    max-width: 100%;
    display: block;
    margin: 0;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*=======================================*/

/*=================Browser Deafult css (24-08-2020)======================*/
/*
:root {
	--text_white:#fff;   
	--text_black:#000;
	--text_gray:#363d41;
	--text_teal:#067d97;

	--text_dark_teal:#013c59;


	--bg_white:#fff;
	--bg_black:#000;  
	--bg_teal:#067d97;
	--bg_gray:#fafafa;
	--bg_dark_teal:#013c59;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: bebas-neue,sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 120px;
}

h2 {
    font-style: normal;
    font-size: 50px;
    color: #676767;
    letter-spacing: 1px;
}

h3 {
    font-style: normal;
    font-size: 40px;
    color: #676767;
    letter-spacing: 1px;
}

h4 {
    font-style: normal;
    font-size: 32px;
    color: #013c59;
    letter-spacing: 1px;
}

h5 {
    font-style: normal;
    font-size: 26px;
    color: #013c59;
    letter-spacing: 1px;
}

h6 {
    font-style: normal;
    font-size: 20px;
    color: #013c59;
    letter-spacing: 1px;
}

a {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

p,
span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 16px;
    /* line-height: 26px; */
    color: #686868;
    font-weight: normal !important;
}

p {
    font-size: 16px;
}

section {
    padding: 5rem 0;
    width: 100%;
}

/*=======================================*/

/*================= Deafult css (24-08-2020)======================*/

.container {
    max-width: 1170px;
    width: 100%;
    /*	margin: auto;*/
}

.custom_flex,
.cut_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=========Nav bar start============*/

header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.navbar {
    padding: 0;
}
.header_container {
    width: 94%;
    margin: auto;
    max-width: 100%;
}

.navbar-collapse {
    align-items: center;
    justify-content: flex-end;
}

ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #d2edfb;
    width: 100%;
    height: 2px;
    transform: scale(0);
    transition: 0.5s all;
}
.navbar-light .navbar-nav .nav-link.active::after {
    transform: scale(1);
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link:hover::after {
    transform: scale(1);
}

.navbar-nav .nav-item:nth-last-child(1) a {
    font-size: 16px;
    color: #067d97;
    font-weight: 600;
    width: 248px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.navbar-nav .nav-item:nth-last-child(1) a:hover {
    color: #fff;
    background-color: #067d97;
}

.navbar-nav .nav-item:nth-last-child(1) a::after,
.navbar-nav .nav-item:nth-last-child(2) a::after {
    height: 0;
}

/*.navbar-nav .nav-item:nth-last-child(1) a:hover{
	color: #067d97;
	}*/

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-nav .nav-item:nth-last-child(2) a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    width: 153px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    padding: 0;
    margin: 0;
}

.navbar-nav .nav-item:nth-last-child(2) a:hover {
    background-color: #067d97;
    border: 1px solid #067d97;
}

li.nav-item {
    margin: 0 15px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff !important;
}

ul.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}

ul.navbar-nav .dropdown-toggle::after {
    border: none;
}
.inner_drop_box {
    background-color: #fff;
}

.navbar-nav .dropdown-menu {
    overflow: hidden;
    border-radius: 0;
    border: none;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 10px 0 0 0;
    min-width: auto;
    background-color: transparent;
}
.navbar-nav .dropdown-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
    color: #fff;
    background-color: #013c59;
}

/*=========section 1 start============*/

.head_ul {
    display: none;
}

.head_ul li a {
    font-size: 14px;
}
.head_ul li {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}
.head_ul li:first-child a {
    color: #fff;
    font-weight: 600;
    width: 153px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
}

.head_ul li:first-child a:hover {
    background-color: #067d97;
    border: 1px solid #067d97;
}

.head_ul li:last-child a {
    color: #067d97;
    font-weight: 600;
    width: 168px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
}

/*=========section 2 start============*/

.home_wrap {
    width: 100%;
}

.home_banner {
}

.home_slider_inner {
    background-image: url(../images/home_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hsn_inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.home_slider {
    text-align: center;
}
.home_slider h1 {
    color: #fff;
    line-height: 110px;
    letter-spacing: 3px;
}

.home_slider h1 span {
    display: block;
    color: #fff;
    padding: 10px 0 30px 0;
    font-size: 24px;
}

.home_btn {
}

.home_btn a {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
}

.home_btn a:hover {
    background-color: #067d97;
    color: #fff;
    border: 1px solid #067d97;
}

/*=========section 3 start============*/

.bhm_about {
}

.bhm_about_wrap {
}

.bhm_about_wrap .common_heading {
    text-align: left;
}
.bhm_about_wrap h3 {
    position: relative;
    color: #013c59;
    padding: 0 0 0 30px;
    letter-spacing: 1px;
}

.bhm_about_wrap h3::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 3px;
    height: 83px;
    background-color: #013c59;
}

.bhm_abt_text p {
    font-weight: 400;
    color: #363d41;
    line-height: 30px;
    margin: 50px 0 0 0;
}

.bhm_terms_text p {
    font-weight: 400;
    color: #363d41;
    line-height: 30px;
    margin: 20px 0 0 0;
}
.bhm_abt_text p:last-child {
    margin: 40px 0 50px 0;
}

.bhm_abt_text span {
    font-weight: 400;
    color: #363d41;
    line-height: 30px;
    text-decoration: underline;
}

.about_comman_btn {
}

.about_comman_btn a {
    position: relative;
    width: 161px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #067d97;
    color: #067d97;
    transition: 0.5s all;
    overflow: hidden;
}
.about_comman_btn a:hover {
    color: #fff;
}
.about_comman_btn a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #067d97;
    width: 100%;
    height: 100%;
    transform-origin: left bottom;
    transform: rotate(-90deg);
    transition: 0.5s all;
    z-index: -9;
}
.about_comman_btn a:hover:before {
    transform: rotate(0);
}

/*=========section 3.1 (about slider css) start============*/

.bhm_about_slide .slider-wrap {
    position: relative;
}
.bhm_about_slide .image-slider {
    height: 100%;
    /*  overflow: hidden;*/
}
.bhm_about_slide .img-wrap {
    height: 500px;
    position: relative;
    overflow: hidden;
}
.bhm_about_slide .img-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}
.bhm_about_slide .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bhm_about_slide h1.show {
    letter-spacing: 0.15em;
    opacity: 1;
}
.bhm_about_slide .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    border-color: transparent;
    bottom: -24px;
    width: auto;
    height: auto;
    margin: auto;
    background-color: transparent;
    border-radius: 60px;
    cursor: pointer;
    outline: none;
    z-index: 9999;
}

.bhm_about_slide .slick-arrow:hover:before {
    border-top: 1px solid #067d97;
    border-left: 1px solid #067d97;
}

.bhm_about_slide .slick-arrow.slick-prev {
    right: 60px;
}
.bhm_about_slide .slick-arrow.slick-next {
    right: 20px;
}
.bhm_about_slide .slick-arrow:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    z-index: 9999999;
}

.bhm_about_slide .slick-arrow.slick-next:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #d9d9d9;
    top: -9px;
    left: -13px;
}

.bhm_about_slide .slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translate(2px, 2px);
}
.bhm_about_slide .slick-arrow.slick-next:before {
    transform: rotate(135deg) translate(2px, 2px);
}
.bhm_about_slide .slider-progress {
    position: absolute;
    left: 65px;
    bottom: -26px;
    width: 85%;
    height: 1px;
    position: relative;
}

.bhm_about_slide .slider-progress:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background-color: #d9d9d9;
}

.bhm_about_slide .slider-progress span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0px;
    height: 100%;
    background-color: #067d97;
    transition: all 0s linear;
}
.bhm_about_slide .slider-progress span.active {
    width: 80%;
}

.bhm_about_slide .image-slider button:focus {
    border-color: transparent;
}

.bhm_about_slide .image-slider button:focus:before {
    border-top: 1px solid #067d97;
    border-left: 1px solid #067d97;
}

/*=========section 3.1 (about slider css) END============*/

/*=========section 4 start============*/

.bhm_adv {
    background-color: #fafafa;
}

.common_heading {
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
}
.common_heading h2 {
}

.bhm_adv_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.ghm_adv_inner {
    width: auto;
    height: 100%;
    border: 1px solid #ececec;
    padding: 30px;
    background-color: #fff;
}

.ghm_adv_inner:hover {
    border: 1px solid #067d97;
}

.ghm_adv_inner p {
    font-size: 14px;
    padding-top: 20px;
    color: #363d41;
    line-height: 24px;
}

.ghm_adv_inner p span {
    font-size: 14px;
    padding-top: 20px;
    color: #363d41;
    line-height: 24px;
}

.adv_inner_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.adv_inner_content img {
    margin-right: 30px;
    max-width: 45px;
}
.adv_inner_content h4 {
}

/*=========section 5 start============*/

.bhm_service {
}
.bhm_ser_wrap {
}
.bhm_ser_wrap > img {
    margin: auto;
}

.bhm_ser_wrap h4 {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.bhm_ser_wrap h4::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: bottom 36% left 38%;
    background-size: auto;
    width: 100%;
    height: 100%;
}

.bhm_ser_wrap ul {
}
.bhm_ser_wrap ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.bhm_ser_wrap ul li img {
    margin-top: 7px;
    padding-right: 15px;
}
.bhm_ser_wrap ul li p {
    color: var(--text_gray);
}
.teal_pera ul li:first-child p {
    color: #067d97;
}

.service_btn a {
    position: relative;
    width: 149px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #067d97;
    color: #067d97;
    transition: 0.5s all;
    overflow: hidden;
}
.service_btn a:hover {
    z-index: 2;
}
.service_btn a:hover {
    color: #fff;
}
.service_btn a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #067d97;
    width: 100%;
    height: 100%;
    transform-origin: left bottom;
    transform: rotate(-90deg);
    transition: 0.5s all;
    z-index: -9;
}

.service_btn a:hover:before {
    transform: rotate(0);
}

/*=========section 6 start============*/

.bhm_project {
    background-color: #fafafa;
}
.bhm_proj_wrap {
    /*  border: 1px solid #ececec;*/
    overflow: hidden;
    width: 350px;
}
.proj_wrap_img {
    width: auto;
    height: auto;
    overflow: hidden;
    border: 1px solid #ececec;
    border-bottom: 1px solid transparent;
}

.proj_wrap_img:hover img {
    transform: scale(1.1);
}

.proj_wrap_img img {
    margin: 0 auto;
    transition: 0.6s cubic-bezier(0, 0.4, 0.06, 1.84);
    width: 100%;
}
.proj_wrap_text {
    width: auto;
    height: auto;
    text-align: center;
    padding: 30px 30px;
    transition: 0.6s cubic-bezier(0, 0.4, 0.06, 1.84);
    border: 1px solid #ececec;
    border-top: 1px solid transparent;
}

.proj_wrap_text:hover h5 {
    color: #067d97;
}

.proj_wrap_text span {
    /*color: #013c59;
		font-size: 14px;*/
    color: #013c59;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
}
.proj_wrap_text h5 {
    color: #363d41;
    padding: 20px 0;
}

.proj_arrow_box {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    transition: 0.6s cubic-bezier(0, 0.4, 0.06, 1.84);
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    border-radius: 50px;
    margin: 0 auto;
    overflow: hidden;
}
.proj_arrow_box img {
}

.proj_arrow_box img[alt~="proj_arrow_teal"] {
    position: absolute;
    top: auto;
    left: -100%;
    transition: 0.6s cubic-bezier(0, 0.4, 0.06, 1.84);
}

.proj_wrap_text:hover .proj_arrow_box img[alt~="proj_arrow_teal"] {
    left: 19px;
}

.proj_arrow_box img[alt~="proj_arrow_gray"] {
    transition: 0.2s ease-in;
}

.proj_wrap_text:hover .proj_arrow_box img[alt~="proj_arrow_gray"] {
    opacity: 0;
}

.proj_wrap_text a {
    display: inline-block;
}

/*=========section 7 start============*/

footer {
    background-image: url(../images/footer_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3rem 0;
}

.bhm_left {
}
.bhm_left img {
    margin-bottom: 20px;
}
.fter_sec p {
    font-size: 10px;
    color: #d2edfb;
    font-weight: 400;
}

.fter_sec .footer_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.fter_sec .footer_link span {
    padding-right: 10px;
    position: relative;
}
.fter_sec .footer_link span:last-child {
    padding-left: 10px;
}

.fter_sec .footer_link span:first-child::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #d2edfb;
    top: 2px;
    right: 0;
}

.fter_sec .footer_link span a {
    font-size: 10px;
    color: #d2edfb;
    font-weight: 400;
    line-height: normal;
}

.bhm_middle {
}
.bhm_middle h6,
.bhm_right h6 {
    color: #d2edfb;
    padding-bottom: 15px;
}
.bhm_middle .bhm_middle_left {
}

.bhm_middle .bhm_middle_left ul {
}
.bhm_middle .bhm_middle_left ul li {
    margin-bottom: 5px;
}
.bhm_middle .bhm_middle_left ul li a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.bhm_right {
}
.bhm_right h6 {
}
.bhm_right .bhm_right_in {
}
.bhm_right .bhm_right_in .bhm_touch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.bhm_right .bhm_right_in .bhm_touch:first-child p {
    font-size: 16px;
    /*text-transform: uppercase;*/
}

.bhm_right .bhm_right_in .bhm_touch img {
    padding-right: 15px;
}
.bhm_right .bhm_right_in .bhm_touch p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.bhm_right .footer_social {
}
.bhm_right .footer_social ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.bhm_right .footer_social ul li {
    margin-right: 15px;
}
.bhm_right .footer_social ul li a {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bhm_right .footer_social ul li a .fa {
    font-size: 20px;
    color: #fff;
}
.bhm_right .footer_social ul li a:hover {
    background-color: #fff;
}

.bhm_right .footer_social ul li a:hover .fa {
    color: #013c59;
}

/*=======================*/

/*============Developer css===============*/
.bhm_right_contact {
    padding: 0 0 0 30px;
}
.bhm_right_contact h2 {
    padding: 0 0 30px 0;
}
.bhm_right_contact .bhm_right_in {
}
.bhm_right_contact .bhm_right_in .bhm_touch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.bhm_right_contact .bhm_right_in .bhm_touch:first-child p {
    font-size: 16px;
    /*text-transform: uppercase;*/
}

.bhm_right_contact .bhm_right_in .bhm_touch img {
    padding-right: 15px;
}
.bhm_right_contact .bhm_right_in .bhm_touch p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.bhm_right_contact .footer_social {
}
.bhm_right_contact .footer_social ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.bhm_right_contact .footer_social ul li {
    margin-right: 15px;
}
.bhm_right_contact .footer_social ul li a {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bhm_right_contact .footer_social ul li a .fa {
    font-size: 20px;
    color: #555555;
}
.bhm_right_contact .footer_social ul li a:hover {
    background-color: #fff;
}

.bhm_right_contact .footer_social ul li a:hover .fa {
    color: #013c59;
}
/*===========Over Developer css*/

.bhm_proj_slide .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    background-color: #fff;
    border-radius: 60px;
    border: 2px solid #ececec;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

.bhm_proj_slide .slick-arrow:hover:before {
    border-top: 1px solid #067d97;
    border-left: 1px solid #067d97;
}

.bhm_proj_slide .slick-arrow.slick-prev {
    left: -10px;
}
.bhm_proj_slide .slick-arrow.slick-next {
    right: -10px;
}
.bhm_proj_slide .slick-arrow:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid #ececec;
    border-left: 2px solid #ececec;
    transition: 0.2s all;
}

.bhm_proj_slide .slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translate(2px, 2px);
}

.bhm_proj_slide .slick-arrow.slick-next:before {
    transform: rotate(135deg) translate(2px, 2px);
}

.bhm_proj_slide .slick-arrow:focus:before {
    border-top: 1px solid #067d97;
    border-left: 1px solid #067d97;
}

/*============================*/

.home_wrap .slick-dots {
    position: absolute;
    bottom: 15px;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_wrap .slick-dots li {
    font-size: 0;
    height: 8px;
    width: 8px;
    border: 3px solid #fff;
    border-radius: 50px;
    margin: 0 5px;
    background-color: var(--bg_white);
}

.home_wrap .slick-dots li button {
    border-color: transparent;
}

.home_wrap .slick-dots li button:focus {
}

.home_wrap .slick-dots li.slick-active {
    height: 15px;
    width: 15px;
    border: 3px solid #fff;
    border-radius: 20px;
    background-color: transparent;
}

.bhm_about_slide .slick-dots {
    display: none !important;
}

.bhm_about_slide .slider-wrap span.pagingInfo {
    position: absolute;
    bottom: -39px;
    font-weight: 400;
    font-size: 16px;
    color: #6b7073;
    letter-spacing: 1px;
}

/*-------------( bhm_keyproject )---------------*/

.bhm_keyproject {
}
.bhm_keyproject .bhm_about_wrap {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-right: 50px;
}

.bhm_about_wrap .bhm_abt_texts p span {
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    color: #363d41;
    font-family: "Montserrat", sans-serif;
}

.keyproject_right {
    height: 400px;
    position: relative;
}
.keyproject_right img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.keyproject_right:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /*background-color: #013c59;*/
    top: 15px;
    right: 15px;
    z-index: -9;
    border: 3px solid #013c59;
}

/*--------------Thank U page-------------*/

.thank_you {
    background-color: #fafafa;
    padding: 120px 0 100px;
}
.thank_you_wrap {
    max-width: 600px;
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 0 15px 0px rgb(211 211 211 / 0.3);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.thank_you_wrap span {
    width: 110px;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}
.thank_you_wrap span img {
}
.thank_you_wrap h2 {
    font-size: 42px;
    margin-top: 20px;
}
.thank_you_wrap p {
    font-size: 16px;
    padding-top: 20px;
    color: #363d41;
    line-height: 24px;
    margin: 0;
    padding: 15px 0 0 0;
}

/*contact us ( 20-05-5021 ) Start*/

.reg_main.contactform {
}
.reg_main.contactform .rcreate_box_head h2 {
    text-align: left;
    /*margin: 0 0 40px 0;
		border-bottom: 2px solid #033c5a;*/
}

.reg_main.contactform .bhm_right_contact h2 {
    text-align: left;
    /*margin: 0 0 40px 0;
		border-bottom: 2px solid #033c5a;*/
}

.reg_main.contactform .bhm_right_contact .bhm_right_in .bhm_touch {
}
.reg_main.contactform .bhm_right_contact .bhm_right_in .bhm_touch > a {
}
.reg_main.contactform .bhm_right_contact .bhm_right_in .bhm_touch > a > p {
}

.reg_main.contactform .bhm_right_contact .bhm_right_in .bhm_touch > p {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

/**/

.reg_main.contactform .bhm_right_contact .footer_social ul li a {
    border: 1px solid #033c5a;
}
.reg_main.contactform .bhm_right_contact .footer_social ul li a .fa {
    color: #033c5a;
}

.reg_main.contactform .bhm_right_contact .footer_social ul li a:hover {
    background-color: #033c5a;
}
.reg_main.contactform .bhm_right_contact .footer_social ul li a:hover .fa {
    color: #fff;
}
.reg_main.contactform .inner_container {
    max-width: 100%;
    width: 100%;
    /*margin: 0 auto;*/
}
/*contact us ( 20-05-5021 ) End*/

/* Ui changes for order class page */



::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c0c0c0 !important;
    opacity: 1;
    /* Firefox */
}

.bg-img {
    background-image: url("/login/banners/Image 9.png");
    min-height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* opacity: 0.8; */
}

.form-text {
    color: black;
}

#table {
    font-size: 12px;
}

.image {
    background-image: url("/login/banners/Image 8.jpg");
    min-height: 300px;
    position: relative;
    background-size: cover;
    border-radius: 8px;
    margin: 20px;
}

.site {
    background-color: #087f99;
    height: auto;
    color: white;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
}

.turnaround {
    background-color: white;
    /* height: 280px; */
    width: 260px;
    margin-top: 40px;
    margin-left: 50px;
    margin-bottom: 20px;
    color: black;
    border-radius: 5px;
    padding: 20px;
}

.inquiry {
    background-color: white;
    min-height: 315px !important;
    /*width: 280px;
    margin-top: 10px;
    margin-left: 90px; 
    width: 260px;*/
    border-radius: 5px;
    color: black;
}

.foot {
    background-color: #f4f3e9;
    height: auto;
    text-align: center;
    padding: 20px;
}

.btn {
    background-color: #087f99;
}

.price {
    color: #097e99;
    font-size: 25px;
}

#foot1 {
    /* font-size: 40px; */
    color: black;
}

#classp {
    background-color: #faece7;
    font-size: 12px;
    margin-bottom: 50px;
    width: 80%;
}

.cp {
    color: #ff2b2b;
}

#img {
    background-image: url("/login/banners/Image 9.jpg");
    height: 350px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
    padding-top: 250px;
}

#img4 {
    background-image: url("/login/banners/Image 6.jpg");
    height: 350px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
    padding-top: 250px;
    font-size: 17px;
}

#img1 {
    background-image: url("/login/banners/Image 5.jpg");
    height: 370px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
    padding-top: 250px;
    /* padding-left: 5px; */
}

#img2 {
    background-image: url("/login/banners/Image 7.jpg");
    height: 370px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
    padding-top: 250px;
}

#img3 {
    background-image: url("/login/banners/Image 2.jpg");
    height: 350px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
    padding-top: 250px;
    /* padding-left: 5px; */
}

#img5 {
    height: 360px;
    background-image: url("/login/banners/Image 4.jpg");
    height: 370px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
    padding-top: 250px;
    /* padding-left: 5px; */
}

#ques {
    text-align: center;
}

.yellow {
    color: #ffb703;
}

.fontsizelarge {
    font-size: 40px;
}

#order {
    width: 250px;
}

.fontsizesmall {
    font-size: 15px;
}

#img_bg {
    background-image: url("/login/banners/blue_back.png");
}

#image_bg {
    background-image: url("/login/banners/grey_back.png");
}

.banner p {
    color: #fff !important;
}
.f_class {
    font-size: 36px;
    color: #686868;
    padding-left: 60px !important;
}
.home_table {
    font-size: 13px !important;
}
.home_table td {
    vertical-align: middle !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #faf9f3;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #f0f4f0;
}
.table thead th {
    letter-spacing: 3px !important;
}
.text-blue {
    color: #097e99 !important;
}
.img-info {
    padding: 30px 25px;
    color: #013c59;
    bottom: -1px;
    position: absolute;
    font-size: 17px;
    background-color: #f5f3e8;
}
.img-info_1 {
    padding: 30px 25px;
    color: #fff;
    bottom: -1px;
    position: absolute;
    font-size: 17px;
    /* background-color: #2e2e2e62; */
    background-image: linear-gradient(#33333300, #000000a8);
}
.btn-warning {
    background-color: #ffb703 !important;
    border: 1px solid #ffb703 !important;
    color: #fff;
    padding: 3px 35px !important;
}
.btn-warning p {
    color: #9b7109;
    font-size: 13px;
}
.banner {
    margin-top: 50px !important;
    padding: 100px 100px;
}
.section1 {
    background-color: #faf9f3;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.btn-primary {
    background-color: #097e99 !important;
    border: 1px solid #097e99;
}
@media only screen and (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .banner {
        padding: 40px 10px;
    }
    .section1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #classp {
        width: 100%;
    }
    .turnaround {
        margin-left: 0px;
        width: 100%;
    }
    /* .mobView {
        margin-left: 144px;
    } */
}

@media (max-device-width: 360px) {
    #mob_view {
        margin-left: 86px;
    }
}
@media (min-device-width: 360px) and (max-device-width: 375px) {
    #mob_view {
        margin-left: 110px;
    }
}
@media (min-device-width: 380px) and (max-device-width: 425px) {
    #mob_view {
        margin-left: 140px;
    }
   
}
/* @@media (min-device-width: 320px) and (max-device-width: 320px) {
    .g-recaptcha {
        transform:scale(0.9) !important;
        -webkit-transform:scale(0.9 !important;
    }
} */
@media (min-device-width: 376px) and (max-device-width: 480px) {
    .g-recaptcha {
        transform:scale(1.06) !important;
        -webkit-transform:scale(1.06) !important;
    }
}
@media (min-device-width: 320px) and (max-device-width: 375px) {
    .g-recaptcha {
        transform:scale(0.77) !important;
        -webkit-transform:scale(0.77) !important;
    }
}

.g-recaptcha {
    transform:scale(0.6);
    -webkit-transform:scale(0.6);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
