/** main css **/

body {

    font-family: 'Raleway', sans-serif;

    color: #707070;

}

html {

    scroll-behavior: smooth;

}

/** main end **/

a, a:hover, a:active, a:focus{

    text-decoration: none !important;

    outline: none;

}

/** header start **/

.header-main {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 1000;

    background-color: transparent;

}

.header-main.bg-color {

    background-color: #fff;

    -webkit-box-shadow: 1px 2px 8px 3px rgba(46,61,73,.1);

    box-shadow: 1px 2px 8px 3px rgba(46,61,73,.1);

}

.header-main.bg-color .navbar{padding: 5px 0;}

.header-main.bg-color .color-logo{display: block;height: 70px !important;}

.header-main.bg-color .nav-link{color: #333 !important;}

.header-main.bg-color .nav-item.active .nav-link, 

.header-main.bg-color .nav-item .nav-link:hover, 

.header-main.bg-color .nav-item .nav-link:active, 

.header-main.bg-color .nav-item .nav-link:focus {

    color: #157abf !important;

}

.header-main.bg-color .nav-item::after {

    background: #606060 !important;

}

.header-main .logo img {

    height: 70px;

    max-width: 100%;

}

.header-main .navbar {padding: .9rem 0;}

.header-main.dash .nav-item .nav-link{padding: 0 18px;}

.header-main .nav-item {position: relative;}



.header-main .nav-item:last-child::after,.header-main .nav-item:nth-last-child(2)::after{content: none !important;}

.header-main .nav-item:last-child{padding-right: 0;}

.header-main .nav-item .nav-link {
    font-size: 16px;
    color: rgba(255,255,255,1);
    padding: 10px 20px;
    -webkit-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
    font-weight: 700;
}

/*.header-main .nav-item.active .nav-link, 

.header-main .nav-item .nav-link:hover, 

.header-main .nav-item .nav-link:active, .header-main .nav-item .nav-link:focus {

    text-decoration: underline;

    color: rgba(255,255,255,1);

}*/

.header-main .btn-common {

    padding: 9px 25px;

}

.navbar-light .navbar-toggler {border: none;}

.header-main .btn-common{-webkit-transition: all ease-in-out .5s;-o-transition: all ease-in-out .5s;transition: all ease-in-out .5s;}

.header-main .btn-common:hover{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}

.header-main.bg-color .btn-common{

    color: #fff;

    background-color: #99cc33;

    border-color: #99cc33;

}

.navbar-light .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}





.header-main .navbar-collapse .navbar-brand{

    margin: 0;

}

.header-main .navbar-collapse .navbar-brand img{

    height: 100px;

}

/*.header-main .navbar-collapse .navbar-nav{

    width: 420px;

}*/

.header-main .nav-item.active .nav-link, .header-main .nav-item .nav-link:hover, .header-main .nav-item .nav-link:active, .header-main .nav-item .nav-link:focus{

    color: #157abf;

}



.header-main .nav-item .nav-link{

    position: relative;

}

.header-main .nav-item .nav-link::before {

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    height: 1px;

    border-radius: 30px;

    background-color: #157abf;

    -webkit-transition: all ease-in-out .5s;

    -o-transition: all ease-in-out .5s;

    transition: all ease-in-out .5s;

    width: 0;

    margin: 0 auto;

}

.header-main .nav-item .nav-link:hover::before, .header-main .nav-item.active .nav-link::before, .header-main .nav-item .nav-link:active::before, .header-main .nav-item .nav-link:focus::before{

    width: 80%;

}





.header-main .navbar-collapse.collapse.show{

    background-color: #0D0D0E;

}



.header-main .navbar-collapse.collapse.show .navbar-nav.ml-auto {

    margin-left: 0 !important;

}



.header-main .navbar-collapse .navbar-nav.ml-auto{

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;

}





/** header end **/





/*banner css*/

