@font-face {
    font-family: 'Mulish-Bold';
    src: url('../font/Mulish-Bold.eot');
    src: url('../font/Mulish-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Mulish-Bold.svg#Mulish-Bold') format('svg'),
        url('../font/Mulish-Bold.ttf') format('truetype'),
        url('../font/Mulish-Bold.woff') format('woff'),
        url('../font/Mulish-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish-ExtraBold';
    src: url('../font/Mulish-ExtraBold.eot');
    src: url('../font/Mulish-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Mulish-ExtraBold.svg#Mulish-ExtraBold') format('svg'),
        url('../font/Mulish-ExtraBold.ttf') format('truetype'),
        url('../font/Mulish-ExtraBold.woff') format('woff'),
        url('../font/Mulish-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish-Light';
    src: url('../font/Mulish-Light.eot');
    src: url('../font/Mulish-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Mulish-Light.svg#Mulish-Light') format('svg'),
        url('../font/Mulish-Light.ttf') format('truetype'),
        url('../font/Mulish-Light.woff') format('woff'),
        url('../font/Mulish-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish-Medium';
    src: url('../font/Mulish-Medium.eot');
    src: url('../font/Mulish-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Mulish-Medium.svg#Mulish-Medium') format('svg'),
        url('../font/Mulish-Medium.ttf') format('truetype'),
        url('../font/Mulish-Medium.woff') format('woff'),
        url('../font/Mulish-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish-Regular';
    src: url('../font/Mulish-Regular.eot');
    src: url('../font/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Mulish-Regular.svg#Mulish-Regular') format('svg'),
        url('../font/Mulish-Regular.ttf') format('truetype'),
        url('../font/Mulish-Regular.woff') format('woff'),
        url('../font/Mulish-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish-SemiBold';
    src: url('../font/Mulish-SemiBold.eot');
    src: url('../font/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Mulish-SemiBold.svg#Mulish-SemiBold') format('svg'),
        url('../font/Mulish-SemiBold.ttf') format('truetype'),
        url('../font/Mulish-SemiBold.woff') format('woff'),
        url('../font/Mulish-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Mulish-Regular';
    color: #000000;
    font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.centerAlign{
    align-items: center;
}

input:focus,
textarea:focus {
    outline: none;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
    line-height: 0;
    font-size: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0 !important;
}

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

.sectionSpace {
    padding: 11rem 0;
}

.innersecSpace {
    padding: 6rem 0;
}

.bgskyBlue {
    background: #e5eef6;
}

.headingBlock h5 {
    color: #737373;
    font-family: 'Mulish-ExtraBold';
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headingBlock h2 {
    font-family: 'Mulish-ExtraBold';
    font-size: 4rem;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.btnGreen {
    display: block;
    width: 100%;
    text-align: center;
    background: #65ac4c;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 1rem 0 1.2rem;
    transition: all linear 0.3s;
    border-radius: 2px;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.btnBorder {
    color: #ffffff;
    font-size: 1.6rem;
    padding: 1rem 0 1.2rem;
    border: 1px solid #65ac4c;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 2px;
    transition: all linear 0.3s;
}

.btnBorder:hover {
    background: #65ac4c;
    border-color: #65ac4c;
}

.btnGreen:hover {
    background: #023e60;
}

.logoWrapper .logoSec {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.logoSec .nameBlock h2 {
    font-family: 'Mulish-ExtraBold';
    font-size: 2.2rem;
    color: #023e60;
}

.logoSec .nameBlock p {
    font-family: 'Mulish-SemiBold';
    font-size: 1.8rem;
    color: #65ac4c;
}

.logoSec .logoBlock {
    margin-right: 0.5rem;
}


.navbar-light .navbar-nav .nav-link {
    color: #023e60;
    font-family: 'Mulish-ExtraBold';
    font-size: 1.4rem;
    text-transform: uppercase;
}

.navbarSec li.nav-item {
    margin-right: 3rem;
}

.navbar-expand-lg .navbar-collapse {

    justify-content: flex-end;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #65ac4c;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #65ac4c;
}

.navbar {
    padding: 0;
}

.bannerSec {
    position: relative;
}

.bannerSec .bannerContent {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 40%;
    padding-right: 5rem;
    transform: translate(-50%, -50%);
}

.bannerContent h3 {
    color: #ffffff;
    font-size: 4rem;
    font-family: 'Mulish-ExtraBold';
    margin-bottom: 2rem;
}

.bannerContent p {
    color: #ffffff;
    font-size: 2rem;
    margin: 3rem 0;
}

.bannerWrapper .owl-item.active h3 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1.5s;
}

.bannerWrapper .owl-item.active p {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 2.5s;
}

.bannerWrapper .owl-item.active .bannerBtn {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 3.5s;
}

.bannerContent .bannerBtn {
    width: 100%;
    max-width: 150px;
}

.bannerWrapper .owl-nav .owl-prev:before {
    content: '';
    background: url(../images/left-arrow.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translate(0, -50%);
    z-index: 1;
}

.bannerWrapper .owl-nav .owl-prev span {
    color: transparent;
    background: #65ac4c;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
    padding: 20px 20px;
}

.bannerWrapper .owl-nav .owl-next:before {
    content: '';
    background: url(../images/right-arrow.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translate(0, -50%);
    z-index: 1;
}

.bannerWrapper .owl-nav .owl-next span {
    color: transparent;
    background: #65ac4c;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
    padding: 20px 20px;
}


.headerSec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbarSec {
    width: 60%;
}

.logoSec {
    display: flex;
    width: 40%;
}

.logoBlock img {
    width: 70px;
}

.navbarSec li.nav-item:last-child {
    margin-right: 0;
}

.navbarSec li.nav-item:last-child a {
    padding-right: 0;
}

.navbarWrapper {
    padding: 1.5rem 0;
}

.topbandWrapper {
    background: #023e60;
    padding: 1rem 0;
}

.socialiconSec li span {
    color: #ffffff;
}

.socialiconSec li span:hover {
    color: #65ac4c;
}

.socialiconSec ul {
    display: flex;
}

.socialiconSec li a {
    padding: 0.5rem 1rem;
}

.topcontactSec ul {
    display: flex;
    justify-content: flex-end;
}

.topcontactSec li a {
    color: #ffffff;
}

.topcontactSec li a:hover {
    color: #65ac4c;
}

.topcontactSec li {
    margin-right: 1.5rem;
    color: #ffffff;
    font-size: 1.4rem;
}

.topcontactSec li:last-child{
    margin-right: 0;
}

.topcontactSec li span {
    color: #65ac4c;
    padding-right: 1rem;
}

.whychooseSec .iconBlock span {
    color: #65ac4c;
    font-size: 4rem;
}

.whychooseSec h3 {
    font-family: 'Mulish-Bold';
    font-size: 2rem;
    margin: 1rem 0 2rem;
}

.whychooseSec {
    background: #ffffff;
    padding: 2.5rem 3rem 2.5rem;
    border-radius: 2px;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    transition: all 0.3s linear;
}

.whychooseWrapper {
    position: relative;
    z-index: 99;
    margin-top: -70px;
}

.whychooseSec:hover {
    box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
    cursor: pointer;
}

.vissionSec {
    display: flex;
    align-items: center;
    background: #023e60;
}

.vissionSec .imgBlock,
.vissionSec .contentBlock {
    width: 50%;
}

.vissionSec .contentBlock {
    padding: 0 4.5rem;

}

.vissionSec .headingBlock h5 {
    color: #ffffff;
}

.vissionSec .headingBlock h2 {
    color: #ffffff;
}

.vissionSec .contentBlock p {
    color: #ffffff;
    margin: 2rem 0;
}

.vissionSec .aboutBtn {
    width: 100%;
    max-width: 150px;
}

.seviceDetails .iconBlock span {
    color: #65ac4c;
    font-size: 3rem;
}

.seviceDetails li span {
    color: #65ac4c;
    margin-right: 1rem;
}

.seviceDetails:hover li {

    color: #ffffff;
}

.seviceDetails li {
    margin-bottom: 0.5rem;
    display: flex;
}

.seviceDetails .contentBlock h4 {
    font-family: 'Mulish-ExtraBold';
    font-size: 2rem;
    padding: 2rem 0 1.5rem;
}

.seviceDetails .contentBlock p {
    padding-bottom: 1.5rem;
}

.seviceDetails {
    background: #ffffff;
    border-radius: 2px;
    padding: 25px 30px 28px;
    transition: all 0.3s linear;
    height: 100%;

}

.serviceWrapper .serviceSec {
    margin-bottom: 3rem;
}

.serviceWrapper .serviceSec:last-child {
    margin-bottom: 0;
}

.serviceSec .headingBlock {
    margin-bottom: 2.5rem;
}

.serviceSec .contentBlock a {
    color: #737373;
    font-family: 'Mulish-Bold';
    text-decoration: underline;
}

.serviceSec .contentBlock:hover a:hover {
    color: #ffffff;
}

.seviceDetails:hover {
    background: #023e60;
}

.seviceDetails:hover .contentBlock h4 {
    color: #ffffff;
}

.seviceDetails:hover .contentBlock p {
    color: #ffffff;
}

.seviceDetails:hover .contentBlock a {
    color: #65ac4c;
}


.inputSec {
    position: relative;
}

.inputSec label {
    color: #737373;
    font-size: 1.6rem;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translate(0%, -50%);
    pointer-events: none;
    transition: .3s ease;
    background: #ffffff;
}

.inputSec.error label {
    color: #E71A1A;
}

.inputSec.focus label {
    top: 0;
    font-size: 1.2rem;
    line-height: 15px;
    padding: 0 0.7rem;
    left: 10px;
    color: #65ac4c;
    font-family: 'Mulish-Bold';
}

.inputSec.focus.success label {
    color: #737373;
}

.inputSec.focus.error label {
    color: #E71A1A;
}

.inputSec input,
.inputSec textarea {
    color: #282828;
    font-family: 'Mulish-SemiBold';
    font-size: 1.6rem;
    line-height: 20px;
    height: 54px;
    width: 100%;
    padding: 0 1.7rem;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
}

.inputSec textarea {
    height: 100px;
    padding: 1.7rem;
}

.inputSec textarea:focus label {
    color: #ec6625;
}

.inputSec.error input, .inputSec.error textarea {
    border-color: #E71A1A;

}

.inputSec input:focus label {
    color: #ec6625;
}

/*.inputSec input:focus{
  border: 1px solid #C9C9C9;
}*/

.inputSec.focus.labelColor label {
    color: #737373;
}

.inputSec.focus.labelColor.error label {
    color: #E71A1A;
}

.callbackWrapper .callbackTitle h2 {
    font-size: 4rem;
    font-family: 'Mulish-ExtraBold';
    margin-bottom: 1.5rem;
    padding-right: 3rem;
}

.inputBlock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.inputBlock .leftBlock,
.inputBlock .rightBlock {
    width: 48%;
}

.colbackForm .submitBtn {
    width: 100%;
    max-width: 135px;
}

.callbackWrapper .callbackTitle {
    width: 100%;
    max-width: 400px;
}

.footerWrapper {
    background: #023e60;
    padding: 6rem 0 0;
}

.footerBlock h4 {
    color: #ffffff;
    font-size: 2rem;
    font-family: 'Mulish-ExtraBold';
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.footerBlock h4:before {
    content: '';
    background: #ffffff;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footerBlock p {
    color: #ffffff;
}

.footerServices .footerBlock {
    display: flex;
    justify-content: space-between;
}

.footerBlock li a {
    color: #ffffff;
}

.footerBlock li a:hover {
    color: #65ac4c;
}

.footerBlock li {
    margin-bottom: 1rem;
}

.footerBlock {
    padding: 0 0 0 5rem;
}

.footerWrapper .col-lg-3:first-child .footerBlock {

    padding: 0;

}

.footerWrapper .col-lg-3:last-child .footerBlock {

    padding: 0;

}

.footerBlock span {
    padding-right: 1rem;
}

.footerSec:last-child .footerBlock {
    padding: 0;
}

.footerSec:last-child {
    padding: 1rem 0;
    border-top: 1px solid #ffffff;
}

.footerSec:first-child {
    padding-bottom: 3rem;
}

.bannerHeading {
    display: flex;
    align-items: center;
    min-height: 200px;
    justify-content: center;
}

.bannerHeading h3 {
    color: #ffffff;
    font-size: 3rem;
    font-family: 'Mulish-ExtraBold';
}

.aboutBanner {
    background: url('../images/about-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.serviceBanner {
    background: url('../images/service-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.aboutusWrapper .aboutusSec {
    background: #ffffff;
    padding: 7rem 7rem;
}

.aboutusWrapper p {
    padding: 2rem 0;
}

.aboutusWrapper .aboutContent {
    margin-bottom: 5rem;
}

.vissionContent p:last-child {
    padding-bottom: 0;
}

.ourteamBanner {

    background: url('../images/our-team-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ourteamWrapper .ourteamSec {
    margin-bottom: 5rem;
}

.ourteamWrapper .ourteamSec:last-child {
    margin-bottom: 0;
}

.teammemberDetails {
    display: flex;
    /*align-items: center;*/
    background: #ffffff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    margin-bottom: 2rem;
    flex-direction: column;
    height: 100%;
}

.teammemberDetails:hover {
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}



.teammemberDetails .profilePic {
    background: #023e60;
    position: relative;
    text-align: center;
}

.teammemberDetails .profilePic span {
    color: #ffffff;
    font-size: 10rem;
    
}

.teammemberDetails .profileDetails {
    padding: 2rem 2rem;
}

.teammemberDetails .profileDetails h5 {
    font-size: 1.6rem;
    font-family: 'Mulish-ExtraBold';
    padding-bottom: 0.5rem;
}

.teammemberDetails .profileDetails span {
    font-size: 1.4rem;
    color: #737373;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eeeeee;
    display: block;
    width: 100%;
}

.teammemberDetails .profileDetails p{
    padding-top:2rem;
    text-align: justify;
}

.teammemberDetails .profileDetails ul {
    padding: 1.5rem 0;
}

.teammemberDetails .profileDetails li {
    margin-bottom: 1rem;
}

.teammemberDetails .profileDetails li:last-child {
    margin-bottom: 0;
}

.teammemberDetails .profileDetails ul p {
    border-bottom: none;
    padding-bottom: 0;
}

.teammemberDetails .profileDetails h6 {
    font-size: 1.4rem;
    font-family: 'Mulish-SemiBold';
}


.contactusBanner {

    background: url('../images/contact-us-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.contactusSec .headingBlock ul {
    display: flex;
    align-items: center;
    padding: 2rem 0 7rem;
    border-bottom: 1px solid #dddddd;
    
}

/*.headingBlock h2.registerAdd{
    font-size: 2rem;
    padding: 1rem 0 7rem;
    border-bottom: 1px solid #dddddd;
}*/

.contactusSec .headingBlock ul li {
    font-family: 'Mulish-ExtraBold';
    font-size: 2rem;
    margin-right: 2rem;
}

.contactusSec .headingBlock ul li a:hover {
    color: #65ac4c;
}

.contactusSec .headingBlock li span {
    color: #65ac4c;
    margin-right: 1rem;
}

.contactusWrapper .contactusSec {
    background: #ffffff;
    padding: 7rem 7rem 0;
}

.contactusSec .contactformBlock {
    padding: 7rem 0;
    display: flex;
    justify-content: space-between;
}

.contactformBlock ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.contactformBlock li {
    width: 48%;
    margin-bottom: 2rem;
}

.contactformBlock .formBlock,
.contactformBlock .formpicBlock {
    width: 48%;
}

.contactformBlock li:nth-child(5) {
    width: 100%;
}

.contactformBlock li:last-child {
    margin-bottom: 0;
}

.watsappWrapper {
    background: #25d366;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 50px;
    border-radius: 100%;
    left: 50px;
    z-index: 9999;
}

.watsappWrapper span {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.footerBlock li a.altnateNo {
    display: block;
    margin-left: 2.2rem;
}

.navbar-brand {
    display: none;
}

.vissionContent ul {
    display: flex;
    margin-bottom: 0.5rem;
}

.vissionContent li{
    width: 33.33%;
    text-align: center;
    padding: 0 2rem;
}

.vissionContent li .iconCircle{
    width: 80px;
    height: 80px;
    background: #65ac4c;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.vissionContent .iconCircle span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.6rem;
    color: #ffffff;
}

.vissionContent li h6{
    font-family: 'Mulish-Bold';
    font-size: 1.8rem;
    padding: 1.5rem 0;
}

.vissionContent li p{
    padding: 0;
}

/*.vissionContent li span {
    color: #65ac4c;
    margin-right: 1rem;
}*/

.aboutusWrapper .vissionContent p:nth-child(2) {
    padding-top: 0;
}

.error_msg{
    color: #E71A1A;
    font-size: 1.2rem;
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    display: none;
}

.socialiconSec p{
    color: #ffffff;
    font-size: 1.4rem;
}

.dropdown-item{
    font-size: 1.4rem;
    font-family: 'Mulish-Bold';
    padding: 1rem 1rem;
    color: #000000;
    text-transform: uppercase;
}

.dropdown-menu {
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: 0rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #023e60;
}

.usefullinkSec li{
    
    font-size: 1.8rem;
    font-family: 'Mulish-Bold';
    margin-bottom: 1.5rem;
    color: #65ac4c;
    word-break: break-word;
}

.usefullinkSec li a{
    font-family: 'Mulish-SemiBold';
}

.usefullinkSec li a:hover{
    color: #023e60;
}

.contactusSec .headingBlock h5 span{
    color: #65ac4c;
    margin-right: 1rem;
    font-size: 2rem;
}

.contactusSec .headingBlock h5{
    display: flex;
    align-items: center;
}

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

    .bannerSec .bannerContent {
        width: 65%;
        left: 45%;
    }

    .logoSec .nameBlock h2{
        font-size: 2rem;
    }
    .teammemberDetails {
        height: 100%;
    }
}


@media screen and (max-width: 991px) {

    .topcontactSec ul {
        justify-content: flex-start;
        margin-top: 1rem;
    }

    .logoSec {
        display: none;
    }

    .navbarSec {
        width: 100%;
    }

    .navbar-brand {
        display: block;
        margin-right: 0;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: #65ac4c;
        background: #65ac4c;
    }

    .vissionSec {

        flex-direction: column;
    }

    .vissionSec .imgBlock,
    .vissionSec .contentBlock {
        width: 100%;
    }

    .vissionSec .contentBlock {
        padding: 3rem 3rem;
    }

    .sectionSpace {
        padding: 5rem 0;
    }

    .callbackWrapper .callbackTitle h2 {
        font-size: 3rem;
    }

    .footerBlock {
        padding: 0 0 2rem 0;
    }

    .footerWrapper .col-lg-3:first-child .footerBlock {
        padding: 0 0 2rem;
    }

    .footerWrapper {
        padding: 3rem 0 0rem;
    }


    .whychooseSec h3 {
        font-size: 1.8rem;
        margin: 1rem 0 1rem;
    }

    .whychooseSec {
        padding: 1.5rem 2rem 1.5rem;
        margin-bottom: 2rem;

    }

    .headingBlock h2 {
        font-size: 3rem;
    }

    .vissionSec .contentBlock {
        padding: 2rem 2rem;
    }

    .seviceDetails {
        height: auto;
        margin-bottom: 2rem;
        padding: 15px 20px 15px;
    }

    .serviceWrapper .serviceSec {
        margin-bottom: 0;
    }

    .callbackWrapper .callbackTitle h2 {
        font-size: 2.4rem;
    }

    .callbackTitle p {
        margin-bottom: 2rem;
    }

    .inputBlock {

        flex-direction: column;
    }

    .inputBlock .leftBlock,
    .inputBlock .rightBlock {
        width: 100%;
    }

    .inputBlock .leftBlock {
        margin-bottom: 2rem;
    }

    .colbackForm .submitBtn {
        width: 100%;
        max-width: 100%;
    }

    .navbar-light .navbar-toggler {

        margin: 0;
    }

    .navbarSec li.nav-item {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .navbar {
        align-items: flex-start;
    }

    .navbarWrapper {
        padding: 1.5rem 0;

    }

    .navbar-nav {
        margin-top: 2rem;
    }

    .teammemberDetails {
        margin-bottom: 2rem;
       
    }

    .contactusSec .headingBlock ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem 0 3rem;
    }

    .contactusSec .headingBlock ul li {

        margin-right: 0;
        margin-bottom: 1rem;
    }

    .contactusSec .contactformBlock {
        padding: 3rem 0;
        flex-direction: column;
    }

    .contactformBlock .formBlock,
    .contactformBlock .formpicBlock {
        width: 100%;
    }

    .contactformBlock .formBlock {
        margin-bottom: 2rem;
    }

    .bannerContent h3 {

        font-size: 2.6rem;

    }

    .bannerContent p {

        font-size: 1.8rem;
        margin: 2rem 0;
    }
}


@media screen and (max-width: 767px) {

    .navbarWrapper {
        padding: 1.5rem 0;


    }

    .topcontactSec ul {

        flex-direction: column;
    }

    .topcontactSec li {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .whychooseWrapper {

        margin-top: 5rem;
    }

    .innersecSpace {
        padding: 3rem 0;
    }

    .headingBlock h2 {
        font-size: 2.4rem;
    }

    .ourteamWrapper .ourteamSec {
        margin-bottom: 3rem;
    }

    .seviceDetails .contentBlock h4 {
        font-size: 1.8rem;
    }

    .contactusWrapper .contactusSec {
        background: #ffffff;
        padding: 2rem 2rem 0;
    }

    .contactusSec .headingBlock li span {
        margin-right: 0rem;
    }

    .contactusSec .headingBlock ul li:last-child a:last-child {

        display: block;
        margin-left: 2rem;
    }

    .aboutusWrapper .aboutusSec {
        padding: 2rem 2rem;
    }

    .contactformBlock ul {

        flex-direction: column;
    }

    .contactformBlock li {
        width: 100%;
    }

    .teammemberDetails {
        flex-direction: column;
    }

    .teammemberDetails .profilePic span {
        color: #ffffff;
        font-size: 10rem;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);

    }

    .teammemberDetails .profilePic {
        text-align: center;
    }

    .teammemberDetails .profilePic,
    .teammemberDetails .profileDetails {
        width: 100%;
    }

    .bannerSec .bannerContent {
        display: none;
    }

    .aboutusWrapper .aboutContent {
        margin-bottom: 2rem;
    }

    .vissionContent ul{
        flex-direction: column;
    }

    .vissionContent li {
        width: 100%;
        margin-bottom: 2rem;
    }

    .usefullinkSec li {
        font-size: 1.6rem;
        
    }

    .headingBlock h2.registerAdd {
        font-size: 1.8rem;
        padding: 1rem 0 3rem;
       
    }
    .teammemberDetails {
        height: auto;
    }

}