/*===============*/


/*===============*/

@font-face {
    font-family: font;
    src: url(../font/BrandonGrotesque-Light.ttf);
    font: normal normal normal 20px/1.4em Brandon-Light, sans-serif;
}

@font-face {
    font-family: fontbold;
    src: url(../font/fontbold.woff2);
}

body {
    font-family: font;
    font-size: 20px;
}

.fontbold {
    font-family: fontbold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: fontbold;
    color: #02423D;
}

h2 {
    font-size: 40px;
}

p {
    font-family: font;
    line-height: 35px;
}

a {
    transition: color 0.4s ease 0s;
}

.contactpage a {
    color: #02423d;
}

.contactpage a:hover {
    color: #02423d;
    text-decoration: none;
}

label {
    color: #02423d;
}

.colororange {
    color: #FFF978;
}

.colororange:hover {
    color: #02423D;
}

.btnone {
    background-color: rgba(2, 66, 61, 1);
    border: solid rgba(153, 153, 151, 1) 0px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    height: 50px;
    padding: 0 35px;
    color: #FFEEE6;
}

.btnone:hover {
    color: #FFF978;
}

.button {
    width: 100%;
    background-color: rgba(2, 66, 61, 1);
    border: none;
    border-radius: none;
    height: 60px;
    padding: 0 35px;
    color: #ffffff;
    font-size: 20px;
}

button.btnone-sml {
    background-color: #02423d;
    color: #ffffff;
    font-family: fontbold;
    font-size: 13px;
    padding: 7px 30px;
}

.button:hover {
    color: #FFF978;
}

.greenlink {
    color: #02423D;
}

.greenlink:hover,
button.btnone-sml:hover {
    color: #FFF978;
}

.width-90per {
    width: 90%
}


/*=======Menu Start========*/

.topfixednav {
    -webkit-box-shadow: 0 2px 18px 0 rgba(129, 162, 182, .2);
    box-shadow: 0 2px 18px 0 rgba(129, 162, 182, .2);
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    z-index: 999;
    top: 0;
}

.topfixednav a {
    color: #02423d;
    font-size: 18px;
    font-family: fontbold;
}

.topnavbar {
    background-color: #f7f7f7;
    padding: 15px 0 !important;
}

a.navbar-brand img {
    width: 400px;
}

.topnavbar .nav-link {
    padding: 0 15px !important;
    color: #02423D;
    transition: color 0.4s ease 0s;
    font-size: 18px;
    font-family: fontbold;
}

