@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
    background-color: #090234;
}



div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 36px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    padding-top: 15px;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;

}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar {
    min-height: 0px;
    margin-bottom: 0px;
}

.navbar-nav {
    margin: 0;
    position: relative;
    z-index: 99;
}



.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;

    background-color: orangered;
    color: white;
}

.btn-primary {
    background: #014397 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #014397;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}





/* ======================================navbar navbar-default============ */


.navbar-default {
    background-color: transparent;
    border-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 999;
    clear: both;
}

.navbar-brand img {
    width: 100%;
    padding: 10px;
    height: 80px;
    padding-left: 60px;
}

.nav .navbar-nav {
    /* margin-right: 65px; */
    padding: 20px;
}



.nav .navbar-nav li a {
    color: white;
    font-size: 22px;
    font-weight: 600;
    padding: 28px;
    transition-duration: .3s;
    transition-property: transform;
}

.nav .navbar-nav li a:hover {
    color: #fe9900;


}



/*navigationBarFixed*/

.navigationBarFixed {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #090234;
    /* height: 55px; */
    border: 0px;
    transition: all 500ms;
}



.navigationBarFixed .navbar-collapse>ul>li>a {
    padding: 0px 0px 0px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
}

.navigationBarFixed .navbar {
    padding: 0px !important;
}

.navigationBarFixed .logo2 {
    display: block;
    height: 65px;
}

.navigationBarFixed .logo {
    display: none;
}

.bannersection {
    width: 100%;
    padding: 150px 0px 50px;
    clear: both;
    position: relative;
    background-image: url(../images/day-care-hero-blobs-background.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    /* mix-blend-mode: color-dodge; */
}

/* .bannersection::after {
    content: " ";
    position: absolute;
    background-image: url(../images/day-care-hero-blobs-background.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    mix-blend-mode: color-dodge;
    width:100px ;
} */

.bannerhading {
    text-align: center;
    position: relative;
    top: 0;
}

.bannerhading h3 i {
    padding: 13px;
    font-size: 40px;
    color: #fe9900;
}

.bannerhading h3 a {
    color: #fff;
    cursor: pointer;
}

.bannerhading h3 a:hover {
    color: #fe9900;
}


.bannerhading h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.bannerhading h1 {
    color: white;
    font-size: 90px;
    line-height: 115px !important;
    font-family: 'Poppins', sans-serif;
}

.bannerhading span {
    color: #fe9900;
    font-size: 90px;
    font-family: 'Poppins', sans-serif;
}


.bannerhading .busi {
    color: #fe9900;
    font-size: 90px;
    font-family: 'Poppins', sans-serif;
}



.bannerhading h3 {
    color: white;
    font-size: 50px;
    line-height: 80px !important;
}

.callbannerbtn1 {
    background-color: #fe9900;
}

.callbannerbtn1:hover {
    background-color: #3074f1;
}

.callbannerbtn2 {

    background-color: #3074f1;
}

.callbannerbtn2:hover {
    background-color: #fe9900;
}

.bannerhading .btn a {
    padding: 13px 53px;
    color: white;
    font-size: 21px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
}

/* .bannerhading .btn a:hover {
    background-color: #fe9900;
} */


.bannerhading .btn i {
    padding: 14px;
    font-size: 29px;
    /* padding-top: 12px; */
}

/* =====================================letest_work============== */



.letesthading h1 {
    color: #fe9900;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}


.letesthading h5 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.letesthading p {
    color: gainsboro;
    text-align: center;
    font-size: 22px;
    line-height: 29px;
    font-family: 'Poppins', sans-serif;
}

.letest_work {
    width: 100%;
    padding: 50px 0px;
    clear: both;
    position: relative;
}

.work img {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #e68c0cd1;
}

.work {
    width: 100%;
    height: 400px;
    background-color: #1d198d6b;
    padding: 1px;
    text-align: center;
    border-radius: 20px;
    padding-top: 0;
    padding: 20px;
    margin-bottom: 30px;
}

.work p {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}

.work h2 {
    color: #fe9900;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 5px;
}

.websites {
    padding-top: 60px;
}


.work img:hover {
    transform: scale(0.9);
}

.work img {
    transition-duration: .3s;
    transition-property: transform;
    /* padding-top: 17px; */
}

.websites2 {
    padding-top: 60px;
}

.btn2 a {
    padding: 15px 35px;
    background-color: #fe9900;
    color: black;
    font-size: 22px;
    font-weight: bold;
    border-radius: 100px;
}

.btn2 a:hover {
    background-color: white;
}


.letest_work .btn2 {
    text-align: center;
    margin: 50px;
}


/* ====================================know us============= */


.knowus {
    width: 100%;
    padding: 78px 0px;
    clear: both;
    position: relative;
    background-color: #0b0b42e8;
}

.knowushading h5 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.knowushading {
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.knowushading h1 {
    text-align: center;
    color: #fe9900;
    font-family: 'Poppins', sans-serif;
}

.kno1 img {
    width: 30%;
}

.kno2 img {
    width: 30%;
}

.kno1 h2 {
    color: #fe9900;
    font-family: 'Poppins', sans-serif;
}

.kno2 h2 {
    color: #fe9900;
    font-family: 'Poppins', sans-serif;
}


.kno1 p {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;

}

.kno2 p {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

.kno1 {
    padding: 26px;
    border-left: 1px solid #3074f1;
}

.kno2 {
    padding: 26px;
    /* border-left: 1px solid #3074f1; */
}




.knowus .know {
    border: 1px solid #3074f1;
    position: relative;
    border-radius: 40px;
}



/* =================================OurServices============= */

.OurServices {
    width: 100%;
    padding: 90px 0px;
    clear: both;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.Serviceshading h1 {
    color: #fe9900;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}


.Serbox {
    background-color: #004ed0;
    border-radius: 20px;
    width: 100%;
    color: white;
    padding: 20px;
    margin-top: 80px;
    /* border-bottom: 3px solid #ee8c03; */
}


.Serbox i {
    font-size: 57px;
    padding: 20px;
    background-color: #0060ff;
    border-radius: 20px;
    position: relative;
    top: -54px;
    width: 100px;
    text-align: center;
    height: 100px;
}

.Serbox h2 {
    padding: 0;
    margin: 0;
    position: relative;
    top: -25px;
    font-family: 'Poppins', sans-serif;
}


.fa .fa-h-square {
    padding: 20px;
    background-color: #fe9900;
}


/* ============= */




.Serbox1 {
    background-color: #003fa8;
    border-radius: 20px;
    width: 100%;
    color: white;
    padding: 20px;
    margin-top: 80px;
}

.Serbox1 h2 {
    padding: 0;
    margin: 0;
    position: relative;
    top: -25px;
    font-family: 'Poppins', sans-serif;
}

.Serbox1 i {
    font-size: 57px;
    padding: 20px;
    background-color: #0060ff;
    border-radius: 20px;
    position: relative;
    top: -54px;
    width: 100px;
    text-align: center;
    height: 100px;
}





/* ================ */




.Serbox2 {
    background-color: #02368f;
    border-radius: 20px;
    width: 100%;
    color: white;
    padding: 20px;
    margin-top: 80px;
}


.Serbox2 h2 {
    padding: 0;
    margin: 0;
    position: relative;
    top: -25px;
    font-family: 'Poppins', sans-serif;
}

.Serbox2 i {
    font-size: 57px;
    padding: 20px;
    background-color: #0060ff;
    border-radius: 20px;
    position: relative;
    top: -54px;
    width: 100px;
    text-align: center;
    height: 100px;
}

/* =============== */



.Serbox3 {
    background-color: #044015;
    border-radius: 20px;
    width: 100%;
    color: white;
    padding: 20px;
    margin-top: 80px;
}

.Serbox3 h2 {
    padding: 0;
    margin: 0;
    position: relative;
    top: -25px;
    font-family: 'Poppins', sans-serif;
}

.Serbox3 i {
    font-size: 57px;
    padding: 20px;
    background-color: #0060ff;
    border-radius: 20px;
    position: relative;
    top: -54px;
    width: 100px;
    text-align: center;
    height: 100px;
}


/* ================ */

.Serbox4 {
    background-color: #00296f;
    border-radius: 20px;
    width: 100%;
    color: white;
    padding: 20px;
    margin-top: 80px;
}


.Serbox4 h2 {
    padding: 0;
    margin: 0;
    position: relative;
    top: -25px;
    font-family: 'Poppins', sans-serif;
}

.Serbox4 i {
    font-size: 57px;
    padding: 20px;
    background-color: #0060ff;
    border-radius: 20px;
    position: relative;
    top: -54px;
    width: 100px;
    text-align: center;
    height: 100px;
}



/* ============== */

.Serbox5 {
    background-color: #004ed0;
    border-radius: 20px;
    width: 100%;
    color: white;
    padding: 20px;
    margin-top: 80px;
}

.Serbox5 h2 {
    padding: 0;
    margin: 0;
    position: relative;
    top: -25px;
    font-family: 'Poppins', sans-serif;
}

.Serbox5 i {
    font-size: 57px;
    padding: 20px;
    background-color: #0060ff;
    border-radius: 20px;
    position: relative;
    top: -54px;
    width: 100px;
    text-align: center;
    height: 100px;
}




/* ============== */




.Serbox6 {
    background-color: #003fa8;
    border-radius: 20px;
    width: 100%;
    color: white;
    padding: 20px;
    margin-top: 80px;
}


.Serbox6 h2 {
    padding: 0;
    margin: 0;
    position: relative;
    top: -25px;
    font-family: 'Poppins', sans-serif;
}

.Serbox6 i {
    font-size: 57px;
    padding: 20px;
    background-color: #0060ff;
    border-radius: 20px;
    position: relative;
    top: -54px;
    width: 100px;
    text-align: center;
    height: 100px;
}


/* =================== */


.Serbox7 {
    background-color: #02368f;
    border-radius: 20px;
    width: 100%;
    color: white;
    padding: 20px;
    margin-top: 80px;
}


.Serbox7 h2 {
    padding: 0;
    margin: 0;
    position: relative;
    top: -25px;
    font-family: 'Poppins', sans-serif;
}

.Serbox7 i {
    font-size: 57px;
    padding: 20px;
    background-color: #0060ff;
    border-radius: 20px;
    position: relative;
    top: -54px;
    width: 100px;
    text-align: center;
    height: 100px;
}




/* ================ */

.Serbox8 {
    background-color: #00296f;
    border-radius: 20px;
    width: 100%;
    color: white;
    padding: 20px;
    margin-top: 80px;
}

.Serbox8 h2 {
    padding: 0;
    margin: 0;
    position: relative;
    top: -25px;
    font-family: 'Poppins', sans-serif;
}

.Serbox8 i {
    font-size: 57px;
    padding: 20px;
    background-color: #0060ff;
    border-radius: 20px;
    position: relative;
    top: -54px;
    width: 100px;
    text-align: center;
    height: 100px;
}

.Servicesman p {
    font-size: 20px;
    position: relative;
    top: -18px;
    font-family: 'Poppins', sans-serif;
}









/* ========================================HappyClients============== */


.HappyClients {
    width: 100%;
    padding: 50px 0px;
    clear: both;
    position: relative;
    background-color: #74559126;
    overflow: hidden;
}

.item img {
    width: 50%;

}

.item i {
    padding: 8px;
    font-size: 18px;
    color: #fe9900;
}

/* .item {

    margin: 4px;
    padding: 20px;
    border-radius: 1px 50px 1px 44px;
    border: 1px solid #ff000080;
    background-color: #2b359d80;
    color: white;
} */


.item11 {
    margin: 4px;
    padding: 20px;
    border-radius: 1px 50px 1px 44px;

    background-color: #003fa8;
    color: white;
    margin-left: 30px;
    box-shadow: 0px 0px 7px 6px #0160ff;
    height: 332px;
}

.item12 {
    margin: 4px;
    padding: 20px;
    border-radius: 1px 50px 1px 44px;
    background-color: #00296f;
    color: white;
    margin-left: 30px;
    box-shadow: 0px 0px 7px 6px #0160ff;
    height: 332px;
}

.item span {
    text-transform: uppercase;
}



.item13 {
    margin: 4px;
    padding: 20px;
    border-radius: 1px 50px 1px 44px;
    background-color: #02368f;
    color: white;
    margin-left: 30px;
    box-shadow: 0px 0px 7px 6px #0160ff;
    height: 332px;
}

.item14 {
    margin: 4px;
    padding: 20px;
    border-radius: 1px 50px 1px 44px;
    background-color: #003fa8;
    color: white;
    margin-left: 30px;
    box-shadow: 0px 0px 7px 6px #0160ff;
    height: 332px;
}

.item15 {
    margin: 4px;
    padding: 20px;
    border-radius: 1px 50px 1px 44px;
    background-color: #00296f;
    color: white;
    margin-left: 30px;
    box-shadow: 0px 0px 7px 6px #0160ff;
    height: 332px;
}



.Happy h1 {
    text-align: center;
    color: #fe9900;
    font-family: 'Poppins', sans-serif;
}

.item .row {
    padding-top: 10px;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 14px;
    text-align: right;
    left: 0;
}

#popularProductsSlider {
    padding-top: 40px;
}

.Happy .item p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;

}


.owl-theme .owl-controls .owl-buttons div {

    background: #fe9900;
    background: #fe9900 !important;
}




/* ================================Developmentinfo"========== */




.Developmentinfo {

    width: 100%;
    padding: 50px 0px;
    clear: both;
    position: relative;
    overflow: hidden;

}

.Devehading h1 {
    color: #fe9900;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.Devepoints li i {
    padding: 12px;
    color: #fe9900;
    font-size: 17px;
}

.Devepoints span {
    color: white;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.Develmain {
    padding-top: 40px;
}


/* =================================Recognitions======== */


.Recognitions {
    width: 100%;
    padding: 40px 0px;
    clear: both;
    position: relative;
    overflow: hidden;
}

.Recognitions {
    color: #fe9900;
    text-align: center;
}

.Recog {
    padding-top: 50px;
}

.Recog img {
    width: 100%;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.Recog img:hover {
    width: 100%;
    filter: none;
}



.Recog2 img {
    width: 70%;
}

.Recog2 {
    padding-top: 80px;
    padding-bottom: 150px;

}




.Madetext {
    text-align: center;
    color: white;
    font-size: 20px;
}

.Made {
    width: 100%;
    padding: 50px 0px;
    clear: both;
    position: relative;
    padding-bottom: 20px;
    border-top: 1px solid #3074f1;
}

.Madetext h3 a {
    color: #fe9900;
}

.Madetext span {
    color: #fe9900;
}



.footer-social {
    display: inline-block;
    margin-top: 0px;
    margin-left: 15px;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #fdb932;
    border-color: #fdb932;
    color: #fff;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footeryoutubeLink {
    background: #eb2429;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social .footerpinterestLink {
    background: #ca2128;
}

.footer-social .footergoogle-plusLink {
    background: #d3492c;
}




/* -------------------------- */


#callbook {
    background: green;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 999999;
}

#callbook ul {
    padding: 0px;
}

#callbook ul li {
    background: #ff0909;
    position: relative;
    padding: 15px 20px 20px;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center;
}

#callbook ul li:last-child {
    background: #00a300;
}

#callbook ul li a i {
    color: #fff;
    padding: 0 5px 0 0;
    font-size: 17px;
    animation: pulse 0.5s ease-out;
    -webkit-animation: pulse 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}

#callbook ul li a span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    top: 0px;
    text-transform: uppercase;
}


/* ------------------------------------- */


/* footer-contact */
.footer-contact {

    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    color: #fff;
    overflow: hidden;
    padding: 50px 0;
    background: #0b0b42e8;
}

.footer-contact h1 {
    color: #fe9900;
    text-align: center;
    text-transform: uppercase;
}

.form-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

.footer-contact .heading-center {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: normal;
    color: #fff;
}

.form-box p {
    color: rgb(0, 0, 0);
}

.form-box a {
    color: #000;
}



/* =======================================@media queries=========================== */




@media(max-width: 1366px) {}

@media(max-width: 991px) {}

@media(max-width: 768px) {
    #callbook {
        display: block;
    }

    .scrollup {
        display: none !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #000000;
        background-color: #37269d;
        z-index: 99;
        position: relative;
    }

    .navbar-brand {

        padding: 0px 8px;

    }


    .nav .navbar-nav li a {

        padding: 20px;
        border-bottom: 1px solid #fe990063;

    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fe9900;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 14px 16px;
        margin-top: 15px;
        margin-right: 0;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 34px;
        height: 4px;
        border-radius: 1px;
    }

    .nav .navbar-nav {
        margin-right: 0px;
        padding: 20px;
    }

    .bannersection {
        width: 100%;
        padding: 130px 0px 10px;
    }

    .bannerhading .btn i {
        padding: 0px 8px;
        font-size: 22px;
    }

    .bannerhading span {
        font-size: 40px;
    }

    .bannerhading h1 {
        color: white;
        font-size: 40px;
        font-family: 'Poppins', sans-serif;
        line-height: 60px !important;
    }

    .navbar-brand img {
        padding-left: 10px;
        margin-top: 2px;
        width: 200px;
        height: 73px;
    }

    .bannerhading .busi {
        font-size: 45px;
    }

    .bannerhading {
        top: 0px;
    }

    .bannerhading .btn a {
        padding: 15px 10px;
        font-size: 20px;
        border-radius: 50px;
        display: block;
        margin-bottom: 12px;
    }

    .work {
        width: 100%;
        height: 320px;
        padding: 10px;
    }

    .work img {
        width: 100%;
        border-radius: 10px;
        border: 2px solid #e68c0cd1;
    }

    .kno2 {
        padding: 20px;
        border-bottom: 1px solid #3074f1;
    }


    .OurServices {
        position: relative;
        padding: 90px 0px 0px;
    }


    .HappyClients {

        position: relative;
        background-color: #74559126;

        margin-top: 100px;
    }


    .knowus {
        padding: 50px 0px;
    }

    .Devehading h1 {
        font-size: 28px;
    }

    .Happy h1 {

        font-size: 34px;
    }

    .kno1 {
        border-left: unset;
        padding: 20px;
        border-bottom: 1px solid #3074f1;
    }



    .Recog img {
        width: 60%;
    }

    .Recog2 img {
        width: 84%;
        margin-top: 20px;
        height: 31px;

    }

    .item img {
        width: 25%;
    }


    .item15 {

        height: 350px;
    }

    .clin1 span {
        padding-top: 17px;
    }

    .item11 {
        margin-left: 18px;
        margin-right: 18px;
    }

    .item12 {
        margin-left: 18px;
        margin-right: 18px;
    }

    .item13 {
        margin-left: 18px;
        margin-right: 18px;
    }

    .item14 {
        margin-left: 18px;
        margin-right: 18px;
    }

    .item15 {
        margin-left: 18px;
        margin-right: 18px;
    }


    .Recognitions h1 {
        font-size: 33px;
    }

    .Recog2 {
        padding-top: 13px;
        padding-bottom: 0px;
        border-bottom: 1px solid transparent;
    }

    .bannerhading h3 {
        color: white;
        font-size: 29px;
        line-height: 80px !important;
    }

    .Madetext h3 a {
        color: #fe9900;
        position: relative;
        top: 51px;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
    }

    .Madetext {
        padding-bottom: 60px;
        margin-top: 44px;
    }

    .Made {
        padding-top: 0px;
        padding-bottom: 50px;

    }
}