.sec-banner {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.sec-banner img{
height: 100vh;
width: 100%;
object-fit: cover;  
}
.sec-banner .item{
    position: relative;
} 
.sec-banner .banner-inner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-slider{
    line-height: 0;
}
/*.sec-banner .dark-overlay{

    background-color: rgba(0,0,0,0.1);



}*/


/*
.sec-banner:after {

    content: "";

    position: absolute;

    bottom: -2px;

    left: 0;

    right: 0;

    margin: 0 auto;

    background-image: url(../images/icons/curve.png);

    height: 40px;

    width: 190px;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center;

}
*/


.upper-text-block{

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

}

.sec-banner h1 {

    font-size: 60px;

    line-height: 65px;

    color: #ffff;

    font-weight: 700;

    margin-bottom: 0;

    

}

.sec-banner .upper-text-block div{

    font-weight: 300;

    font-size: 200px; 

    color: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;



}



.sec-banner .banner-pera {
    max-width: 750px;
    font-weight: 600;
    margin: 30px auto;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 40px;
}



.sec-banner p {

    font-size: 20px;

    line-height: 26px;

    color: #fff;

}

.sec-banner .btn-banner {

    margin-bottom: 30px;

}

.sec-banner .btn-banner .btn {

    min-width: 192px;

    max-width: 100%;

    margin-right: 20px;

}





.sec-banner .banner-down { 

    display: block;

    width: 40px;

    height: 40px;

    text-align: center;

    position: absolute;

    left: 0;

    right: 0;

    margin: 0 auto;

    bottom: 2px;

    z-index: 50;

    color: #99cc33;

    padding-top: 7px;

    max-width: 100%;

    -webkit-animation: floating 3s ease infinite;

            animation: floating 3s ease infinite;

}

.sec-banner .banner-down img{

     width: 20px;

}

@-webkit-keyframes floating {

    0% {-webkit-transform: translateY(0);transform: translateY(0);}

    50% {-webkit-transform: translateY(20px);transform: translateY(20px);}

    100% {-webkit-transform: translateY(0);transform: translateY(0);}

}

@keyframes floating {

    0% {-webkit-transform: translateY(0);transform: translateY(0);}

    50% {-webkit-transform: translateY(20px);transform: translateY(20px);}

    100% {-webkit-transform: translateY(0);transform: translateY(0);}

}



.sec-about {
    /*background-color: #157abf;*/
    padding: 120px 0 60px;
}



.common-heading{

    color: #fff;

    font-weight: 700;

    position: relative;

    margin-bottom: 40px;

}

.common-heading::after{

    content: "";

    position: absolute;

    left: 0;

    bottom: -15px;

    width: 60px;

    height: 5px;

    background-color: #fff;

    margin: 0 auto;

    right: 0;

}



.sec-about .common-heading{

    margin-bottom: 30px;

}





.heading-pera{

    font-size: 16px;

    color: #fff;
    text-align: justify;

}

.features-block .media-body h5{

    font-weight: 600;

    color: #fff;

    margin-bottom: 15px;



}

.features-block .media-body p{

font-size: 14px;

color: #fff;

}

.features-block .media img{

    width: 60px;

}

.features-block {
    margin: 20px 0;
    background-color: #f07c00;
    padding: 40px;
    min-height: 290px;
    border-radius: 10px;
}





/*--------Vission section css---------*/



.sec-vision{

    padding: 50px 0;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/other/vission-bg.jpg);

    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/other/sd-banner3.png);

    background: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/other/sd-banner3.png);

    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/other/sd-banner3.png);

    background-size: cover;

    background-repeat: no-repeat;

    background-position: bottom center;

    background-attachment: fixed;

}

.vission-inner h4 {

    color: #fff;

    font-weight: 700;

    position: relative;

    margin-bottom: 30px;

}

.vission-inner h4:after {

    content: "";

    position: absolute;

    bottom: -15px;

    left: 0;

    width: 51px;

    height: 4px;

    background-color: #fff;

}



.vission-inner p{

color: #fff;

font-size: 14px;

line-height: 25px;

font-weight: 300;
text-align: justify;
}

.vission-inner a{

    color: #fff;

    font-size: 14px;

    font-weight: 600;

}

.vission-inner a img{

    width:30px;

}

