html{
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 15px;
}
body{
    font-family: "Roboto", Arial, Tahoma, sans-serif;
}
.c-b h2{
    font-size: 32px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: #000;
    padding-bottom: 15px;
}
.c-b h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 45px;
    z-index: -2;
    width: 50px;
    height: 2px;
    background-color: #005aa5;
}
/*backgrounds*/
.header-top{
    background-color: #303030;
}

.header-bottomclr {
    background-color: #005aa5;
}
.footer{
    background-color: #303030;
}
.footer-bottom{
    border-top: 1px solid #14191b;
    background-color: #222222;
}
.gallery{
    background: #f0f3f6;
}
/*header-top parts*/
.header-top ul{
    margin-bottom: 0px;
}
.header-top ul li{
    color: #fff;
    margin-left: 24px;
}
.header-top p a{
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
    margin-left: 7px;
}
.header-top p a:hover{
    text-decoration: none;
}
.header-top p{
    margin-bottom: 0px;
}
.header-top i{
    color: #005aa5;
    font-weight: 400;
}
.social-icons li i{
    color: #fff;
}
.b-l{
    border-left: 1px dotted #fff;
}
.b-lr{
    border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
}
/*header-center parts*/
.logo-name-img {
    margin-left: -40px;
    width: 155px;
    margin-top: 2px;
}
/*.logo-name-img{
    margin-left: -40px;
}*/
.header-center i{
    color: #005aa5;
    font-size: 40px;
}
.header-center h2{
    margin-top: -3px;
    margin-bottom: 0;
    padding-bottom: 2px;
    color: #303030;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.header-center p{
    color: #737373;
    font-size: 12px;
}
/*header-bottom parts*/
.sm a.current {
    color: #fff;
    font-size: 14px;
}
.sm li a{
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-right: 20px;
    font-size: 14px;
}
.sm li a:hover{
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-right: 20px;
    font-size: 14px;
}
.sub-menu li a{
    color: #000;
    font-size: 14px;
}
.sub-menu li a:hover{
    color: #005aa5;
    font-size: 14px;
}
.enq-btn{
    background-color: #303030;
    position: relative;
    padding: 13px 0px 13px 65px;
    border-radius: 0;
    font-weight: 700;
    z-index: 0;
}
.enq-btn::before{
    content: " ";
    position: absolute;
    top: 0;
    left: -37px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0 0px 48px 36px;
    border-color: transparent transparent #303030 transparent;
    z-index: -1;
}
.enq-btn a{
    color: #fff;
}
.enq-btn:hover{
    background-color: #ed151a;
}
.enq-btn:hover::before {
    border-color: transparent transparent #ed151a transparent;
}
.enq-btn a:hover {
    color: #fff;
    text-decoration: none;
}
/*slide - parts*/
.slide-text .slide-head{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
.slide-text .slide-desc{
    color: #fff;
}
.slide-text {
    margin-top: 75px;
}
.slide{
    position: relative;
}
.slide-blur{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    border-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
/*welcome - parts*/
.about .head4{
    color: #303030;
    font-weight: 600;
    font-size: 20px;
}
.about .head3{
    color: #000;
    font-weight: 700;
    font-size: 35px;
}
.about .about-desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.about .about-list li{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.about .head3{
    color: #303030;
    font-weight: 600;
    font-size: 25px;
}
/*about-box hover style - parts*/
.about img {
    max-width: 100%;
    overflow: hidden;
}
.about .about-anchor::before{
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 30px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 25px;
    border-radius: 8px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.about .about-anchor::before {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: scale(0, 1);
}
.about .about-anchor::after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 30px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 25px;
    border-radius: 8px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.about .about-anchor {
    overflow: hidden;
    position: relative;
    float: left;
}
.about .about-anchor::after {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    transform: scale(1, 0);
}
.about .about-anchor:hover::before {
    opacity: 1;
    transform: scale(1);
}
.about .about-anchor:hover::after {
    opacity: 1;
    transform: scale(1);
}
/*number - parts*/
.number{
    background-image: url("../images/nbg.jpg");
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
    position: relative;
}
.number::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.5);
}
.number-single {
    position: relative;
    z-index: 1;
    padding: 50px;
}
.number-single .number-head{
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
}
.number-single .number-para{
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
}
.number-single::before{
    border-color: #fff;
    top: 40px;
    left: 25px;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-width: 2px;
    border-style: solid;
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
}
.number-single::after{
    border-color: #fff;
    right: 30px;
    bottom: 50px;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-width: 2px;
    border-style: solid;
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
}
.number-single i{
    color: #fff;
    font-size: 100px;
    opacity: 0.6;
}
.number-single:hover p{
    color: #005aa5;
}
.number-single:hover .number-hover i{
    color: #005aa5;
    opacity: 0.6;
    font-size: 100px;
}
.number-single:hover::before{
    border-color: #005aa5;
    border-width: 5px;
    border-style: solid;
}
.number-single:hover::after{
    border-color: #005aa5;
    border-width: 5px;
    border-style: solid;
}
/*new- - parts*/
.new-texts{
    position: relative;
    z-index: 1;
}
.new .new-head1{
    color: #303030;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}
.new .new-para1{
    font-size: 14px;
    font-weight: 400;
}
.new-bg{
    background-image: url("../images/bg3.jpg");
    padding: 25px 60px;
}
.new-bg::before{
    position: absolute;
    content: "";
    background: rgba(240, 243, 246, .9);
    left: 0;
    top: 0;
    width: 100%;
    height: 95%;
    display: block;
}
.new a:hover{
    color: #fff
}
/*new - icon parts*/
.d-icon i{
    color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}
.d-icon{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    text-align: center;
}
.d-icon::before{
    background: #fff;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    transform: rotate(45deg);
}
.d-icon:hover::before{
    background-color: #005aa5;
}
.d-icon i:hover{
    color: #fff;
}
.new-bg .new-head2{
    color: #005aa5;
    font-weight: 600;
    font-size: 20px;
}
.new-bg .new-para2{
    color: #888888;
}
/*subscribe - parts*/
.subscribe{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../images/bg5.jpg");
    background-size: cover;
    background-position: bottom center;
    display: table;
    width: 100%;
    position: relative;
}
.subscribe::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(16, 139, 234, 0.7);
}
.subscribe-head{
    color: #fff;
    font-size: 17px;
}
/*footer - parts*/
.footer-top .foot-head{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: -3px 0 0;
    position: relative;
    padding-bottom: 13px;
}
.footer-top .foot-head{
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}
.footer-top .foot-head::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 30px;
    z-index: -2;
    width: 40px;
    height: 2px;
    background-color: #005aa5;
}
.footer-top .foot-desc1{
    color: rgba(233,233,233,0.8);
    font-size: 14px;
    line-height: 28px;
}
.footer-top .ul-line li a{
    color: rgba(233,233,233,0.8);
    font-size: 14px;
    border-bottom: 1px solid rgba(233,233,233,0.8);
    display: block;
    margin: 11px 0;
    padding-bottom: 5px;
}
.footer-top .ul-line li a:hover{
    text-decoration: none;
    color: #005aa5;
}
.contact-parts .icon i {
    color: #005aa5;
    font-size: 24px;
}
.contact-parts .icon .foot-desc2 {
    color: rgba(233,233,233,0.8);
    font-size: 14px;
    margin-left: 40px;
    margin-top: -30px;
    line-height: 28px;
}
.working-menu li {
    font-size: 14px;
    border-bottom: 1px dashed #67757b;
    padding: 8px 0;
    color: rgba(233,233,233,0.8);
}
.working-menu li span {
    float: right;
}
/*footer-botttom parts*/
.footer-bottom .foot-desc3{
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}
/*common-slide parts*/
.common-slide {
    background-image: url("../images/gallery/g12.jpg");
    background-size: cover;
    position: relative;
    padding: 70px 0px 35px 0px;
}
.common-slide::before{
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}
.common-slide h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}
.common-slide h1::after{
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #005aa5;
    transform: translateX(-50%);
    background-color: #005aa5;
}
.common-slide a{
    color: #fff;
    text-decoration: none;
}
.common-slide  p{
    color: #005aa5;
}
/*contact-page parts*/
.info-bg{
    background-color: #ffffff;
    padding: 30px 50px 20px 60px;
}
.form-bg{
    background-color: #f8f8f8;
    border-left: 1px solid #e9e9e9;
    padding: 30px 50px 20px 60px;
}
.contact h2{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
}
.contact h2::before{
    background-color: #005aa5;
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    bottom: 0px;
}
.contact p{
    margin-bottom: 30px;
    color: #737373;
    font-weight: 400;
    font-size: 16px;
}
.contact i{
    color: #737373;
    border: 1px solid #e9e9e9;
    font-size: 20px;
    width: 35px;
    padding: 5px 0;
    margin-right: 10px;
    text-align: center;
}
.contact-social-icons li i{
    border: 1px solid #2e3138;
    color: #303030;
    font-size: 14px;
    width: 35px;
    margin: 0;
}
.contact-social-icons li i:hover{
    background: #005aa5;
    color: #fff;
}
.contact .form-control{
    color: #ccc;
    border: none;
    padding: 25px 10px;
}
/*product - parts*/
.products .product-head1{
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.product-fullbox{
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.product-box{
    position: relative;
}
.product-fullbox .product-text{
    opacity: 1;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    color: #fff;
    transition: all 0.5s ease;
}
.product-text .product-desc{
    position: absolute;
    top: 10%;
    padding: 50px;
    text-align: center;
    font-size: 28px;
    text-transform: none;
    color: #fff;
    font-weight: bold;
    left: 0;
    right: 0;
}
.product-box:hover .product-text{
    opacity: 0;
    left: -100%;
}
.product-fullbox:hover .product-fullhead{
    opacity: 1;
}
.product-fullbox .product-fullhead{
    background: rgba(16, 139, 234, 0.7);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 15px 30px;
    height: 100%;
    width: 100%;
}
.product-fullbox .product-fullhead .product-head2{
    font-size: 24px;
    text-transform: none;
    line-height: 30px;
    color: #fff;
}
.product-fullbox:hover .product-head{
    opacity: 1;
    right: 20px;
}
.product-fullbox .product-head{
    opacity: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 43%;
    text-align: right;
    width: 70%;
    left: 0;
}
.product-fullbox .product-head .product-head2{
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    top: -2px;
}
/*blog - parts*/
.blog h2{
    font-size: 20px;
    font-weight: 700;
}
.blog p{
    margin: 0;
}
.blog ul{
    margin: 0;
}
.blog h3{
    font-size: 29px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
}
/*whatspapp chat - parts*/
/*left side social buttons*/
.s-share {
    top: 210px;
    left: 0;
}
.helpmenu, .s-share, .sidebtn {
    position: fixed;
    z-index: 5;
}
#showmenu {
    color: #fff;
    cursor: pointer;
    background: #2ECF2E;
}
.help-btn {
    color: #fff;
    cursor: pointer;
    background: #FFC31D;
}
.helpmenu {
    top: 30%;
    width: 340px;
    z-index: 10;
    left: 5%;
}
.s-share li {
    padding: 10px 15px;
    display: block;
    text-align: center;
    list-style: none;
    font-size: 18px;
}
.s-share li a{
    color: #fff;
}
.s-share li:nth-child(2) {
    background: #2ECF2E;
    color: #fff;
}
.s-share li:nth-child(3) {
    background: #2AA9E0;
    color: #fff;
}

.s-share li:nth-child(4) {
    background: #3B579D;
    color: #fff;
}

.s-share li:nth-child(5) {
    background: #DC483C;
}
/*socialicons whatsapp and msg - focus parts*/
.alert-info1 {
    color: #fff;
    background-color: #005aa5;
    border-color: #303030;
}
.alert-info1 {
    color: #fff;
}
.show-cinfo {
    text-align: center;
}
.alert-info1 .show-getin {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}
.show-cinfo p {
    margin-bottom: 15px;
    margin-top: 15px;
}
button.close {
    color: #303030;
    font-size: 30px;
    opacity: 0.9;
}
.ifame-c {
    width: 100%;
    border: none;
    height: 262px;
}
/*service page - parts*/
.service .service-head{
    color: #005aa5;
    font-size: 20px;
    font-weight: bold;
}
.service .service-desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.service .service-ul li{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.service-ul i{
    color: #005aa5;
    margin-right: 15px;
    line-height: 45px;
}
.border-double{
    border: thick double #005aa5;
}

@media (min-width: 992px) {
    .header-bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -14%;
        z-index: 10;
    }
}

/*mobile responsive design*/
@media (max-width:767px) {
    .header-top ul li {
        margin-left: 13px;
    }
    .header-top p {
        font-size: 11px;
    }
    .header-top ul {
        margin-bottom: -6px;
    }
    .header-center p {
        font-size: 11px;
    }
    .header-center h2 {
        font-size: 13px;
    }
    .enq-btn {
        padding: 12px 0px 12px 25px;
    }
    .enq-btn::before {
        left: -40px;
        border-width: 0 0px 58px 36px;
    }
    .slide-text {
        margin-top: -10px;
    }
    .new-bg {
        padding: 25px !important;
    }
    .c-ml-1{
        margin-left: 65px;
    }
    .new .new-head1{
        font-size: 22px;
    }
    .gallery .gallery-head1{
        font-size: 24px;
    }
    .info-bg {
        padding: 15px 20px 0px 30px;
    }
    .form-bg {
        padding: 20px;
    }
    .common-slide {
        padding: 40px 0px 20px 0px;
    }
    .new-bg .new-head2 {
        font-size: 16px;
    }
    .slide-text .slide-head {
        font-size: 22px;
    }
    .slide-text .slide-desc {
        font-size: 10px;
    }
}

.service p{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.type-h {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0px 2px 10px;
    border-left: 5px solid #005aa5;
    border-bottom: 1px solid #ccc;
}
.bb{
    padding: 5px;
    border: 1px solid #005aa5;
}