@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth !important;
}
body{
    width: 100%;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif !important;
}

input:hover,
input:focus {
    outline: none !important;
}

textarea:hover,
textarea:focus {
    outline: none !important;
}

button:hover,
button:focus {
    outline: none !important;
}

select:hover,
select:focus {
    outline: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}


/*Header start*/

.header {
    width: 100%;
    color: #1e1e1e !important;
    z-index: 11111 !important;
/*    position: sticky;*/
    top: 0;
    left: 0;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

/*Top header start*/

.top-header {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #fff;
    position: relative;
}

.top-header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.email-con {
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.email-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.email-icon {
    padding-top: 2px;
}

.email-icon i {
    color: #1ec3f3;
    font-size: 15px;
    padding-right: 10px;
}

.emailid {
    color: #333;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 700;
    margin-bottom: 0;
}
.email-text{
    color: #333;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
    margin-bottom: 0;
}
.emailid:hover {
    color: #1ec3f3;
    transition: 0.3s;
}
.emailid a {
    color: #333;
    transition: 0.3s;
}
.emailid a:hover {
    color: #1ec3f3;
    transition: 0.3s;
}

.phone-con {
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.phone-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.phone-icon i {
    color: #1ec3f3;
    font-size: 15px;
    padding-right: 10px;
}

.phone-no {
    color: #333;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 700;
    margin-bottom: 0;
}
.phone-text{
    color: #333;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
    margin-bottom: 0;
}
.phone-no:hover {
    color: #1ec3f3;
    transition: 0.3s;
}
.phone-no a {
    color: #333;
    transition: 0.3s;
}
.phone-no a:hover {
    color: #1ec3f3;
    transition: 0.3s;
}

.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #00a3da;
    border: 1px solid #00a3da;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #00a3da;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #fff;
}
/*Top header end*/


/*Main header start*/
.main-header-section{
    width: 100%;
    background: #0d4a6f;
    transition: 0.5s ease;
    position: relative;
    z-index: 11111;
}
.sticky{
    background: #0d4a6f;
    width: 100%;
    position: fixed;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 0.5s ease;
}
.main-header {
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.logobox2{
    display: none;
}
.logo{
    width: 100%;
    height: auto;
}
.logo img {
    width: 100%;
    height: auto;
}
.navbar-brand {
    max-width: 350px;
    padding: 0 !important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}


/*Header end*/

/*  Whatsapp Icon */

.wh-ap-btn {
	outline: none;
    width:  45px;
    height:  45px;
    border:  0;
    background-color: #2ecc71;
    padding:  0;
    border-radius:  100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    cursor:  pointer;
    transition:  opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

.wh-ap-btn::after {
    content: '';
    background-image: url('//i.imgur.com/cAS6qqn.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    width:  100%;
    height:  100%;
    display:  block;
    opacity: 1;
}

.wh-ap-btn:hover {
    opacity:  1;
    background-color: #20bf6b;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.wh-api {
    position:  fixed;
    bottom:  0;
    /*left:  0;*/
    right: 11px;
    z-index: 115;
}

.wh-fixed {
    margin-left:  10px;
    margin-bottom:  10px;
}

.wh-fixed>a {
    display:  block;
    text-decoration:  none;
}
.wh-ap-btn::before {
    content: 'Drop Your Message';
    display:  block;
    position:  absolute;
    z-index: -1;
    margin-left: -144px;
    margin-top: 8px;
    height: 32px;
    width: -152px;
    opacity:  0;
    padding:  0;
    transition: opacity 0.4s, width 0.4s, padding 0.5s;
    padding-top:  7px;

    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
}

.wh-fixed>a:hover .wh-ap-btn::before {
    opacity:  1;
    width: -152px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

/*  Whatsapp Icon */

.google-map-section iframe {
    width: 100% !important;
}

/*Scrolltop*/


.hide{
    transform: scale(0,0);
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 75px;
    background: #111;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}
.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 9px;
    right: 9px;
}
.back-to-top:hover i {
    color: #fff;
}
/*Scrolltop*/


/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
}
.desk-banner-top{
    margin-top: 81px;
}
.banner-image1 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image2 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image3 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-contentbox {
    position: absolute;
    height: 650px;
    top: 0px;
    left: 6%;
    right: 6%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-contentbox .banner-heading1 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
/*    margin-top: 50px;*/
}

.banner-contentbox .banner-heading2 {
    color: #fff;
    text-align: center;
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    margin-top: 30px;
}

.banner-details {
    color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.banner-section .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-prev span {
    font-size: 70px;
    line-height: 70px;
    padding-left: 10px;
    color: #fff !important;
}

.banner-section .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-next span {
    font-size: 70px;
    line-height: 70px;
    padding-right: 10px;
    color: #fff !important;
}


.btn1 {
    color: #00a3da;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: center;
    transition: 0.3s ease;
    background: transparent;
    border: 1.5px solid #00a3da;
}

.btn1:hover{
    color: #fff;
    background: #1ec3f3;
    border: 1.5px solid #1ec3f3;
}
.banner-button {
    margin-top: 45px;
    text-align: center;
}

.banner-button .btn1 {
    color: #fff;
    transition: 0.3s ease;
    border: 1.5px solid #fff;
}

.banner-button .btn1:hover {
    color: #2a2a2a;
    transition: 0.3s ease;
    background: #fff;
    border: 1.5px solid #fff;
}



/*Banner end*/



/*About Us section start*/

.aboutus-section {
    padding-top: 90px;
    padding-bottom: 100px;
}

.heading-1 {
    color: #1ec3f3;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 10px;
}
.heading-1::before{
    position: absolute;
    content: '';
    top: 14px;
    left: -60px;
    width: 50px;
    border-bottom: 2px solid #1ec3f3;
}
.heading-1::after{
    position: absolute;
    content: '';
    top: 14px;
    right: -60px;
    width: 50px;
    border-bottom: 2px solid #1ec3f3;
}
.heading-2 {
    color: #232323;
    font-size: 42px;
    text-align: center;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}

.content-con1{
    width: 100%;
    height: auto;
}

.left-contentbox {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 50px;
}


.left-contentbox .content-heading1::before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 60px;
    border-bottom: 4px solid #1ec3f3;
}

.left-contentbox .content-heading1 {
    color: #1ec3f3;
    text-align: left;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 0px;
    padding-left: 70px;
    padding-bottom: 0;
/*    max-width: 380px;*/
}
.left-contentbox .content-heading2 {
    color: #2a2a2a;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-top: 10px;
/*    max-width: 380px;*/
}
.left-contentbox .left-contentbox-details {
    color: #777;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.left-content-bold{
    color: #2a2a2a;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}
.list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 20px;
}
.mt-10{
    margin-top: 10px !important;
}
.list-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.list-iconbox{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: grid;
    place-items: center;
}
.list-iconbox i{
    color: #1ec3f3;
    font-size: 16px;
}
.list-iconbox .fa {
    color: #1ec3f3;
    font-size: 16px;
  }
.list-hr-line{
    width: 20px;
    border-top: 2px solid #1ec3f3;
    margin-right: 10px;
}

.list-content .icon-heading{
    font-size: 14px;
    line-height: 22px;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 0;
}
.list-content .icon-details{
    color: #777;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.content-details{
    font-size: 14px;
    line-height: 26px;
    color: #777;
}
.button-group {
    margin-top: 50px;
}

.mt-20 {
    margin-top: 20px !important;
}

.contact-button{
    margin-left: 20px;
}
.contact-button .btn1{
    color: #fff;
    background: #0d4a6f;
    border: 1.5px solid #0d4a6f;
}
.contact-button .btn1:hover{
    color: #0d4a6f;
    background: transparent;
    border: 1.5px solid #0d4a6f;
}
.desk-d-none {
    display: none;
}

/*About Us section end*/


/*Our service section start*/

.our-service-section {
    padding-top: 0;
    padding-bottom: 100px;
    width: 100%;
    height: auto;
}

.service-box{
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
.service-imagebox{
    width: 100%;
    height: auto;
}
.service-imagebox img{
    width: 100%;
    height: auto;
}
.service-contentbox{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 0;
    background: #0d4a6f;
    transition: 0.5s ease;
    margin-bottom: 0px;
}

.service-heading{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: 0.5s ease;
    text-align: center;
}
.service-heading a{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: 0.5s ease;
    text-align: center;
}
.service-heading a:hover{
    color: #1ec3f3;
}

.service-button{
    margin-top: 40px;
    text-align: center;
}
.service-button .btn1{
    color: #1a1a1a;
    background: #fff;
    border: 1.5px solid #fff;
}
.service-button .btn1:hover{
    color: #fff;
    background: #1ec3f3;
    border: 1.5px solid #1ec3f3;
}

.mt-40 {
    margin-top: 40px !important;
}
.content {
  display: none;
}

/*Our service section end*/


/*section3 start*/

.section3 {
    padding-top: 90px;
    padding-bottom: 90px;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.section3 .heading-1{
    width: 200px;
    color: #fff;
}
.section3 .heading-1::before{
    border-bottom: 2px solid #fff;
}
.section3 .heading-1::after{
    border-bottom: 2px solid #fff;
}
.section3 .heading-details{
    color: #fff;
}


.section3 .left-contentbox .content-heading2{
    color: #fff;
}
.section3 .left-contentbox .left-contentbox-details{
    color: #e6e6e6;
}
.heading-section p{
    color: #777;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.box{
    width: 100%;
    height: auto;
}

.box-icon-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.box-icon{
    width: 120px;
    height: 120px;
    background: #fff;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
/*
.box-icon img{
    width: 64px;
    height: auto;
}
*/
.box-heading1{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.box-details{
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.box-content{
    color: #1ec3f3;
    font-size: 36px;
    font-weight: 800;
}

.mt-30{
    margin-top: 30px !important;
}
.mt-20 {
    margin-top: 20px !important;
}



/*Section3 end*/

/*section4 start*/

.section4{
    padding-top: 90px;
    width: 100%;
    height: auto;
}

.section4 .heading-1{
    width: 290px;
}

/*section4 end*/


/*section5 start*/
.section5{
    padding-top: 90px;
    padding-bottom: 80px;
}
.section5 .heading-1{
    margin-bottom: 20px;
}
.section5 .heading-2{
    color: #2a2a2a;
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.gallery-imgboxcon{
    width: 100%;
    height: auto;
}
.gallery-imgbox img{
    width: 100%;
    height: auto;
}


.gallery-iconbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-icon-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50% !important;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.gallery-icon-1:hover{
    color: #fff !important;
}

.gallery-box:hover .gallery-icon-1{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #0c141d;
}
.gallery-hover-bg{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.gallery-box:hover .gallery-hover-bg{
    opacity: 1;
    visibility: visible;
}
/*section5 end*/



/*Contact form section start*/

.contactus-section {
    padding-top: 0px;
    padding-bottom: 90px;
}

.contact-shadowbox-con{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}

.contact-imagebox{
    width: 100%;
    height: auto;
}
.contact-imagebox img{
    width: 100%;
    height: auto;
}

.form-box{
    padding-left: 45px;
    padding-right: 45px;
}
.contact-form-heading{
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 40px;
}
.form-heading {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-form-heading2 {
    color: #232323;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}
.addressbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}
.iconbox i{
    color: #00a3da;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.email-address{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.email-address:hover{
    color: #fff;
}
.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-no{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.location{
    color: #fff;
    font-size: 18px !important;
    font-weight: 700  !important;
}
.contact-no:hover{
    color: #fff;
}
.contact-detailsbox p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.contact-form {
    width: 100%;
}

.contact-form .form-control {
    color: #b7b7b7 !important;
    background-color: transparent !important;
    border: 1px solid #777 !important;
    border-radius: 0 !important;
}

.submit-button {
    margin-top: 30px;
}
.submit-button .btn1{
    color: #fff;
    background: #0d4a6f;
    border: 1.5px solid #0d4a6f;
}
.submit-button .btn1:hover{
    color: #fff;
    background: #00a3da;
    border: 1.5px solid #00a3da;
}
/*Contact form section end*/


/*Footer start*/

.footer-section {
    padding: 70px 0 0;
    background-color: #0d4a6f;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.footer-logo {
    width: 100%;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}

.ft_hd {
    color: #fff;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.quick-link {
    padding-left: 0;
    margin-bottom: 0;
}

.ql {
    list-style: none;
    padding: 2px 0;
    transition: 0.3s;
}
.ql:hover span{
    margin-left: 5px;
    transition: 0.3s;
}
.ql span{
    margin-right: 10px;
    transition: 0.3s;
}
.ql span i{
    font-size: 14px;
}
.ql a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
}

.ql a:hover {
    color: #00a3da!important;
    transition: 0.3s;
    text-decoration: none;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}
.contact-no-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-no2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.email-address-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.location-heading{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.email-address2{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.location2{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.subs-content {
    padding-bottom: 30px;
}

.phone-iconbox2, .email-iconbox2, .location-iconbox2{
    width: 20px;
    margin-right: 10px;
}
.phone-iconbox2 i, .email-iconbox2 i, .location-iconbox2 i{
    color: #fff;
    font-size: 16px;
}


/*
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #bc0000;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #bc0000;
}
*/



.footer_end {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    margin-top: 50px;
    
}
.footer-end-content{
    padding: 20px 0;
    
}
.ft_end_txt {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #fff;
}

.ft_end_txt a:hover {
    color: #fff;
}

/*Footer end*/



/*About page start*/
.banner-heading-section{
/*    background: #000a1d;*/
    position: relative;
}
.about-content{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 300px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-content h1 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}
.about-content nav{
    width: 100% !important;
    margin-top: 10px;
}
.about-content .breadcrumb{
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
}
.about-content .breadcrumb-item a {
    color: #fff !important;
}
.about-content .breadcrumb-item.active {
    color: #fff !important;
}
.about-content .breadcrumb-item.active a {
    color: #fff !important;
}
.about-content .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.imagebox{
    width: 100%;
    height: auto;
}
.imagebox img{
    width: 100%;
    height: auto;
}

.about-content-heading1{
    
}
.about-content-heading1::before {
    top: 0px !important;
    height: 44px !important;
}


/*About page end*/

.about-section1 .left-contentbox{
    padding-bottom: 0px;
}
.left-content-bold{
    margin-bottom: 0;
}

.mt-80{
    margin-top: 80px !important;
}
.mt-90{
    margin-top: 90px !important;
}
.aboutus_page-section1 .heading-2 {
    text-align: left;
    margin-bottom: 0;
}
.aboutus_page-section1 .left-contentbox {
     padding-bottom: 0px; 
}
.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
}

.about-section2{
    padding-bottom: 80px;
}
.about-section2 .nav-tab-container .nav-pills{
    justify-content: center;
}

.nav-tab-container .nav-item {
    text-align: center;
    margin: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    margin-right: 10px;
}
.nav-tab-container .nav-item:last-child {
    margin-right: 0;
}

.nav-tab-container .nav-pills .nav-link{
    color: #2a2a2a;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    transition: 0.3s ease;
    border-radius: 0 !important;
    border-bottom: 2px solid #e7e7e7;
}
.nav-tab-container .nav-pills .nav-link.active, 
.nav-tab-container .nav-pills .show>.nav-link {
    color: #0d4a6f;
    background-color: transparent !important;
    border-bottom: 2px solid #0d4a6f;
}
.nav-tab-container .nav-pills .nav-link:hover{
    color: #0d4a6f;
    background-color: transparent !important;
    border-bottom: 2px solid #0d4a6f;
}

.nav-tab-container .nav-item .nav-link.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 0;
    left: 50%;
    right: 50%;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
    margin-bottom: -2px;
    margin-left: -7px;
}
.nav-tab-container .nav-item .nav-link.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -2px;
    left: 50%;
    right: 50%;
    border: 9px solid transparent;
    border-top: 0;
    border-bottom-color: #0d4a6f;
    margin-left: -10px;
}


/*Our Service page start*/

.bg-banner-image{
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.service-heading2{
    color: #0d4a6f;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}
.service-details2{
    color: #777;
    font-size: 16px;
    line-height: 24px;
}
.features_info{
    margin-top: 30px;
}
.bro-iconbox{
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
.bro-iconbox img{
    width: 100%;
    height: auto;
}
.download_brochure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #e1f4ff;
    padding: 30px 40px;
}
.download_left{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.brochure-heading{
    color: #0d4a6f;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.download_text p{
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.right-form-box{
    background: #e1f4ff;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.right-form-box-heading{
    color: #0d4a6f;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 0px solid rgba(13,74,111,0.4);
    margin-bottom: 0px;
}

.right-form-box .contact-form .form-control {
    height: 45px;
    color: #b7b7b7 !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
}
.right-form-box .submit-button .btn1{
    width: 100%;
    display: block;
}

.right-service-box{
    background: #e1f4ff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}
.service-list{
    list-style: none;
}
.service-item{
    width: 100%;
    height: 50px;
    display: block;
    color: #777;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    border-bottom: 1px solid rgba(13,74,111,0.4);
}
.service-item:hover{
    color: #00a3da;
    transition: 0.3s ease;
}



.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #1ec3f3 !important;
    border: 1.5px solid #1ec3f3;
}
.learn-more-btn:hover{
    color: #ffff !important;
    background: #000a1d !important;
    border: 1.5px solid #000a1d;
}

.mb-80{
    margin-bottom: 80px !important;
}

.button-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.image-contentbox{
    border: 5px solid #ebebeb;
}

/*Our Service page end*/

.contactus-section2{
    padding-top: 80px;
    padding-bottom: 80px;
}
.contactus-section2 .contact-shadowbox-con {
    box-shadow: none;
}
.contactus-section2 .form-heading {
    color: #2a2a2a;
}
.contactus-section2 .contact-no {
    color: #2a2a2a;
}
.contactus-section2 .contact-detailsbox p {
    color: #2a2a2a;
}
.contactus-section2 .email-address {
    color: #2a2a2a;
}

.contactus-section2 .submit-button .btn1{
    color: #fff;
    background: #0d4a6f;
    border: 1.5px solid #0d4a6f;
}
.contactus-section2 .submit-button .btn1:hover{
    color: #fff;
    background: #1ec3f3;
    border: 1.5px solid #1ec3f3;
}


.mb-90{
    margin-bottom: 90px !important;
}
.aboutpage-section{
    padding-bottom: 90px !important;
}