.topnavbar .nav-link:hover,
.topnavbar .nav-link.active {
    color: #74ADA9;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background-color: #f8f9fa;
    border-radius: 0px;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 15px !important;
    color: #02423D;
    transition: color 0.4s ease 0s;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #FFF978;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/*=======Menu Stop========*/


/*=======Home bg start here========*/

.homeslider {
    padding-top: 350px;
    padding-bottom: 150px;
    background-image: url("../images/home-banner.jpg");
    height: 800px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.height {
    height: 100px;
}

.homeslider h1 {
    color: #02423D;
    font-size: 50px;
}

.homeslider p {
    opacity: .9;
    font-family: font;
    line-height: 35px;
    font-size: 20px;
    letter-spacing: .5px;
}

.homeslider-text {
    padding-left: 50px;
}


/*=======About section start here========*/

.aboutsection {
    position: relative;
    padding: 100px 0;
}

.aboutsection::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: #ffeee6;
}

.aboutsection p {
    font-family: font;
}

.paralong {
    opacity: .9;
    line-height: 35px;
    letter-spacing: .5px;
}


/*=======Gray section start here========*/

section.graysection {
    background-color: #f5f2f2;
    padding: 100px 0;
}


/*=======Box section start here========*/

.box {
    border: 0px solid rgba(65, 65, 65, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    box-shadow: 2.82px 5.3px 8px 0px rgba(0, 0, 0, 0.11);
    padding: 10px;
}

.boxtext {
    color: #02423D;
    font-size: 20px;
    padding: 20px 0;
    line-height: 25px;
    transition: color 0.4s ease 0s;
}

.imgsection a {
    text-decoration: none;
}

a:hover .boxtext {
    color: #FFF978;
}

.bgslider {
    background-color: #ffeee6;
}

.leftfiximg {
    background-image: url("../images/bgbaby.webp");
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 500px;
}

.pad50 {
    padding: 80px;
}

.padtb100px {
    padding: 100px 0;
}

.bgslidera::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 500px;
}

.bgwhite {
    background-color: #ffffff;
    min-height: 300px;
}

.lh-55 {
    line-height: 55px;
}


/*=======Footer section start here========*/

.footerformsection {
    padding: 150px 0;
    background-image: url("../images/footer-banner.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 17px;
}

.footerform {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 50px;
}

.copyrighttext {
    padding: 15px;
    color: #02423D;
    font-size: 16px;
}


/*=======Banner section start here========*/

.Bannersection {
    margin-top: 170px;
    padding: 50px 50px 20px;
}

.Bannersection h1 {
    font-size: 50px;
}

.bgpink {
    background-color: #ffeee6;
}

.abtcontent p,
.abtcontent h4,
.abtcontent h5 {
    opacity: .9;
}

.abtheight {
    height: 250px;
}

.aboutimage {
    position: relative;
    background-color: #ffeee6;
}

.abtimg {
    position: absolute;
    top: -250px;
    width: 40%;
    left: 30%;
    bottom: 0;
    height: 500px;
}

.bg-before-white {
    position: relative;
}

.bg-before-white::before {
    content: "";
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.height80px {
    height: 80px;
}

.imgbox {
    background-color: #ffeee6;
}

.imgbox:hover img {
    opacity: .3;
}

@media (max-width: 768px) {}

@media (min-width: 1200px) and (max-width: 1300px) {}

@media (min-width: 1100px) and (max-width: 1200px) {}

@media (min-width: 900px) and (max-width: 1100px) {}

@media (min-width: 768px) and (max-width: 900px) {}


/***update css****/

.form-control {
    background-color: #02423d;
    background-clip: padding-box;
    border: 1px solid #02423d;
    border-radius: 0;
    height: 50px;
    color: #ffffff !important;
    font-size: 14px;
}

.min-height-500 {
    min-height: 500px;
}

.form-control:hover,
.form-control:focus {
    background-color: rgba(0, 46, 42, 0.55);
    border: 1px solid rgba(0, 46, 42, 0.55);
    box-shadow: none !important;
}

.cer-box {
    height: 160px;
    width: 140px;
    background-color: #ffffff;
    transition: .3s;
    padding: 0px;
    box-shadow: 2.82px 5.3px 8px 0px rgba(0, 0, 0, 0.11);
}

.car-text {
    font-weight: 600;
    font-size: 15px;
    color: #414141;
    line-height: 19px;
}

.img-circle {
    border-radius: 50%;
}

.contact-icon {
    position: relative;
    padding-left: 60px;
    color: #02423d;
}

.contact-icon.icon1::before {
    position: absolute;
    left: 0;
    content: "";
    height: 40px;
    width: 40px;
    background-image: url("../images/icon1.webp");
}

.contact-icon.icon1:hover::before {
    background-image: url("../images/icon1a.webp");
}

.contact-icon.icon2::before {
    position: absolute;
    left: 0;
    content: "";
    height: 40px;
    width: 40px;
    background-image: url("../images/icon2.webp");
}

.contact-icon.icon2:hover::before {
    background-image: url("../images/icon2a.webp");
}

.contact-icon.icon3::before {
    position: absolute;
    left: 0;
    content: "";
    height: 40px;
    width: 40px;
    background-image: url("../images/icon3.webp");
}

.contact-icon.icon3:hover::before {
    background-image: url("../images/icon3a.webp");
}

.contact-icon.icon4::before {
    position: absolute;
    left: 0;
    content: "";
    height: 40px;
    width: 40px;
    background-image: url("../images/icon4.webp");
}

.contact-icon.icon4:hover::before {
    background-image: url("../images/icon4a.webp");
}

.cform .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000000;
    border-radius: 0;
    height: 30px;
    color: #000000 !important;
    font-size: 14px;
}

.cform .form-control:hover,
.cform .form-control:focus {
    background-color: transparent;
    box-shadow: none !important;
    border-bottom: 2px solid #74ADA9;
}

.cform label {
    color: #02423d;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    margin-top: 30px;
}

.cform-button {
    font-family: fontbold;
    font-size: 36px;
    font-weight: bold;
}

.cform-button:hover {
    color: #05C8A1;
}

.img-title {
    color: #292929;
    font-size: 30px;
    letter-spacing: 0.03em;
}

.zoom {
    background-color: #ffffff;
}

.fancybox {
    border: 1px solid #ffffff;
    display: inline-block;
    transition: .3s;
}

.fancybox:hover {
    border: 1px solid #ffeee6;
    text-decoration: none;
    padding: 3px;
}

.fancybox img {
    padding: 3px;
    transition: .3s;
}

.fancybox:hover img {
    opacity: .5;
    padding: 0px;
}

.fancybox:hover .zoom {
    background-color: #ffeee6;
}

.fancybox:hover .img-title {
    color: #02423D;
}

.sec-cer .fancybox {
    margin-bottom: 50px;
}

.fancybox:hover img {
    opacity: .5;
}

.fancybox:hover .cer-box {
    padding: 3px;
}
.instaimg{
	background-color: #f7f7f7;
    border: 10px solid #ffffff;
    padding: 10px;
    text-align: center;
}