* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a:hover,
a {
    text-decoration: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

ul,
ol {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
a,
img,
.navbar {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
}

/*nav css start*/

.ak_mail p {
    color: #e7e7e7;
    font-weight: 600;
}

.menu .nav-item .nav-link {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all linear .3s;
    color: #fff;
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.menu .nav-item.active .nav-link,
.menu .nav-item:hover .nav-link {
    color: #DD3333;
}

.navbar-expand-lg {
    background-color: #2D3246;
}

.navbar-light .navbar-nav .show > .nav-link {
    color: #DD3333;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #DD3333;
}

.dropdown-menu {
    padding: 0px;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.main-menu ul li a {
    text-transform: uppercase;
    display: block;
    transition: all .3s ease 0s;
    font-size: 14px;
}

.main-menu ul li:hover a {
    color: #DD3333;
}

.main-menu ul li ul.submenu {
    position: absolute;
    width: 220px;
    background: #2D3246;
    top: 110%;
    left: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.main-menu ul li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
}

.main-menu ul li ul.submenu li a {
    color: #e7e7e7;
    text-transform: uppercase;
    padding: 6px 4px;
}

.main-menu ul li ul.submenu li {
    border-bottom: 1px solid #fff;
    margin-left: 5px;
    display: block;
}

.main-menu ul li ul.submenu li:last-child {
    border-bottom: 0px;
}

.main-menu ul li ul.submenu li:hover > a {
    color: #DD3333;
    padding-left: 15px;
}

ul.submenu li:hover ul.submenu {
    left: 100%;
    top: 0;
}


/*nav css end*/

/*logo_news css start*/

.logo_part img {
    width: 230px;
    height: 90px;
}

.logo_part .spinner-3 {
    position: absolute;
    margin-left: -16px;
    margin-top: 15px;
}

.logo_part .spinner {
    width: 70px;
    height: 70px;
}

.logo_part .spinner-3::after {
    width: 4px;
    height: 40px
}

.news_part img {
    height: 90px;
    width: 100%;
}

/*logo_news css end*/

/*header css start*/

.header_part {
    background-color: #DD3333;
    overflow: hidden;
}

.header_icon ul {
    text-align: center;
    padding: 4px 0px;
}

.header_icon ul li {
    float: left;
}

.header_icon ul li a {
    padding-right: 7.7px;
    color: #e7e7e7;
    font-size: 14px;
    display: block;
}

.header_icon ul li:hover a {
    color: #fff;
    transform: rotate(360deg);
}

.header_marque {
    background-color: #FB4834;
    overflow: hidden;
    padding: 5px;
}

.header_marque .mrq_p {
    position: relative;
    background-color: #e7e7e7;
    z-index: 1;
    width: 16%;
    float: left;
    font-size: 13px;

}

.header_marque .mrq_mrq {
    position: absolute;
    background-color: #FB4834;
    width: 80%;
    color: #fff;
    z-index: 0;
    float: left;
}

.header_content a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    float: right;
    position: relative;
    padding: 2px 0px;
}

/*header css end*/

/*slider css start*/

.slider_part {
    background: url(../images/slider%20back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.s_wid {
    width: 800px ! important;
    height: 355px ! important;
    float: right;
}

.carousel-control-next,
.carousel-control-prev {
    width: 3%;
    color: #fff;
    opacity: .5;
}

.sld_dis h1 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    padding: 15px 0px;
    text-align: center;
    text-decoration-style: double;
    font-style: italic;

}

.sld_dis p {
    font-size: 16px;
    color: blue;
    text-transform: uppercase;
    padding-bottom: 30px;
    text-align: center;
    font-family: cursive;
}

.sld_dis a button {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    line-height: 28px;
    border: 1px solid #fff;
    transition: all linear .3s;
    align-content: center;
}

.sld_dis a button:hover {
    background-color: #fff;
    border: 1px solid #BE0000;
    box-shadow: 20px 50px 78px #5bc5f4;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 15px;
    margin-left: 0px;
}

/*slider css end*/
.cmn_hdng {
    padding: 20px 0px 5px;
}

.main_head img {
    width: 240px;
    height: 5px;
}


.main_head h2 {
    margin-top: 15px;
    margin-bottom: -5px;
    font-weight: 700;
}

/*home project css start*/

.project_head h1 {
    padding: 30px 0px 0px 0px;
    color: darkred;
}

.project_sec img {
    width: 350px;
    height: 240px;
    padding: 20px 0px 10px 0px;
}

.project_sec h4 {
    padding: 10px 0px;
    color: #000;
    font-size: 16px;
}

.project_sec a button {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 28px;
    border: 1px solid #fff;
    transition: all linear 0.3s;
    border-radius: 50px;
    background-color: #99ffff;
}

.project_sec a button:hover {
    background-color: #fff;
    border: 1px solid #BE0000;
    box-shadow: 0px 0px 78px #5bc5f4;
}

/* home project css end*/

/*owlcarosel part start*/
.owl-carousel .owl-item img {
    padding: 0px! important;
    width: 100%;
    height: 90px;
}
.slider-active2 .imgBx img{
    height: 150px;
    margin: 30px 0;
}

.owl-dots {
    display: none;
}
/*owlcarosel part end*/


/*project menu css start*/
.gallery-block {
    padding-bottom: 30px;
}

.gallery-block .heading {
    margin-bottom: 30px;
    text-align: center;
}

.gallery-block .heading h2 {
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
    font-size: 17px;
    font-weight: bold;
}

.gallery-block.cards-gallery .card {
    transition: all linear 0.4s;
}

.gallery-block.cards-gallery .card img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.gallery-block.cards-gallery .card-body {
    text-align: center;
}

.gallery-block.cards-gallery .card-body p {
    font-size: 15px;
}

.gallery-block.cards-gallery a {
    color: #212529;
}

.gallery-block.cards-gallery a:hover {
    text-decoration: none;
}

.gallery-block.cards-gallery .card {
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.gallery-block .transform-on-hover:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
}

/*project menu css end*/


/*project interior css start*/
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/*project interior css end*/

/*owl carosel css start*/
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav button {
    height: 40px;
    width: 40px;
    background-color: transparent !important;
    position: absolute;
    line-height: 40px;
    text-align: center;
    top: 50%;
    font-size: 25px !important;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-item img {
    padding-top: 20px;
}

.pro_hed {
    text-align: center;
    margin: 15px 0px;
}

.pro_pera {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

/*owl carosel css end*/

/* about part css start */
.about_contant img {
    padding-top: 20px;
    width: 75%;
}

.about_contant p {
    padding-top: 20px;
    color: #000;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 50px
}

.about_contant h2 {
    color: #075248;
    padding-top: 20px;
    font-size: 25px;
    font-weight: 700;
}
.about_contant img {
    width: 65%;
}

/* about part css end */

/* service part css start */
.h_30 {
    height: 60px;
}

.service_part p {
    padding-top: 20px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.service_content p {
    padding-top: 20px;
    color: #000;
    font-size: 15px;
    line-height: 24px;
}

.service_content h2 {
    color: #075248;
    font-weight: 700;
    font-size: 25px;
}
.srvc_img {
    border: 3px solid #eee;
}

/* service part css end */

/* clint part css start */
.clint_img{
    padding: 30px;
}

.clint_img img {
    border: 2px solid #ccc;
}

.crprt_clint h2 {
    padding-top: 20px;
    padding-left: 25px;
    font-weight: 700;
    font-size: 25px;
}

.crprt_clint img {
    width: 350px;
    height: 5px;
    
}

/* clint part css end */

/*contact  css start*/
.contact_form {
    padding-top: 60px;
}

.info-Contact h5 {
    padding-top: 30px;
    font-size: 24px;
    border-bottom: 2px solid #544F4F;
}

.info-Contact p {
    margin-top: 20px;
    color: #000;
}

.info-Contact {
    background-color: #EDE9E9;
    color: #827D7D;
    font-size: 18px;
    padding-bottom: 20px;
    border: 2px solid #544F4F;
    border-radius: 7px;

}

.nav-list {
    padding: 10px;
}

.nav-list ul li a {

    color: #010943;
    font-size: 13px;
}

.nav-list ul li a i {

    color: #1fa7a8;
    font-size: 14px;
    margin-right: 5px;

}

.nav-list ul .webicon a {
    color: #9D2828;

}

.nav-list ul .webicon a br {
    margin-right: 30px;

}

.con-form h2 {
    color: #6D6F71;
    font-size: 24px;
    margin-bottom: 20px;
}

.form-group h3 {
    color: #000;
    font-size: 18px;
    margin: 10px 0px;
}

.btn-outline-primary {
    background-color: #145D62;
    color: #fff;
}

.btn-outline-primary:hover {
    color: #145D62;
}

/*contact  css end*/

/*portfolio  css start*/

.bg_img{
background: url(../images/slider%20back.jpg);
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    
}
.bg_img img {
    width: 35%;
    margin-bottom: 30px;
    margin-top: 20px;
}

/*portfolio  css end*/


/*footer css start*/
.footer_part {
    background-color: #353535;
    padding: 5px 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    border-top: 4px solid #DD3333;
}

.ftr_logo h3 {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 15px 0px 10px;
}

.ftr_logo p {
    color: #f1f1f1;
    font-size: 14px;
}

.ftr_link h3 {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 15px 0px 10px;
}

.ft_icon {
    width: 10%;
    float: left;
}


.ft_icon i {
    text-align: center;
    font-size: 18px;
    color: white;
    line-height: 20px;
}

.ft-number {
    width: 87%;
    float: left;
    padding-bottom: 5px;
}

.ft-number p a {
    color: #f1f1f1;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.ft_link_cntnt:hover .ft_icon i {
    color: #BE0000;
    transform: rotate(360deg);
    transition: all linear .3s;
}

.ft_imprtnt h3 {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 15px 0px 10px;
}

.ft_im_menu {
    float: left;
    width: 50%;
}

.ft_im_menu ul li {
    padding-bottom: 26px;
}


.ft_im_menu ul li i {
    width: 15%;
    float: left;
    color: #f1f1f1;
}

.ft_im_menu ul li a {
    color: #f1f1f1;
    font-size: 13px;
    font-weight: 400;
    display: block;
    font-family: 'Open Sans', sans-serif;
    width: 85%;
    float: left;
}

.ft_im_menu ul li:hover i {
    color: #BE0000;
    transition: all linear .3s;
}

.ft_im_menu ul li:first-child a {
    margin-top: 0px;
}

.ft_photo {
    padding: 13px 0px;
}

.ft_photo h3 {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 15px 0px 30px;
}

.img_ft_fst {
    padding-bottom: 30px;
}

.copy_part {
    padding: 15px;
    background-color: #555555;
    position: relative;
}

.copy_part p {
    font-size: 13px;
    font-weight: 400;
    color: #f1f1f1;
    font-family: 'Open Sans', sans-serif;
}

.copy_part p a {
    font-size: 13px;
    font-weight: 500;
    color: #5bc5f4;
}

#myBtn {
    display: none;
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 6px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #99ffff;
    color: #000;
    cursor: pointer;
    border-radius: 50%;
}

#myBtn:hover {
    background-color: red;
}

/*footer css end*/