.vission-img-block{

text-align: center;

position: relative;

cursor: pointer;





}

.vission-img-block img {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    border-radius: 50%;
    border: 5px solid #fff;
}

.vission-img-block::before {
    content: "";
    /* background-color: red; */
    border: 5px solid #f07c00;
    height: 250px;
    width: 250px;
    position: absolute;
    top: -25px;
    left: 0;
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border-radius: 50%;
}



.vission-img-block:hover::before {

    -ms-transform: scale(1);

        transform: scale(1);

    -webkit-transform: scale(1);

}

.aline-items-center{

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

}



/*services section css*/



.sec-services{

    padding: 100px 0;

}



.color-black{

    color: #000;

}

.color-black::after{

    background-color: #000;

}





.Service-img-block{

position: relative;

outline: none;

}

.Service-img-block img{

max-height: 210px;

    min-height: 210px;

    width: 100%;

}

.Service-img-block h3 {

    background-color: #f07c00;

    font-size: 15px;

    font-weight: 600;

        padding: 4px 20px;

    color: #fff;

    margin-bottom: 0;

    max-width: 245px;

    min-width: 245px;

    text-align: center;

    position: absolute;

    bottom: -20px;

    left: 60px;

    min-height: 45px;

    max-height: 45px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
            border-radius: 10px;

}



.Service-content-block {

    padding: 50px 10px 20px 60px;

    outline: none;

}

.Service-content-block  h4{

    font-weight: 900;

    color: #0D0D0E;

    position: relative;
    font-size: 20px;
   min-height: 50px;
}

.Service-content-block h4::before {

    content: "";

    position: absolute;

    left: -60px;

    top: 2px;

    width: 45px;

    height: 3px;

    background-color: #157abf;

    /* margin: 0 auto; */

    right: 0;

    border-radius: 30px;

}



.Service-content-block p{

    font-size: 14px;

    color: #989898;

    line-height: 25px;
    text-align: justify;

}



.service-block-outer{

    margin: 30px 0;

}

