@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Merriweather+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Montserrat:ital,wght@0,200;0,300;0,400;0,600;1,900&family=Oswald:wght@400;500&display=swap");
body {
    font-family: "poppins", sans-serif;
    font-size: 20px;
    color: #525252;
    line-height: 30px;
    overflow-x: hidden;
}


/* .row {
    margin-left: 0px;
    margin-right: 0px;
} */

.container-fluid {
    position: relative;
}

.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.clearhght {
    height: 25px;
}

.container-custom {
    max-width: 1366px;
}

.center {
    text-align: center;
}

.title-area {
    /* padding-top: 55px; */
    margin-bottom: 60px;
}

.title-text {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 50px;
    color: #bb133e;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    /* stroke: 2px solid #002664; */
    -webkit-text-stroke: 2px #002664;
    -webkit-text-fill-color: #bb133e;
    padding-top: 40px;
}

.subtitle-text {
    font-family: "poppins", sans-serif;
    font-size: 30px;
    color: #2c2c2c;
    line-height: 55px;
    font-weight: 300;
}

.subtitle-text2 {
    font-family: "poppins", sans-serif;
    font-size: 20px;
    color: #2c2c2c;
    line-height: 40px;
    font-weight: 300;
    text-align: justify;
}

.subtitle-text3 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 30px;
    color: #616161;
    font-weight: 300;
    font-style: italic;
    text-align: center;
}

.flt-right {
    float: left;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    height: auto;
    max-width: 100%;
}


/********************************************* Header with navigation part Start***************************************/

#header .logo {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}

#header .navbar-brand {
    height: auto;
}

#header .navbar-expand-lg {
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 8px 6px -6px #a5a5a5;
    opacity: 0.8;
    z-index: 999;
}

#header .navbar a {
    color: #002664;
    text-decoration: none;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

#header .navbar li .dropdown-menu li+li {
    border-top: 1px solid #ddd;
}

#header .navbar li .dropdown-menu li a {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: capitalize;
}

#header .navbar li:last-child a {
    padding-right: 0;
}

#header .navbar a:hover {
    color: #fff;
    background-color: #bb133e;
}

.sticky {
    box-shadow: 0 0 5px #ddd;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.navbar-toggler i {
    background-color: #045778;
    border-radius: 25px;
    display: block;
    height: 2px;
    position: relative;
    width: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-toggler i+i {
    margin-top: 0.375rem;
}

.navbar-toggler[aria-expanded="true"] i {}

.navbar-toggler[aria-expanded="true"] i:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] i:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] i:nth-child(2) {
    opacity: 0;
}

.msz-button {
    background-color: #179fdd;
    border-radius: 5px;
    box-shadow: 0 5px 0 #0d7bac;
    color: #fff;
    font-size: 28px;
    display: inline-flex;
    min-width: 320px;
    overflow: hidden;
    padding: 15px 20px 15px 70px;
    text-align: center;
    text-transform: uppercase;
}

.msz-button:hover {
    background-color: #0d7bac;
    box-shadow: 0 5px 0 #075f86;
    color: #fff;
    text-decoration: none;
}

.msz-button span {
    background-color: #92d9f9;
    clip-path: polygon(0 0, 100% 0, 71% 100%, 0% 100%);
    height: 100%;
    left: 0;
    padding: 5px 35px 5px 15px;
    z-index: 1;
}

.msz-button span img {
    max-width: 40px;
}

.divider {
    border-bottom: 1px solid #c9c9c9;
    padding: 8px 0px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    /*left:-100%;*/
    left: -10rem;
    /* 10rem is the min-width of dropdown-menu */
    margin-top: -6px;
    font-size: 10px;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
}

@media only screen and (min-width: 768px) {
    .dropdown-menu {
        border: 0;
        border-radius: 0;
        display: block;
        margin: 20px 0 0;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        transition: all 0.3s ease-in-out;
    }
    .navbar-nav>li:hover .dropdown-menu {
        max-height: 200px;
    }
    .navbar-nav li:hover>ul.dropdown-menu {
        display: block;
    }
}


/********************************************* banner part start***************************************/

.home-banner {
    background: url("../images/main-img.jpg") no-repeat center top;
    /*background-color: #15a4dc;*/
    background-size: cover;
    height: 90vh;
}

#banner {
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

#banner h1 {
    color: #002664;
    font-size: 50px;
}

#banner h2 {
    color: #bb133e;
    /*background-color: #bb133e;*/
    font-size: 50px;
    padding: 5px;
}

#banner .ban-text {
    margin-top: 150px;
    text-align: center;
    max-width: 750px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.ban-side-img {
    margin-top: 35px;
}


/********************************************* banner part end***************************************/


/********************************************* about us part start***************************************/

#about-us {
    padding: 40px 0;
}

#about-us p {
    font-family: "Merriweather Sans", sans-serif;
    font-style: italic;
    font-size: 23px;
    color: #616161;
    line-height: 45px;
    text-align: center;
    /* margin: 50px; */
}

#about-us h4 {
    color: #fec007;
    font-size: 22px;
}


/********************************************* about us part end***************************************/


