*{
    margin: 0;
    padding: 0;
    font-family: 'Mukta', sans-serif;
}
a{
    color: #ffffff !important;
}

li span a{
    color: rgb(16, 35, 163) !important;
    color: #5a8f99;
}


a:hover{ text-decoration: none; color: #fff; }
p{color: #707070;}
.top-icoon ul{
    padding: 0px;
    margin: 0px;
}
.rightdiv{
    text-align: right;
}
.top-icoon{
    display: inline-block;
    margin-left: 25px;
}
.top-icoon ul li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.top-icoon ul li p{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: rgb(16, 35, 163);
}
.top-icoon ul li div{
    /* background: #0077b6; */
    width: 50px;
    height: 45px;
    color: #ffcc00c4;
    font-size: 40px;
    text-align: center;
    margin-right: 10px;
    line-height: 47px;
    border-radius: 0;
}
.top-icoon ul li span a{
    font-size: 17px;
    color: #000;
}
.navibar{
    background: #fff;
    padding: 0px 0px;
}

.sbtn{
    color: #fff;
    background: rgb(16, 35, 163)  ;
}
header .shrink {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 16%);
    z-index: 999;
    background: rgb(16, 35, 163);
}
.navibar input{
    border-radius: 0px;
    color:red;
}
.top-head{
    padding: 25px 0px 25px;
    position: relative;
}
.top-head::before{content: '';position: absolute;left: 0;top: 0;width: 46%;height: 100%;background: #62d21200;z-index: -1;clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);}
.top-head::after{content: '';position: absolute;left: 0;top: 0;width: 45%;height: 100%;background: #f2f2f2;z-index: -1;clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);}
.carousel-item img{
    width: 100%;
}
.carousel-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: transparent;
    background-image: linear-gradient(120deg, #4d4d4d8a 20%, #07095222 80%);
}
.fa-angle-left, .fa-angle-right {
    font-size: 40px;
    border: 1px solid;
    padding: 5px 10px;
    background: #54875578;
}
.slider-data {
    position: absolute;
    bottom: 25%;
    width: 89%;
    left: 10%;
    /* background: #0000008c; */
    padding: 60px;
    /* right: 0; */
    margin: auto;
    /* transform: translate(0%, -36%); */
    /* border-radius: 50px; */
}
.slider-data h2 {
    text-align: left;
    font-size: calc(14px + 1.6vw);
    color: #fff;
    text-shadow: 1px 2px 5px #000;
    margin: 0;
}
.slider-data p {
    text-align: center;
    font-size: calc(14px + 1.0vw);
    color: #fff;
    text-shadow: 1px 2px 5px #000;
    margin: 0;
}
.slider-data h3 {
    color: #fff;
    font-size: calc(14px + 3vw);
    font-weight: 900;
    text-align: left;
    font-family: 'Playfair Display', serif;
    text-shadow: 1px 2px 5px #000;
}
.pinbox{
    background: #ffffff;
    color: #484848;
    padding: 20px 20px;
    margin-bottom: 20px;
    text-align: center;
}
.pinicon{
    margin-bottom: 20px;
}
.pinicon i{
     width: 100px;
     height: 100px;
     text-align: center;
     font-size: 43px;
     line-height: 94px;
     /* border: 4px solid #983333; */
     /* margin-right: 16px; */
     border-radius: 50%;
     color: #ffffff;
     background: rgb(9, 94, 139) ;
}
.pinbox h2{
    font-size: 21px;
    color: rgb(10, 170, 250);
    font-weight: 800;
}
.threepin{
    /* position: relative; */
    /* top: -50px; */
    /* z-index: 9; */
    padding: 30px 0px;
    background: #f1f1f1;
}
.abtus{
    padding: 50px 0px;
}
.heading{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(16, 35, 163);
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.heading::after{
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(10, 170, 250);
    position: absolute;
    left: 0;
    bottom: -2px;
}
.why{
    background: #f2f2f2;
    padding: 50px 0px;
}
.whyhead{
    text-align: left;
}
.wbox{
    display: flex;
    background: #fff;
    padding: 30px 30px;
    margin-bottom: 20px;
    min-height: 200px;
    align-items: unset;
}
.wbox .wicon{
    font-size: 40px;
    text-align: center;
    /* width: 112px; */
    color: #ffcc00c4;
    margin-right: 17px;
}
.witext h4{
    font-size: 18px;
    color: rgb(10, 170, 250);
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.witext p{
    font-size: 16px;
}
.info{
    padding: 70px 0px;
}
.infobox{
    text-align: center;
    padding: 20px;
    background: #00b4d8;
    color: #fff;
    margin-bottom: 20px;
}
.infoicon{
    font-size: 45px;
}
.infobox p{
    color: #fff;
}
.padtop{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
}
.pass{
     padding-left: 5px;
    padding-right: 5px;
}
.bcol{
    background: #0077b6;
}
.infoleft ul{
    padding: 0;
    margin-bottom: 20px;
}
.infoleft ul li{
    list-style: none;
    line-height: 35px;
    font-size: 16px;
}
.infoleft ul li i{
    color: #0077b6;
}
.infoleft p{
    font-size: 20px;
}
.cbtn{
    background: rgb(16, 35, 163);
    color: #fff !important;
    font-size: 15px;
    padding: 8px 20px 8px;
    transition: all ease .5s;
    border-radius: 30px;
}
.cbtn:hover{
    background: rgb(10, 170, 250);
    color: #fff;
}
.services{
    padding: 40px 0px 70px;
}
.serbox{
    /* border: 1px solid #98dbff; */
    margin-bottom: 20px;
}
.sertext {
    /* padding: 20px; */
    text-align: justify;
}
.dbtn{
    background: #0077b6;
    color: #fff !important;
    padding: 7px 15px 9px;
    transition: all ease .5s;
}
.dbtn:hover{
    background: #00b4d8;
    color: #fff;
}
.sertext a{
    color: #000;
}
.sertext a h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.sertext p{
    font-size: 15px;
}
.view .cbtn{
    display: block;
    margin: auto;
    width: 125px;
    padding: 7px 20px;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

.moretext {
  display: none;
}
.call{
    color: #fff;
    padding: 50px 0px;
    background-image: url('../img/callto.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.call p{
    color: #fff;
    margin-bottom: 25px;
}
.testimonial{
    margin: 0 20px 0px 0;
    text-align: center;
    position: relative;
}
.testimonial:before{
    content: "\f10e";
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 50px;
    /* background: #0077b6; */
    font-size: 30px;
    color: #979797;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.testimonial .description{
    padding: 47px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #736d6d;
    line-height: 24px;
    position: relative;
    /* min-height: 182px; */
    background: #f2f2f2;
    margin-bottom: 22px;
}
.testimonial .description:before{
    content: "";
    border-top: 8px solid rgb(10, 170, 250);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial .description:after{
    content: "";
    width: 19px;
    height: 22px;
    border: 1px solid #553e4e;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: -2.5px;
    position: absolute;
    bottom: -17.5px;
    left: 50%;
    z-index: -1;
    transform: rotate(45deg) translateX(-50%);
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #d37602;
    margin-bottom: 15px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #736d6d;
    text-transform: capitalize;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    width: 35px;
    height: 15px;
    background: #553e4e;
    border-radius: 0;
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #d37602;
}
@media only screen and (max-width: 479px){
    .testimonial .description{ padding: 10px; }
}
.testimonials{
    padding: 70px 0px 50px;
}
footer{
    padding: 60px 0px 31px;
    background: rgb(16, 35, 163);
    color: #fff;
}
footer p{
    color: #fff;
}
.links li{
    list-style: none;
    line-height: 30px;
}
.links li a{
    color: #fff;
}
footer h4{
    font-size: 20px;
}
.blogs{
    padding: 70px 0px;
}
.blogitems{
    margin: 0px 15px;
    border: 1px solid #f0f0f0;
    padding: 15px;
    /* border-right: 5px solid #00b4d8; */
    /* border-bottom: 3px solid #00b4d8; */
    background: #fff;
}
.blogitems img{
    margin-bottom: 10px;
}
.bbtn{
    border: 1px solid #0077b6;
    color: #0077b6;
    padding: 5px 15px;
    transition: all ease .5s;
}
.bbtn:hover{
    background: #0077b6;
    color: #fff;
}
.blogtext a h4{
    color: #000;
    font-size: 21px;
}
.blogtext p{
    text-align: justify;
}
.div p{
    color: #9f9f9f;
    margin: 0;
}
.payments{
    padding: 70px 0px;
    background: #f2f2f2;
}
.payimg{
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
}
.paytext h1{
    color: #0077b6;
}
/*-------------------*/

.header-inner {
    background: url(../img/inner-banner.jpg) no-repeat center top;
    background-size: auto;
    background-size: cover;
    padding: 50px 0;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.breadcrumbs ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
.header-inner .breadcrumbs ul li a {
    color: #fff;
}
.headding11 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    border-left: 3px solid #fff;
    padding-left: 16px;
}
.middiv{
    padding: 70px 0px 20px;
}
.abtttext img{
    width: 456px;
    height: auto;
    float: left;
    margin-right: 15px;
}
.middiv .blogitems{
    margin: 0;
    margin-bottom: 25px;
}
.certbox{
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
    padding: 25px;
}
.certbox img{
    width: 100%;
    margin-bottom: 25px;
}
.relcertbox ul li {
    display: inline-flex;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0px;
    width: 100%;
}
.relcertbox ul li .cattimg {
    width: 141px;
    margin-right: 10px;
}
.relcertbox ul li .cattext {
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.relcertbox ul li .cattimg img {
    width: 100%;
}
.relcertbox{
    padding: 0px 20px;
}
.cattext a{color: #4a4a4a;text-transform: capitalize;font-weight: 600;}
.cattext a:hover{color: #0077b6;}
.sendenq input{
    border-radius: 0px;
    background: #f2f2f2;
}
.sendenq textarea{
    border-radius: 0px;
    background: #f2f2f2;
}

.blg span{background: #548755;color: #fff;padding: 3px 7px;margin-bottom: 7px;display: inline-block;border-radius: 30px;font-size: 14px;}
.contactinfo {
    background: rgb(16, 35, 163);
    padding: 20px;
    color: #fff;
}
.contactinfo  ul li{
    display: flex;
    list-style: none;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #fff;
}
.contactinfo  ul li .conicion{
    font-size: 24px;
    margin-right: 20px;
}
.context p{color: #fff;margin: 0;line-height: 34px;}
.context a{color: #fff;line-height: 35px;}
button{
    border-radius: 0px  !important;
}
.conform input{
    border-radius: 0px;
    background: #f2f2f2;
}
.conform textarea{
    border-radius: 0px;
    background: #f2f2f2;
}
.ftext{font-size: 14px;margin: 0;color: #fff;}
.four{
    padding: 70px 0px;
}
.four h1{
    font-size: 55px;
}
.infobox h4{
    font-size: 22px;
    text-transform: uppercase;
}
.whatsapp-link {position: fixed;z-index: 111;left: 20px;width: 200px;bottom: 20px;}
.whatsapp-link img {  max-width: 100% !important;}
.btngrpp {
    margin-top: 21px;
    text-align: left;
}
.abtus img{ width: 100%;}
.copy{
    background: rgb(10, 170, 250);
    padding: 7px 0px;
}
.why{
    background-image: url('../img/backbgg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.serbox img{width: 100%;}