.partner-sec {
    background-color: #fff;
    padding: 100px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/other/vission-bg.jpg);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/other/sd-banner2.png);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/other/sd-banner2.png);
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/other/sd-banner2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
}
}
.partners-tab {
    text-decoration: none !important;
}
.partner-box {
    text-align: center;
    /* border: 1px solid #ddd; */
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 15px;
    margin-top: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.partner-box img {
    height: 65px;
    margin-bottom: 15px;
    object-fit: contain;
    width: 180px;
}
.partner-box h5 {
    font-weight: 700;
    color: #000;
    text-decoration: none !important;
    min-height: 75px;
    margin-top: 20px;
    font-size:18px;
}
.platform-content .common-heading::after{
    right: auto;
}
.platform-content ul li {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    list-style: circle;
}

/*contact us section*/



.sec-contact{

    background-color: #f07c00;

    padding: 120px 0 20px;

}

.map-block{

    margin: 50px 0 30px;

    background-color: #EDEFF1;

}

.map-block iframe{

    width: 100%;

    height: 260px;

    border:0;

}





.get-direction-block{

    padding: 20px 40px;

}

.get-direction-block h4 {

    font-weight: 700;

    color: #0D0D0E;

    position: relative;

    margin: 0;

    font-size: 20px;

}

.get-direction-block .input-group{

    margin-bottom: 0;

}

.get-direction-block .row{

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

}



.get-direction-block .input-group .form-control {

    border: none;

    border-radius: 0;

    font-size: 13px;

    font-weight: 700;

    color: #000;

    -webkit-box-shadow: none;

            box-shadow: none;

}

.get-direction-block .input-group .form-control::-webkit-input-placeholder{

    color: #000;

}

.get-direction-block .input-group .form-control:-ms-input-placeholder{

    color: #000;

}

.get-direction-block .input-group .form-control::-ms-input-placeholder{

    color: #000;

}

.get-direction-block .input-group .form-control::placeholder{

    color: #000;

}

.btn-direction-submit {

    background-color: #157abf;

    color: #fff;

    border-radius: 0;

    font-size: 13px;

    font-weight: 600;

    padding: 10px 25px;

}

.address-block{

    position: relative;

    padding: 10px 0px 10px 0px;

}



/*.address-block h4::before {

    content: "";

    position: absolute;

    left: 0px;

    top: 2px;

    width: 10px;

    height: 100%;

    background-color: #157abf;

    right: 0;

}*/



.address-block .heading-pera {

    font-size: 18px;

    color: #fff;

    margin-bottom: 5px;

}

.address-block .heading-pera b a{
    cursor: pointer;
    color: #fff !important;
}

.address-block h4 {

    font-weight: 600;

    color: #157abf;

    font-size: 20px;

}



.address-block .company-name{

    margin-top: 40px;

}

.contact-form-block{

    background-color: #fff;

    margin: 50px 0 30px;

    padding: 45px 40px;

}

.number{

    color: #fff !important;

}





.contact-form-block .contact-heading {

    color: #000;

    font-weight: 700;

    position: relative;

    margin-bottom: 40px;

    font-size: 28px;

    line-height: 35px;

}

.contact-form-block .form-control {

    border: none;

    border-radius: 0;

    font-size: 13px;

    font-weight: 600;

    color: #989898;

    -webkit-box-shadow: none;

            box-shadow: none;

    background-color: #EDEFF1;

    padding: 14px 15px;

}

.contact-form-block .form-control::-webkit-input-placeholder{

    color: #989898;

}

.contact-form-block .form-control:-ms-input-placeholder{

    color: #989898;

}

.contact-form-block .form-control::-ms-input-placeholder{

    color: #989898;

}

.contact-form-block .form-control::placeholder{

    color: #989898;

}

.contact-form-block .form-check-label{

    font-size: 13px;

    font-weight: 600;

    color: #989898;

    line-height: 22px;

    margin-bottom: 50px;

}



/*footer css*/



.footer-main{

background-color: #0D0D0E;

padding: 35px;

}

.copyright{

    color: #fff;

    font-size: 13px;



}

.copyright a{

    color: #157abf;

    font-weight: 600;

}



.scroll_top {

    background: #fff;

    bottom: 32px;

    display: none;

    height: 34px;

    position: fixed;

    right: 10px;

    width: 34px;

    z-index: 9999;

    text-decoration: none;

    border-radius: 50%;

    color: #157abf;

    border: 1px solid #157abf;

    text-align: center;

    padding-top: 5px;

}

.scroll_top:hover, .scroll_top:active, .scroll_top:focus {

    background: #157abf;

    text-decoration: none;

    border: 1px solid #157abf;

    color: #fff;

}









.sec-services .slick-prev::before, .sec-services .slick-next::before {

    font-size: 45px;

    opacity: 1;

    color: transparent;

}

.slick-prev:before, .slick-next:before {

    content: "";

    font-family: 'slick';

    font-size: 20px;

    line-height: 1;

    opacity: .75;

    color: white;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    background-color: #157abf;

 background-repeat: no-repeat;

 background-size: 60%;

 background-position: center;
 border-radius: 10px;

}

.slick-next:before{

 background-image: url(../images/icons/white-arrow.png);

}

.slick-prev:before{

  background-image: url(../images/icons/white-arrow-left.png);  

   -ms-transform: rotate(20deg); /* IE 9 */

  -webkit-transform: rotate(20deg); /* Safari 3-8 */

  transform: rotate(20deg);

}



.sec-services .slick-prev {

    left: 85%;

}

.sec-services .slick-next {

   right: 5%;

}



.sec-services .slick-prev, .sec-services .slick-next {

    top: 100%;

    background-color: transparent;

    z-index: 100;

    height: 45px;

    width: 45px;

}

.sec-services .ragular.slider .item{

    padding: 15px 15px 0;

    outline: none !important;

}



.view-more-btn {

    background-color: #157abf;

    color: #fff;

    border-radius: 10px;

    font-size: 13px;

    font-weight: 600;

    padding: 10px 25px;

    border: 2px solid #157abf;

    -webkit-box-shadow: none;

            box-shadow: none;

    outline: none;

}

.view-more-btn:hover, .view-more-btn:focus, .view-more-btn:active{

    color: #fff;

    -webkit-box-shadow: none;

            box-shadow: none;

}



.error_validate{

    color: #157abf !important;

    font-size: 14px;

}



























@media (min-width: 1300px)

{

   

}



@media (max-width: 1299px)

{

   

}



@media (max-width: 1200px)

{

.sec-banner{

    height: auto;

}

.sec-services .slick-prev {

    left: 0;

}

.sec-services .slick-next {

    right:25px;

}

.sec-services .slick-prev, .sec-services .slick-next{

    top: 40%;

}

}



@media(min-width: 992px) and (max-width: 1199px){



}

@media (max-width: 991px)



{  
    .header-main.bg-color {
    background-color: #fff;
}
    .header-main .logo img {
    height: 25px;
    max-width: 100%;
}
    .header-main.bg-color .color-logo {
    display: block;
    height: 25px !important;
}
.header-main.bg-color .nav-link {
    color: #fff !important;
}

.navbar-light .navbar-toggler {
    border: none;
    background-color: #f07c00;
    padding: 3px 6px;
}
.navbar-toggler-icon {
    width: 20px;
    height: 20px;
}
.sec-banner h1 {
    font-size: 22px;
}
.sec-banner .banner-pera {
    margin: 3px auto;
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px;
    font-weight: normal;
}
.common-heading {
    font-size: 22px;
}
.features-block {
    padding: 15px;
}

    .header-main .navbar-collapse  .navbar-brand{

    display: none !important;

}

.header-main .navbar-collapse{

    background-color: #0D0D0E;

}

.header-main .navbar-collapse .navbar-nav.ml-auto {
    margin-left: 0 !important;
    background-color: #fff;
}
.header-main .nav-item .nav-link {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    padding: 5px !important;
}
.header-main.bg-color .nav-link {
    color: #333 !important;
}

.logo-small-screen{

    display: block !important;

}

.header-main .nav-item .nav-link::before {

    margin: 0; 

}

.header-main .nav-item .nav-link {

    padding: 8px 0;

}

.header-main {

    background-color: #fff;

}

.navbar-light .navbar-toggler:active, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover{

    border: none;

    -webkit-box-shadow: none;

            box-shadow: none;

    outline: none;

}

.header-main .navbar {

    padding: 5px 0;

}

.sec-banner{

    height: auto;

    padding: 50px 0 0;

}


.sec-about .common-heading {

    margin-bottom: 40px;

}

.sec-banner h1 {

    font-size: 45px;

        line-height: 50px;

}

.upper-text-block .brecket img{

height: 155px;

}

/*.features-block {

    min-height: 90px;

    max-height: 90px;

}*/
.sec-about .media {
    display: block;
}
.features-block .media img {
    width: 60px;
    margin-bottom: 20px;
}

.vission-img-block {

    margin: 30px 0 20px;

    text-align: left;

}

.contact-form-block .contact-heading {

    margin-bottom: 30px;

    font-size: 25px;

    line-height: 30px;

}



.get-direction-block {

    padding: 15px 15px;

}

.contact-form-block {

    padding: 20px 20px;

}

.sec-services {

    padding: 60px 0 0;

}

.sec-vision {

    padding: 60px 0;

}

.sec-contact {

    padding: 60px 0 20px;

}

.address-block .company-name {

    margin-top: 25px;

}

.address-block h4 {

    font-size: 16px;

}

.footer-main {

    padding: 20px;

    text-align: center;

}









}



@media (max-width: 767px)

{
.sec-banner img {
    height: auto;
}
.sec-banner {
    height: auto;
    padding: 50px 0 0;
}
.sec-about {
    padding: 30px 0;
}

    .copyright.text-right{

        text-align: center !important;

    }

.sec-vision {

    padding: 40px 0;

}
.vission-inner{
text-align: center;
}
.vission-inner h4:after {
    right: 0;
    margin: 0 auto;
}
.vission-img-block {
    text-align: center;
}
.vission-img-block {
    margin: 30px 0 20px;
}
.Service-content-block h4::before{
    content: none !important;
}
.Service-content-block {
    padding: 50px 0px 20px;
}
.Service-img-block h3{
        min-height: 45px;
    max-height: 45px;
    left: 10px;
    max-width: 240px;
    min-width: 240px;
}
.sec-services .slick-prev, .sec-services .slick-next {
    top: 25%;
}
.sec-services .ragular.slider .item {
    padding: 0;
}
.sec-services .slick-next {
    right: 0;
}
.sec-services {

    padding: 60px 0;

}

.service-block-outer {

    margin: 10px 0;

}

.sec-contact {

    padding: 60px 0 0;

}

.footer-main {

    padding: 10px 0px 30px;

    text-align: center;

}

.contact-form-block {

    padding: 30px 20px;

}

.get-direction-block h4 {

    margin: 0px 0 10px;

}

.contact-form-block .contact-heading {

    margin-bottom: 30px;

    font-size: 20px;

    line-height: 25px;

}



}



@media (max-width: 576px)

{

 .sec-banner h1 {

    font-size: 20px;

    line-height: 35px;

}



}

/** media end **/









/*----------services page css----------------------*/



.sec-banner-inner{

    height: 520px;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

}

.dark-overlay {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background-color: rgba(0,0,0,0.5);

}

.sec-banner-inner .banner-cntent{

   margin-top: 300px; 



}

.sec-banner-inner .banner-cntent h2{

color: #fff;

font-size: 50px;

font-weight: 500;

padding: 40px;

position: relative;

}

.sec-banner-inner .banner-cntent h2::before {

    content: "";

    position: absolute;

    left: 0px;

    top: 2px;

    width: 12px;

    height: 100%;

    background-color: #157abf;

    /* margin: 0 auto; */

    right: 0;

}

.inner-serivces-block{

 padding: 60px 0;

}



.service-inner h4 {

    font-weight: 900;

    color: #0D0D0E;

    position: relative;

}

.service-inner h6 {

    font-size: 18px;

    font-weight: 700;

    color: #0D0D0E;

    margin: 20px 0 10px;

}



.service-inner h4::before {

    content: "";

    position: absolute;

    left: 0;

    top: -26px;

    width: 45px;

    height: 5px;

    background-color: #157abf;

    right: 0;

}

.service-inner p {

    font-size: 14px;

    color: #989898;

    line-height: 25px;

}

.service-inner {

    padding: 25px 10px 20px 60px;

}

.service-inner ul li{

    font-size: 14px;

    color: #989898;

    line-height: 25px;

}





.inner-img-services {

    position: relative;

    width: 330px;

    height: 210px;

}

.inner-img-services img {

    /* height: 100%; */

    position: relative;

    z-index: 10;

    -o-object-fit: contain;

    object-fit: cover;

    height: 210px;

    width: 330px;

}

.inner-img-services::after {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    left: 25px;

    bottom: 25px;

    border: 10px solid #157abf;

}

.for-float-content {

    float: right;

}

.special-row{

    display: block;

}

.special-row .inner-img-services::after {

    right: 25px;

    left: auto;

}



.mt-25{

    margin-top: 50px;

}

.red-strip-services {

    background-color: #157abf;

    padding: 50px 0 40px;

}

.red-strip-services .inner-img-services::after {

    border-color: #fff;

}

.red-strip-services .service-inner h4::before {

    background-color: #fff;

}

.red-strip-services .service-inner h4 {

    color: #fff;

}

.red-strip-services .service-inner h6 {

    color: #fff;

}

.red-strip-services .service-inner p {

    color: #fff;
    text-align: justify;

}

@media (max-width: 992px){



.inner-img-services {

    width: 90%;

    height: auto;

    margin-top: 5px;

}

.service-inner {

    padding: 0 10px 20px 0;

}



}



@media (max-width: 767px){

.for-float-content {

    float: none;

}

.special-row .inner-img-services::after {

    right: auto;

    left: 25px;

}

.inner-img-services {

    width: 95%;

    height: auto;

    margin-top: 30px;

}

.inner-img-services img {

    height: auto;

    width: 100%;

}

}

@media (max-width: 520px){

  .inner-img-services {

    width: 90%;

    height: auto;

    margin-top: 30px;

}  

}



/*----------services page css end----------------------*/





/*----------about us page css----------------------*/





.about-first-sec{

    padding: 80px 0;

}



.about-content-block  h4 {

    font-weight: 900;

    color: #0D0D0E;

    position: relative;

}



.about-content-block  h4::before {

    content: "";

    position: absolute;

    left: -60px;

    top: 0px;

    width: 45px;

    height: 6px;

    background-color: #157abf;

    /* margin: 0 auto; */

    right: 0;

}



.about-content-block p {

    font-size: 14px;

    color: #989898;

    line-height: 25px;

}



.about-content-block{

        padding: 0px 10px 20px 60px;

}

.red-read-more a {

    color: #157abf;

    font-size: 14px;

    font-weight: 700;

}



.red-strip-services.about-second-sec{

    padding: 80px 0;

}



.about-inner2-content{

margin: 55px 0 0 30px;

}

.about-inner2-content h4 {

    font-weight: 900;

    color: #fff;

    position: relative;

    margin-bottom: 40px;

}

.about-inner2-content h4::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: -20px;

    width: 45px;

    height: 5px;

    background-color: #fff;

    right: 0;

}