/********************************************* services part start***************************************/

#services h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #616161;
    font-weight: 600;
}

#services p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #616161;
    font-weight: 400;
    text-align: justify;
}

#services .contxt {
    margin-left: 125px;
    margin-bottom: 60px;
}

#services .service-ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
}

#services .service-ico:hover {
    border-radius: 50%;
    /* border: 3px solid #bb133e; 
    box-shadow: 0 0 0 4px #002664;*/
    border: 3px dashed #002664;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
}

#services img:hover {
    -webkit-transition: -webkit-transform 0.8s, opacity 0.2s;
    -webkit-transform: scale(.9);
    margin-left: 2px;
}


/********************************************* services part end***************************************/


/********************************************* product part start***************************************/

#products {
    background-image: linear-gradient(#fad0db, #ffecf1, #fad0db);
    color: #616161;
}

#products h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}

#products p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: justify;
}

.pro-content {
    padding-top: 25px;
}

#products .pro-ico {
    width: 160px;
    height: 160px;
}

#products .pro-ico:hover {
    background: none;
    border-radius: 50%;
    /* border: 3px solid #bb133e; */
    box-shadow: 0 0 0 4px #bb133e;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
}

#products img:hover {
    /* width: 120px;
    height: 120px; 
    margin: 18px 0px 0px 18px;*/
    -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
    -webkit-transform: scale(.7);
}


/********************************************* product part end***************************************/


/********************************************* news part start***************************************/

#news .news-bg {
    border: 1px solid #bb133e;
    border-top: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#news .news-img {
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#news .news-img img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: 0.5s all ease-in-out;
    /* width: 352px;
    height: 261px; */
}

#news .news-img img:hover {
    transform: scale(1.5);
}

#news .news-area {
    padding: 0px 10px;
}

#news .date-txt {
    font-family: "Montserrat", sans-serif;
    color: #969696;
    font-size: 17px;
    font-weight: 400;
    line-height: 40px;
}

#news p {
    font-family: "Montserrat", sans-serif;
    color: #616161;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

#news .rdmore {
    font-family: "Merriweather Sans", sans-serif;
    font-style: italic;
    font-size: 17px;
    color: #bb133e;
    line-height: 35px;
    text-align: right;
    font-weight: 300;
    text-decoration: underline;
    border: none;
    background-color: inherit;
    margin-bottom: 15px;
}

#news .rdmore:hover {
    color: #fff;
    background-color: #002664;
    text-decoration: none;
}

#more {
    display: none;
}

#more2 {
    display: none;
}

#more3 {
    display: none;
}


/********************************************* news part end***************************************/


/********************************************* contact us part start***************************************/

#contact-us {
    background: url("../images/contact-bg.jpg") no-repeat scroll center top;
    background-size: 100%;
    background-color: #cdddf6;
}

#contact-us p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-left: 20px;
    display: inline-block;
    text-decoration: none;
    width: 250px;
}


/****quick-contact*******/

#quick-contact h1 {
    color: #0172ba;
    font-size: 35px;
    line-height: 35px;
    font-weight: 200;
}

#quick-contact h2 {
    color: #292929;
    font-size: 18px;
    margin-bottom: 50px;
}

#quick-contact .form-group {
    margin-bottom: 48px;
}

#quick-contact .form-control {
    font-family: "Montserrat", sans-serif;
    background-color: #ffe9ef;
    background-image: none;
    border: 1px solid #bb133e;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #232323;
    display: block;
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius: 10px;
}

#quick-contact .form-control:focus {
    border-color: #045bad;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 96, 186, 0.6);
    outline: 0 none;
}

#quick-contact .btn-group-lg>.btn,
.btn-lg {
    border-radius: 10px;
    color: #ffffff;
    font-size: 22px;
    font-family: "Merriweather Sans", sans-serif;
    font-style: italic;
    line-height: 1.33333;
    padding: 10px 16px;
    width: 226px;
    background-color: #bb133e;
    margin: 0px 0px 50px;
}

#quick-contact .btn.active,
.btn:active {
    background-image: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}

#quick-contact .btn.focus,
.btn:focus,
.btn:hover {
    background-color: #4a71b0;
    text-decoration: none;
    color: #fff;
}

.text-danger {
    color: #004fff !important;
    font-size: 14px;
}

ul,
ol {
    list-style: none;
}

#contact-no {
    background: url("../images/footer-bg2.jpg") repeat scroll center top;
    background-size: 100%;
    background-color: #cdddf6;
    padding: 40px 0px;
}

#contact-no .contact-ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
}

#contact-no .contact-txt {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 50px;
}

#contact-no .contact-txt a {
    color: #fff;
}

#contact-no .contact-txt a:hover {
    color: #81a8e9;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}


/********************************************* contact us part end***************************************/


/********************************************* Footer with navigation part start***************************************/

.footer-bg {
    background-color: #bb133e;
    width: 100%;
    height: 60px;
}

.cprght {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.cprght a {
    color: #fff;
}

.cprght a:hover {
    color: #fffea8;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}

transition: all 0.3s ease-in-out;

/********************************************* Footer with navigation part end***************************************/