@charset "utf-8";

/* CSS Document */

.margin-bottom-20 {
    margin-bottom: 20px;
}

.inner-page-banner {
    width: 100%;
    height: auto;
    padding: 40px 0 50px 0;
    float: left;
    position: relative;
    /* background-image: url(../images/wp-innrpg-bg.jpg); */
    background-size: cover;
    margin-bottom: 5px;
    overflow: hidden;
}

.inner-page-banner-img {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
}

.inner-page-banner-img img {
    max-width: none;
}

.inner-page-banner .title {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.inner-page-banner .title:after {
    content: '';
    width: 159px;
    height: 21px;
    position: absolute;
    background: url("../images/wp-page-hdbnr-line.png") no-repeat center;
    left: 50%;
    margin-left: -79.5px;
    bottom: -20px;
}

.inner-page-container {
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 0;
}


/*------------------------Gallery----------------------*/

.gallery-text {
    width: 100%;
    max-width: 775px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #929292;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
}


/*------------------------Gallery end----------------------*/


/*------------------------About us----------------------*/

.about-us {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #e2e2e2;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    margin-bottom: 50px;
}

.about-us .about-us-img {
    width: 38%;
    height: auto;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.about-us .about-us-img img {
    width: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 5s ease-in-out;
    -moz-transition: 5s ease-in-out;
    -webkit-transition: 5s ease-in-out;
    -ms-transition: 5s ease-in-out;
    max-width: none;
    height: 100%;
}

.about-us:hover img {
    webkit-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about-us .about-us-discription {
    width: 62%;
    height: auto;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #5f5f5f;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    padding: 30px;
}

.choose-img {
    float: right !important;
}

.why-choose-us-content ul {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.why-choose-us-content ul li {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #5f5f5f;
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.why-choose-us-content ul li:before {
    content: "";
    width: 16px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/about-bullet.png) no-repeat;
}

.choose-discription {
    float: left !important;
}

.why-choose-us {
    width: 100%;
    height: auto;
    float: left;
    /* padding: 70px 0 0 0; */
}

.why-choose-us .title {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #5f5f5f;
    font-weight: 300;
    position: relative;
    margin-bottom: 80px;
}

.why-choose-us .title:after {
    content: '';
    width: 93px;
    height: 16px;
    position: absolute;
    background: url(../images/art-02.png) no-repeat center;
    left: 50%;
    margin-left: -46.5px;
    bottom: -26px;
}

.why-choose-us .why-choose-us-content {
    width: 100%;
    height: auto;
    float: left;
    /* padding: 80px 0 0 0; */
}

.why-choose-us .why-choose-us-content .about-us {
    margin-bottom: 0;
}

.why-choose-us .why-choose-us-content .sec {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
}

.why-choose-us .why-choose-us-content .sec:nth-child(1) {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 0 75px 50px 0;
}

.why-choose-us .why-choose-us-content .sec:nth-child(2) {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 50px 75px;
}

.why-choose-us .why-choose-us-content .sec:nth-child(3) {
    border-right: 1px solid #eaeaea;
    padding: 55px 75px 50px 0;
}

.why-choose-us .why-choose-us-content .sec:nth-child(4) {
    padding: 55px 0 50px 75px;
}

.why-choose-us .why-choose-us-content .sec .icon {
    width: 125px;
    height: 125px;
    float: left;
    border: 1px solid #e4e4e4;
    transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    position: absolute;
}

.why-choose-us .why-choose-us-content .sec:nth-child(1) .icon {
    background: url(../images/why-icon-01.png) no-repeat center;
}

.why-choose-us .why-choose-us-content .sec:nth-child(1):hover .icon {
    border: 1px solid #e4e4e4;
    background: #1b76bb url(../images/why-icon-01-h.png) no-repeat center;
}

.why-choose-us .why-choose-us-content .sec:nth-child(2) .icon {
    background: url(../images/why-icon-02.png) no-repeat center;
}

.why-choose-us .why-choose-us-content .sec:nth-child(2):hover .icon {
    border: 1px solid #e4e4e4;
    background: #1b76bb url(../images/why-icon-02-h.png) no-repeat center;
}

.why-choose-us .why-choose-us-content .sec:nth-child(3) .icon {
    background: url(../images/why-icon-03.png) no-repeat center;
}

.why-choose-us .why-choose-us-content .sec:nth-child(3):hover .icon {
    border: 1px solid #e4e4e4;
    background: #1b76bb url(../images/why-icon-03-h.png) no-repeat center;
}

.why-choose-us .why-choose-us-content .sec:nth-child(4) .icon {
    background: url(../images/why-icon-04.png) no-repeat center;
}

.why-choose-us .why-choose-us-content .sec:nth-child(4):hover .icon {
    border: 1px solid #e4e4e4;
    background: #1b76bb url(../images/why-icon-04-h.png) no-repeat center;
}

.why-choose-us .why-choose-us-content .sec .right-sec {
    width: 100%;
    height: auto;
    float: right;
    padding-left: 146px;
}

.why-choose-us .why-choose-us-content .sec .right-sec .head {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #5f5f5f;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.why-choose-us .why-choose-us-content .sec .right-sec .discription {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #5f5f5f;
    font-weight: 400;
}

.why-choose-us .why-choose-us-content .sec .right-sec .read-more-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #1b76bb;
    font-weight: 400;
}


/*------------------------About us end----------------------*/


/*------------------------our-specialists----------------------*/

.specialists-item {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #e5e5e5;
    margin: 0 0 50px 0;
    min-height: 221px;
    position: relative;
    padding: 20px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.specialists-item::before {
    content: '';
    width: 100%;
    height: 115px;
    background-color: #0075be;
    position: absolute;
    top: -125px;
    right: -87px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    box-shadow: 0px 0px 4px 0px #000;
    border: solid 1px #0075be;
}

.specialists-item::after {
    content: '';
    width: 100%;
    height: 115px;
    background-color: #0075be;
    position: absolute;
    bottom: -125px;
    left: -87px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    box-shadow: 0px 0px 4px 0px #000;
    border: solid 1px #0075be;
}

.specialists-item .img-container {
    width: 175px;
    float: left;
    border-radius: 219px;
    position: absolute;
    overflow: hidden;
    left: 20px;
    top: 20px;
    border: solid 1px #ddd;
}

.specialists-item.active .img-container {
    right: 20px;
    left: auto;
}

.specialists-item.active .right-container .specialists-title::after {
    right: auto;
    left: 0;
}

.specialists-item .hide-border:before {
    content: '';
    width: 50%;
    height: 221px;
    left: 0px;
    top: -1px;
    position: absolute;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.specialists-item .hide-border:after {
    content: '';
    width: 1px;
    height: 100%;
    left: -1px;
    top: 0;
    position: absolute;
    background: #fff;
}

.specialists-item .hide-border1:before {
    content: '';
    width: 50%;
    height: 221px;
    right: 0;
    top: -1px;
    position: absolute;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.specialists-item .hide-border1:after {
    content: '';
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
    position: absolute;
    background: #fff;
}

.specialists-item .right-container {
    width: 100%;
    height: auto;
    float: right;
    padding: 0px 20px 0 235px;
}

.specialists-item.active .right-container {
    float: left;
    padding: 30px 235px 0 50px;
}

.specialists-item .right-container .specialists-title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 33px;
    color: #1672b9;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ddd;
    position: relative;
    font-weight: bold;
}

.specialists-item .right-container .specialists-title::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #0075be;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    bottom: -5px;
    box-shadow: 0px 0px 0px 5px rgba(0, 117, 190, 0.28);
    -moz-box-shadow: 0px 0px 0px 5px rgba(0, 117, 190, 0.28);
    -o-box-shadow: 0px 0px 0px 5px rgba(0, 117, 190, 0.28);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 117, 190, 0.28);
}

.img-container .overlay {
    display: none;
    width: 0%;
    height: 0%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(247, 148, 29, 0.7);
    opacity: 1;
    z-index: 9;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.specialists-item:hover .img-container .overlay {
    opacity: 1;
    width: 85%;
    height: 85%;
    margin-left: -75px;
    margin-top: -75px;
}

.specialists-item.active .right-container .specialists-title {
    text-align: right;
}

.specialists-item .right-container .specialists-discription {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    font-size: 14px;
    color: #555555;
}

.specialists-item .right-container .specialists-discription label {
    width: auto;
    float: left;
    font-size: 13px;
    color: #5f5f5f;
    font-weight: 400;
}

.specialists-item .right-container .specialists-discription span {
    width: auto;
    float: left;
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 500;
    padding-left: 5px;
}

.specialists-item.active .right-container .specialists-discription {
    text-align: right;
}


/*------------------------our-specialists end----------------------*/


/*------------------------testimonial----------------------*/

.testimonial-container {
    width: 100%;
    float: left;
    /* max-width: 980px; */
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 120px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.testimonial-container .testimonial-item {
    /* width: 49%; */
    width: calc(50% - 20px);
    height: auto;
    min-height: 202px;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 24px 20px;
    margin: 0 0 75px 0;
    background: #fdfdfd;
    position: relative;
    margin-right: 40px;
}

.testimonial-container .testimonial-item:nth-child(2n) {
    margin-right: 0;
}

.testimonial-container .testimonial-item:last-child {
    margin-bottom: 0;
}

.testimonial-container .testimonial-item:nth-last-child(2) {
    margin-bottom: 0;
}

.testimonial-container .testimonial-item:after {
    width: 100%;
    height: 16px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    background: url(../images/shade-01.png) no-repeat center;
}

.testimonial-container .testimonial-item .img-container {
    width: 124px;
    height: auto;
    float: left;
    position: absolute;
}

.testimonial-container .testimonial-item .img-container img {
    width: 100%;
}

.testimonial-container .testimonial-item .right-container {
    width: 100%;
    height: auto;
    float: right;
    padding-left: 136px;
}

.testimonial-container .testimonial-item .right-container .testimonial-title {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #504f4f;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.testimonial-container .testimonial-item .right-container .testimonial-title span {
    color: #1672b9;
}

.testimonial-container .testimonial-item .right-container .testimonial-discription {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #504f4f;
    font-weight: 400;
}


/*------------------------testimonial end----------------------*/


/*------------------------departments----------------------*/

.wrapper {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.departments-inner .common_para_wrpr {
    margin-bottom: 25px;
}

.departments-container {
    width: 100%;
    height: auto;
    float: left;
}

.departments-inner .content {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #848181;
    font-weight: 400;
    text-align: justify;
}

.departments-container .main-head {
    width: auto;
    float: left;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 2px solid #1572b9;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #5f5f5f;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}

.second-section {
    /* margin-top: 35px; */
    margin-bottom: 35px;
}

.departments-container .left-sec-wrap .left-sec {
    width: 23.5%;
    height: auto;
    float: left;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 15px;
    margin-left: 2%;
    min-height: 521px;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.departments-container .left-sec-wrap .left-sec:hover {
    box-shadow: 0px 0px 5px 0px rgba(27, 118, 187, 0.75);
}

.departments-container .left-sec-wrap .left-sec:nth-child(1) {
    margin-left: 0;
}

.departments-container .second-section .title {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: 600;
    padding: 13px 0 13px 22px;
    ;
    border-left: 2px solid #365c85;
    margin: 0 0 25px 0;
}

.departments-container .left-sec .list {
    width: 100%;
    height: auto;
    float: left;
}

.departments-container .left-sec .list-item {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 0 26px;
    position: relative;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.departments-container .left-sec .list-item:last-child {
    margin-bottom: 0;
}

.departments-container .left-sec .list-item:before {
    width: 16px;
    height: 12px;
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/art-03.png) no-repeat center;
}

.departments-container .right-sec {
    width: 61%;
    height: auto;
    float: left;
}

.departments-container .right-sec .item {
    width: 33.333%;
    height: 293px;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #cccccc;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.departments-container .right-sec .item .item-content {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -70px;
    left: 0;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.departments-container .right-sec .item:hover .item-content {
    bottom: 0;
}

.departments-container .right-sec .item:hover .discription-container {
    opacity: 1;
}

.departments-container .right-sec .item:hover {
    background: #e9e9e9;
}

.departments-container .right-sec .item .title {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #595858;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}

.departments-container .right-sec .item .discription-container {
    width: 100%;
    height: auto;
    float: left;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    opacity: 0;
}

.departments-container .right-sec .item .discription-container .text {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #848181;
    font-weight: 400;
    text-align: center;
    padding: 20px 30px;
}

.departments-container .right-sec .item .expand-trigger {
    width: 100%;
    height: 52px;
    float: left;
    background: #1572b9 url(../images/expand-icon.png) no-repeat center;
}

.departments-container .right-sec .item .expand-trigger a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.departments-container .right-sec .item .icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    /*margin-top:90px;*/
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.departments-container .right-sec .item:nth-child(1) .icon {
    background: url(../images/deoatment-icon-01.png) no-repeat center;
}

.departments-container .right-sec .item:hover:nth-child(1) .icon {
    background: url(../images/deoatment-icon-01-h.png) no-repeat center;
}

.departments-container .right-sec .item:nth-child(2) .icon {
    background: url(../images/deoatment-icon-02.png) no-repeat center;
}

.departments-container .right-sec .item:hover:nth-child(2) .icon {
    background: url(../images/deoatment-icon-02-h.png) no-repeat center;
}

.departments-container .right-sec .item:nth-child(3) .icon {
    background: url(../images/deoatment-icon-03.png) no-repeat center;
}

.departments-container .right-sec .item:hover:nth-child(3) .icon {
    background: url(../images/deoatment-icon-03-h.png) no-repeat center;
}

.departments-container .right-sec .item:nth-child(4) .icon {
    background: url(../images/deoatment-icon-04.png) no-repeat center;
}

.departments-container .right-sec .item:hover:nth-child(4) .icon {
    background: url(../images/deoatment-icon-04-h.png) no-repeat center;
}

.departments-container .right-sec .item:nth-child(5) .icon {
    background: url(../images/deoatment-icon-05.png) no-repeat center;
}

.departments-container .right-sec .item:hover:nth-child(5) .icon {
    background: url(../images/deoatment-icon-05-h.png) no-repeat center;
}

.departments-container .right-sec .item:nth-child(6) .icon {
    background: url(../images/deoatment-icon-06.png) no-repeat center;
}

.departments-container .right-sec .item:hover:nth-child(6) .icon {
    background: url(../images/deoatment-icon-06-h.png) no-repeat center;
}

.department-bottom-container {
    width: 100%;
    /* height: 755px; */
    height: auto;
    float: left;
    background: url(../images/department-bg.png) no-repeat;
    background-size: cover;
    /* margin: 30px 0 0 0; */
    background-attachment: fixed !important;
}

.department-bottom-container .text-container {
    width: 100%;
    /*max-width:600px;*/
    max-width: 650px;
    height: auto;
    float: right;
    /* margin: 45px 5% 45px 0; */
    padding: 45px 45px 45px 0;
}

.aside-wrap aside {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.aside-wrap aside:nth-child(1) {
    margin-left: 0;
}

.aside-wrap aside:nth-child(even) {
    float: right;
}

.department-bottom-container .text-container .head {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    background: url(../images/line-01.png);
    background-repeat: repeat-x;
    background-position: 0 45px;
}

.department-bottom-container .text-container .list {
    width: 100%;
    height: auto;
    float: left;
    /* margin: 10px 0 0 0; */
}

.department-bottom-container .text-container .list .list-item {
    /* width: 100%; */
    width: calc(50% - 25px);
    height: auto;
    float: left;
    padding: 10px 0 10px 30px;
    position: relative;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 300;
    border-bottom: 1px solid #96c2f1;
    margin-right: 50px;
}

.department-bottom-container .text-container .list .list-item:nth-child(2n) {
    margin-right: 0;
}

.department-bottom-container .text-container .list .list-item:before {
    width: 16px;
    height: 12px;
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    background: url(../images/art-04.png) no-repeat center;
}

.inner-ul-wrap {
    margin-top: 22px;
}

.inner-ul-wrap .inner-list {
    width: 100%;
    float: left;
    list-style: none;
}

.inner-ul-wrap .inner-list li {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    position: relative;
    padding-left: 1.2%;
    margin-bottom: 5px;
}

.inner-ul-wrap .inner-list li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #1673b9;
    top: 6px;
}

.margin-con {
    margin-top: 22px;
}

.departments-inner .content b {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #5f5f5f;
    font-weight: 600;
}

.departments-inner .content .title {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #5f5f5f;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.departments-inner .content .title:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #1673b9;
    top: 6px;
}


/*------------------------departments end----------------------*/


/*------------------------contact----------------------*/

.contact-margin {
    padding: 0 0 15px 0;
}

.map-container {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 5px;
}

.map-container .location-details {
    width: 410px;
    min-height: 100%;
    position: absolute;
    background: rgb(233 102 39);
    top: 0px;
    right: 100px;
    height: 100%;
    padding: 20px 15px 20px 40px;
}

.map-container .location-details:before {
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-right: 18px solid rgb(233 102 39);
    border-bottom: 31px solid transparent;
    position: absolute;
    left: -18px;
    top: 100px;
    content: '';
}

.map-container .location-details .list {
    width: auto;
    height: auto;
    float: left;
    /* margin: 20px 0 7px 40px; */
    list-style-type: none;
}

.location-details .list-item-head {
    padding: 0 0px 0 74px;
}

.map-container .location-details .list .list-item {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0px 0 74px;
    margin: 0 0 17px 0;
    position: relative;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #fefefe;
    font-weight: 300;
}

.map-container .location-details .list .list-item:before {
    width: 36px;
    height: 26px;
    border: 1px solid #f0f5f9;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.wp_address:before {
    /* width: 36px;
	height: 26px;
	border: 1px solid #f0f5f9;
	content: '';
	position: absolute;
	left: 0;
	top: 0; */
    background: url(../images/contact-icon-01.png) no-repeat center;
}

.wp_phone:before {
    /* width: 36px;
	height: 26px;
	border: 1px solid #f0f5f9;
	content: '';
	position: absolute;
	left: 0;
	top: 0; */
    background: url(../images/contact-icon-02.png) no-repeat center;
}

.wp_web:before {
    /* width: 36px;
	height: 26px;
	border: 1px solid #f0f5f9;
	content: '';
	position: absolute;
	left: 0;
	top: 0; */
    background: url(../images/contact-icon-03.png) no-repeat center;
}

.wp_email:before {
    /* width: 36px;
	height: 26px;
	border: 1px solid #f0f5f9;
	content: '';
	position: absolute;
	left: 0;
	top: 0; */
    background: url(../images/contact-icon-04.png) no-repeat center;
}

.wp_social:before {
    /* width: 36px;
	height: 26px;
	border: 1px solid #f0f5f9;
	content: '';
	position: absolute;
	left: 0;
	top: 8px; */
    background: url(../images/contact-icon-05.png) no-repeat center;
}

.map-container .location-details .list .list-item .social-media {
    width: 37px;
    height: 37px;
    float: left;
    margin-right: 18px;
}

.social-media {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.social-media:hover {
    background-color: #fff;
    color: rgba(21, 114, 185, 1);
}

.contact-form-container {
    width: 100%;
    /* max-width: 1070px; */
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    /* padding: 70px 0 10px 0; */
}

.contact-form-container .field-container {
    /* width: 32.6%; */
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    /* margin-left: 1%; */
    /* margin-bottom: 10px; */
    margin-bottom: 15px;
}

.contact-form-container .field-container-split {
    width: calc(33.33% - 10px);
    float: left;
    margin-right: 15px;
}

.contact-form-container .field-container-split:nth-child(3n) {
    margin-right: 0;
}


/* .contact-form-container .field-container:nth-child(1) {
	margin-left: 0;
} */

.contact-form-container form {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.contact-form-container .field-container .input-field {
    width: 100%;
    height: 60px;
    float: left;
    background: #eeeeee;
    border-radius: 4px;
    text-indent: 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #747474;
    font-weight: 400;
}

.contact-form-container .field-container .textarea-field {
    /* width: 99.8%; */
    width: 100%;
    height: 146px;
    float: left;
    background: #eeeeee;
    border-radius: 4px;
    text-indent: 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #747474;
    font-weight: 400;
    padding-top: 16px;
    resize: none;
}


/* .contact-form-container .field-container:nth-child(4) {
	width: 100%;
	margin-left: 0;
}

.contact-form-container .field-container:nth-child(5) {
	width: 100%;
	margin-left: 0;
} */

.contact-form-container .field-container .submit-btn {
    width: 155px;
    height: 48px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -77.5px;
    background: #1672b9;
    border-radius: 4px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}


/*------------------------contact end----------------------*/

@media screen and (max-width:1200px) {
    .testimonial-container {
        padding: 0;
    }
    .testimonial-container .testimonial-item {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 25px;
        padding: 20px 15px;
    }
}

@media screen and (max-width:1024px) {
    .why-choose-us .why-choose-us-content .sec .right-sec {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .why-choose-us .why-choose-us-content .sec .icon {
        position: relative;
        float: none;
        margin: 0 auto;
    }
    .why-choose-us .why-choose-us-content .sec .right-sec .head {
        margin: 15px 0 0 0;
    }
    .map-container .location-details {
        /* right: 50px; */
        right: 10px;
    }
    .departments-container .right-sec .item {
        width: 50%;
    }
    /* AJ KRISHNA CODE CSS STARTED  */
    .about-us .about-us-discription {
        width: 100%;
        padding: 15px;
    }
    .about-us .about-us-img {
        width: 100%;
    }
    .about-us .about-us-img img {
        width: 100%;
        height: auto;
    }
    .why-choose-us-content .about-us {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }
    .inner-page-banner {
        margin-bottom: 0;
    }
    .about-us {
        margin-bottom: 25px;
    }
    .why-choose-us .title {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 50px;
    }
    .departments-container .left-sec-wrap .left-sec {
        width: calc(50% - 1%);
        margin: 0 2% 20px 0;
    }
    .departments-container .left-sec-wrap .left-sec:nth-child(2n) {
        margin-right: 0;
    }
    .second-section {
        margin-bottom: 20px;
    }
    .contact-form-container {
        padding: 35px 0 10px 0;
    }
    /* AJ KRISHNA CODE CSS FINISHED */
}

@media screen and (max-width:992px) {
    .testimonial-container .testimonial-item {
        width: 100%;
    }
    .specialists-page {
        /* padding: 160px 0 20px 0; */
    }
    .specialists-item .img-container {
        left: 0;
    }
    .specialists-item.active .img-container {
        right: 0;
    }
    .specialists-item {
        margin: 0 0 25px 0;
    }
    .specialists-item:last-child {
        margin-bottom: 0;
    }
    .specialists-item .right-container {
        /* padding: 45px 30px 45px 30px; */
        padding: 0;
        text-align: center;
    }
    .specialists-item.active .right-container {
        /* padding: 30px 50px 40px 50px; */
        padding: 0;
        text-align: center;
    }
    .specialists-item.active .right-container .specialists-title {
        text-align: center;
    }
    .specialists-item.active .right-container .specialists-discription {
        text-align: center;
    }
    .specialists-item .img-container {
        width: 160px;
        height: 160px;
        float: none;
        border-radius: 219px;
        margin: 0 auto;
        position: relative;
        /* margin-top: -110px; */
        margin-bottom: 35px;
    }
    .specialists-item .hide-border:before {
        display: none;
    }
    .specialists-item .hide-border:after {
        display: none;
    }
    .specialists-item .hide-border1:before {
        display: none;
    }
    .specialists-item .hide-border1:after {
        display: none;
    }
    .specialists-item .right-container .specialists-title::after {
        display: none;
    }
    .specialists-item:hover .img-container .overlay {
        margin-left: -66px;
        margin-top: -66px;
    }
    /* AJ KRISHNA CODE CSS STARTED  */
    .testimonial-container .testimonial-item {
        min-height: 100px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .testimonial-container .testimonial-item:nth-last-child(2) {
        margin-bottom: 20px;
    }
    .testimonial-container .testimonial-item .right-container {
        padding-left: 100px;
    }
    .testimonial-container .testimonial-item .img-container {
        width: 85px;
        height: 85px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    /* AJ KRISHNA CODE CSS FINISHED */
}

@media screen and (max-width:768px) {
    .about-us .about-us-img {
        width: 100%;
    }
    .about-us .about-us-discription {
        width: 100%;
    }
    .why-choose-us .why-choose-us-content .sec {
        width: 100%;
    }
    .why-choose-us .why-choose-us-content .sec:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        padding: 0 0 50px 0;
    }
    .why-choose-us .why-choose-us-content .sec:nth-child(2) {
        border-bottom: 1px solid #eaeaea;
        padding: 50px 0 50px 0;
    }
    .why-choose-us .why-choose-us-content .sec:nth-child(3) {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        padding: 50px 0 50px 0;
    }
    .why-choose-us .why-choose-us-content .sec:nth-child(4) {
        padding: 50px 0 50px 0;
    }
    .map-container .location-details {
        width: 100%;
        height: auto;
        position: static;
        float: left;
    }
    .map-container .location-details .list {
        /* margin: 40px 0 20px 44px; */
    }
    .contact-form-container .field-container {
        width: 100%;
        margin-right: 0;
    }
    .contact-form-container .field-container {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .departments-container .left-sec {
        width: 100%;
        padding-right: 0;
        padding-bottom: 40px;
    }
    .departments-container .right-sec {
        width: 100%;
    }
    .departments-container .right-sec .item {
        width: 33.333%;
    }
    .department-bottom-container .text-container {
        max-width: 100%;
        float: left;
        margin: 0;
        padding: 25px 20px;
    }
    .department-bottom-container .text-container .head {
        background: none;
        padding-bottom: 0;
    }
    .department-bottom-container {
        height: auto;
    }
    /* AJ KRISHNA CODE CSS STARTED  */
    .why-choose-us-content ul li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .why-choose-us-content ul li:last-child {
        margin-bottom: 0;
    }
    .why-choose-us-content ul {
        margin-bottom: 5px;
    }
    .why-choose-us-content ul li::before {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .departments-container .left-sec-wrap .left-sec {
        min-height: auto;
    }
    .departments-container .left-sec .list-item {
        width: 50%;
    }
    .department-bottom-container .text-container .list .list-item {
        font-size: 12px;
        line-height: 16px;
    }
    /* AJ KRISHNA CODE CSS FINISHED  */
}

@media screen and (max-width:640px) {
    .departments-container .right-sec .item {
        width: 50%;
    }
    .departments-container .left-sec .list-item {
        width: 100%;
    }
    .wp-splst-detwrap-inneritm {
        -webkit-box-align: unset;
        align-items: unset;
    }
    .wp-splst-innerhd {
        width: 100%;
        float: left;
    }
    .wp-splst-innerhd .wp-splst-innerhd-ico {
        display: none;
    }
    .wp-splst-innerdet {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .inner-page-banner .title {
        font-size: 28px;
        line-height: 30px;
    }
    .inner-page-banner {
        padding: 30px 0 40px 0;
    }
    .map-container .location-details .list {
        /* width: 94%; */
        /* margin: 40px 0 20px 6%; */
    }
    .location-details .list-item-head {
        padding: 0 0px 0 60px;
    }
    .contact-form-container {
        padding: 20px 0 0px 0;
    }
    .map-container .location-details .list .list-item {
        padding: 0 0 0 60px;
        font-size: 16px;
    }
    .map-container .location-details .list .list-item a {
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    .map-container .location-details .list .list-item a:hover {
        opacity: 0.8;
    }
    .testimonial-container .testimonial-item {
        margin: 0 0 15px 0;
    }
    .testimonial-container .testimonial-item:nth-last-child(2) {
        margin-bottom: 15px;
    }
    .testimonial-container .testimonial-item .img-container {
        margin: 0 auto;
        float: none;
        position: relative;
    }
    .testimonial-container .testimonial-item .right-container {
        text-align: center;
        padding-left: 0;
        margin-top: 15px;
    }
    .departments-container .right-sec .item {
        width: 100%;
    }
    .department-bottom-container .text-container {
        padding: 20px 15px;
        background-color: rgba(0, 0, 0, 0.25);
    }
    .specialists-item .right-container {
        /* padding: 30px 20px 40px 20px; */
        text-align: center;
    }
    .specialists-item.active .right-container {
        /* padding: 30px 20px 40px 20px; */
        text-align: center;
    }
    .department-bottom-container .text-container .head {
        font-size: 20px;
        line-height: 22px;
    }
    .specialists-item {
        padding: 15px;
        margin-bottom: 15px;
    }
    .specialists-item .img-container {
        top: 5px;
        margin-bottom: 15px;
    }
    .inner-page-container {
        padding: 20px 0;
    }
    .map-container .location-details {
        padding: 15px;
    }
    .contact-margin {
        padding: 0 0 15px 0;
    }
}

#header .follow-us-container {
    background: #fff !important;
}