.about-inner2-content p {

    font-size: 14px;

    color: #fff;

    line-height: 25px;

}

.read-more-btn {

    border: 2px solid #fff;

    background-color: #fff;

    border-radius: 0;

    padding: 10px 25px;

    font-size: 15px;

    color: #157abf;

    margin-top: 15px;

}

.read-more-btn:hover, .read-more-btn:active, .read-more-btn:focus{

background-color: transparent;

color: #fff;

}



.why-us-section{

padding: 100px 0;

}

.side-heading .common-heading::after{

right: auto;

}

.side-heading .heading-pera{

        font-size: 14px;

    color: #989898;

    line-height: 25px;

}



.why-us-block{

margin: 30px 0;

}

.why-us-block .media img {

    width: 55px;

}

.why-us-block .media h5{

    color: #000;

    font-weight: 700;

    position: relative;

    margin: 0;

}

.why-us-block .media{

    margin: 0 0 10px;

}





.why-us-block .content{

    font-size: 13px;

    color: #989898;

    line-height: 25px;

}

.why-us-img{

    margin: 80px 0 0;

}



@media (max-width: 991px){

.for-float-content {

    float: none;

}

.about-content-block {

    padding: 30px 10px 20px 60px;

}

.about-first-sec {

    padding: 20px 0;

}

.about-inner2-content {

    margin: 40px 0 0 0px;

}

}



/*----------about us page css end----------------------*/



/*----------service detail page css start----------------------*/



.service-detail-sec{

padding: 30px 0;

}

.service-detail-sec .about-content-block{

    padding: 40px 0 0 60px;

    text-align: justify;

}

.service-detail-img {

    border: 6px solid #157abf;

    padding: 8px;

    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);

            box-shadow: 2px 2px 10px rgba(0,0,0,0.5);

}

.service-detail-img img{

    width: 100%;

}



@media (max-width: 991px){

    .sec-banner-inner .banner-cntent h2 {

    font-size: 35px;

    padding: 30px;

}

.sec-banner-inner {

    height: 440px;

}

.sec-banner-inner .banner-cntent {

    margin-top: 270px;

}



}

@media (max-width: 520px){

   .sec-banner-inner .banner-cntent h2 {

    font-size: 30px;

    padding: 25px;

}

.sec-banner-inner {

    height: 370px;

}

.sec-banner-inner .banner-cntent {

    margin-top: 230px;

}



}








/*----------service detail page css end----------------------*/

#certificate{
    padding:40px 0;
}
#certificate .card{
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border: 4px solid #f07c00;
    margin-top:20px;
}
#certificate .card img{
    height:300px;
}
#certificate .card h5{
    margin-bottom:0;
}




