@charset "UTF-8";

/*
Theme Name: ismartus
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

Bundled block pattern images:
Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* font-family: 'Poppins', sans-serif; */


/* body,
html {
    overflow-x: hidden;
} */

body,
html {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 17px;
    line-height: 1.5;
    background-color: #fff;
    overflow-x: hidden;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/arrow_bottom.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

 ::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

 :-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

 ::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

 :-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

.form-group {
    margin-bottom: 28px;
}

.labeltxt {
    font-weight: 300;
    margin-bottom: 10px;
}


/* images alignment for wordpress content pages */

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}


/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */


/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}


/* navbar*/

.main-head {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.main-head .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

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

.navbar-brand img {
    width: 270px;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 15px;
    padding: 10px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a {
    font-weight: 500;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #000;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}

.navbar-nav>li.menu-item-has-children:before {
    position: absolute;
    right: 0;
    top: 18px;
    content: '';
    width: 10px;
    ;
    height: 10px;
    background: url(images/dwnarrow.svg) no-repeat center center;
    background-size: 8px;
}

.navbar-nav>li.menu-item-has-children>a {
    padding-right: 15px;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 180px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #3abbc4;
    color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}


/* 2nd level submenu */

.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */

.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0 !important;
    z-index: 99;
}


/* for push-menu end*/

.main-head .navbar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-head .navbar .navbar-collapse {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-info li {
    display: inline-block;
    margin-right: 15px;
}

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

.header-info li i {
    margin-right: 6px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.header-info li a {
    font-size: 15px;
    color: #000000;
}

.header-info li a:hover {
    color: #3abbc4;
}

.main-head-button {
    text-align: right;
    margin-top: 10px;
}

.greenbtn {
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    padding: 14px 40px;
    border-radius: 40px;
    background: #3abbc4;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    z-index: 1;
    vertical-align: middle;
    min-width: 200px;
    text-align: center;
    line-height: 1.6;
    margin-top: 15px;
}

.greenbtn:hover {
    color: #fff;
}

.greenbtn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    width: 0%;
    height: 106%;
    background-color: #5ca4e6;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 0;
    z-index: -1;
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.greenbtn:hover::before {
    width: 125%;
}

.main-head-button .greenbtn {
    font-size: 16px;
    padding: 10px 40px;
    min-width: inherit;
    margin-top: 0;
}

.greenbtn.whtborder {
    background-color: transparent;
    border: 2px solid #fff;
}

.greenbtn.whtborder:hover {
    color: #125491;
}

.greenbtn.whtborder:hover:before {
    background: #fff;
}

.banner {
    min-height: 650px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover !important;
    text-align: center;
    color: #fff;
    position: relative;
}

.banner h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.banner-con {
    position: relative;
    z-index: 1;
    padding-left: 110px;
    padding-right: 110px;
}

.banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
}

.parallax>use {
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

.banner-wave.wave {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    max-height: 100px;
}

.row.loginoption-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row.loginoption-row .loginoption-col:nth-child(1) .loginoption-box {
    background-color: #125491;
}

.row.loginoption-row .loginoption-col:nth-child(2) .loginoption-box {
    background-color: #5ca4e6;
}

.loginoption-box {
    width: 100%;
    text-align: center;
    padding: 35px 30px 50px;
    color: #fff;
    border-radius: 6px;
}

.loginoption-box figure {
    margin-bottom: 25px;
}

.loginoption-box h4 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.sec-heading {
    margin-bottom: 30px;
}

.cmn-gap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.loginoption-gap {
    margin-top: -200px;
}

.about-sec {
    background: #f5f5f5;
    position: relative;
}

.about-sec .about-col1 {
    padding-right: 50px;
    min-height: 600px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.blurtxt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 186px;
    padding-left: 15px;
    color: #ebebeb;
    text-transform: uppercase;
    line-height: 0.7;
}

.about-sec .about-col2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.about-col2 {
    background-size: cover !important;
}

.people-slide:before {
    content: '';
    position: absolute;
    left: 23px;
    top: 16px;
    width: 50px;
    height: 55px;
    position: absolute;
    background: url(images/quotation-marks.svg) no-repeat center center;
    background-size: 100%;
}

.people-slide {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.13);
    border-radius: 6px;
    padding: 90px 27px 50px;
    color: #626262;
    position: relative;
}

.people-slide>p {
    min-height: 231px;
}

.people-slider .slick-slide:focus {
    outline: 0;
}

.people-slide p {
    font-style: italic;
}

.people-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.people-slider .slick-slide {
    padding: 30px 15px;
}

.people-head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.people-head .people-im img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #a2a2a2;
}

.people-head .people-txt {
    padding-left: 10px;
    width: 78%;
}

.people-im {
    width: 22%;
}

.people-head h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1.1;
}

.people-head p {
    font-size: 13px;
    font-weight: normal;
    color: #4a4a4a;
    font-style: normal;
}

.people-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 100%;
    z-index: 99;
    font-size: 0;
}

.people-slider .slick-arrow.slick-prev {
    left: -70px;
    background-image: url(images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
}

.people-slider .slick-arrow.slick-next {
    right: -70px;
    background-image: url(images/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
}

.people-slider .slick-arrow:hover {
    background-color: #3abbc4;
    border-color: #3abbc4;
}

.bringing-cl {
    background: #125491;
    text-align: center;
    color: #fff;
}

.bringing-cl h2 {
    color: #fff;
}

.bringing-cl p {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.main-footer {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}

.main-footer .footer-wave .waves {
    position: absolute;
    top: -120px;
    width: 100%;
    left: 0;
    z-index: 9;
    height: 120px;
    min-height: 120px;
}

.gapfor-footer {
    padding-bottom: 200px !important;
}

.footer-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.footer-box .footer-ic {
    width: 82px;
    height: 82px;
    border: 2px solid #125491;
    border-radius: 100%;
    line-height: 82px;
    text-align: center;
    min-width: 82px;
    color: #125491;
    font-size: 25px;
}

.footer-box .footer-txt {
    width: calc(100% - 82px);
    padding-left: 20px;
}

.footer-box .footer-txt h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}

.footer-box .footer-txt a {
    color: #000;
}

.footer-box .footer-txt a:hover {
    color: #125491;
}

.telno {
    font-size: 27px;
    font-weight: 500;
}

.social-links {
    text-align: center;
    margin: 0;
    padding: 20px 0 20px 0;
    list-style: none;
}

.social-links li {
    display: inline-block;
    margin: 0 10px;
}

.social-links li a {
    color: #000;
}

.social-links li a:hover {
    color: #125491;
}

.footer-info .footer-col {
    margin-bottom: 30px;
}

.copyright {
    text-align: center;
    font-size: 13px;
}


/* for contact page  */

.row.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.contactBanner {
    min-height: 508px;
}

.forContact h4 {
    color: #fff;
}

.placeSec .noteIcon {
    width: 384px;
    height: 384px;
    background-color: #f5f5f5;
    border-radius: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.placeSec .plsContBtm {
    margin-top: 63px;
}

.forContact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    padding-top: 17px;
}

.forContact ul li {
    list-style: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.forContact ul li::before {
    content: '';
    background-image: url(images/tickIcon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 2;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.people-slider .testiSlideBox {
    min-height: 350px;
}

.setWidth {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}

.people-slider .slick-arrow:focus {
    outline: 0;
}

.aboutSec .placeSec:nth-child(even) {
    background-color: #3abbc4;
    color: #fff;
}

.aboutSec .placeSec:nth-child(even) h2 {
    color: #fff;
}

.aboutSec .placeSec:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

section.tnsSec>h2 {
    text-align: center;
    margin-bottom: 50px;
}

.sectionBox {
    position: relative;
    padding: 78px 0;
}

.sectionBox::before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
    max-width: 58.333333%;
    width: 58.333333%;
    background-color: #f5f5f5;
}

.sectionBox .col-md-5.imgCol {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    padding: 0;
    bottom: 0;
}

.sectionBox .col-md-5.imgCol .rtImg {
    height: 100%;
}

.sectionBox .col-md-5.imgCol img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sectionBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #125491;
}

.sectionBox ul li {
    width: 50%;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.sectionBox ul.fullwidth li {
    width: 100%;
}

.sectionBox ul li::before {
    content: " ";
    width: 1.5rem;
    height: 2rem;
    background-image: url(images/tickIconBlue.gif);
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
}

.sectionBox:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.sectionBox:nth-child(even) .col-md-5.imgCol {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background: #000;
    padding: 0;
    bottom: 0;
}

.sectionBox:nth-child(even)::before {
    content: '';
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #3abbc4;
}

.sectionBox:nth-child(even) h2,
.sectionBox:nth-child(even) p,
.sectionBox:nth-child(even) li {
    color: #fff;
}

.sectionBox:nth-child(even) ul li::before {
    -webkit-filter: brightness(17.5);
    filter: brightness(17.5);
}


/**conactuspage**/

.cntctus-boxx {
    text-align: center;
}

.cntctus-boxx figure {
    background: #3abbc4;
    width: 86px;
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0px auto 30px;
}

.cntctus-boxx figure img {
    width: 30px;
}

.cntctus-boxx:nth-child(2) figure {
    background: #f6be3d;
}

.cntctus-boxx:nth-child(3) figure {
    background: #ba1b85;
}

.cntctus-boxx:nth-child(4) figure {
    background: #125491;
}

.cntctbox-txtx h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
}

.cntctbox-txtx p {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
}

.cntctbox-txtx a {
    color: #000;
    font-weight: 500;
    font-size: 27px;
}

.cntctbox-txtx a:hover,
.cntctbox-txtx p.addrs a:hover {
    color: #3abbc4;
}

.cntctbox-txtx p.addrs {
    color: #000000;
    font-size: 17px;
    line-height: 24px;
}

.cntctbox-txtx p.addrs a {
    color: #000000;
    font-size: 17px;
    line-height: 24px;
}

.row.frm-rw {
    margin-left: 0;
    margin-right: 0;
}

.contctfrm-main-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contctfrm-main-left {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
}

.contctfrm-main-left iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    border: 0;
}

.contctfrm-main-right {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: left;
    padding: 80px 0px 80px 50px;
}

.contctfrm-main-right input {
    width: 100%;
    background: #2876bf;
    border: 0;
    height: 49px;
    color: #fff;
    border-radius: 6px;
}

.contctfrm-main-right .form-group {
    margin-bottom: 20px;
    padding: 0px 10px;
}

.contctfrm-main-right textarea {
    width: 100%;
    background: #2876bf;
    border: 0;
    height: 89px;
    color: #fff;
    border-radius: 6px;
    resize: none;
}

.contctfrm-main-right input[type="submit"] {
    width: auto;
    height: auto;
    background: #3abbc4;
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 16px 65px;
    border-radius: 50px;
}

.contctfrm-main-right input[type="submit"]:hover {
    background: #fff;
    color: #3abbc4;
}

.contctfrm-main-right h2 {
    padding-left: 10px;
    margin-bottom: 30px;
}

.contctfrm-main-right form {
    max-width: 710px;
}

.contctfrm-main-right input::-webkit-input-placeholder,
.contctfrm-main-right textarea::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.contctfrm-main-right input::-moz-placeholder,
.contctfrm-main-right textarea::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.contctfrm-main-right input:-ms-input-placeholder,
.contctfrm-main-right textarea:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.contctfrm-main-right input::-ms-input-placeholder,
.contctfrm-main-right textarea::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.contctfrm-main-right input::placeholder,
.contctfrm-main-right textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.contctfrm-main-right input:-ms-input-placeholder,
.contctfrm-main-right textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.contctfrm-main-right input::-ms-input-placeholder,
.contctfrm-main-right textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.banner.contactBanner:before {
    background: rgba(0, 0, 0, 0.3);
}

.plsd {
    align-items: center;
}

.wpcf7-not-valid-tip {
    font-size: 15px;
}


/* 16.04.21 */

.about-sec .about-col1.cmn-gap {
    padding-top: 0;
}

.about-sec .blurtxt {
    position: static;
    padding-left: 0;
}


/* ========== responsive css ========================================================================================================= =========== */

@media(min-width:1025px) {
    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }
    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:1440px) {
    .contctfrm-main-right {
        padding: 80px 0px 80px 30px;
    }
}

@media(max-width:1365px) {
    .navbar-nav>li>a {
        font-size: 16px;
    }
    .blurtxt {
        font-size: 170px;
    }
    .people-slider .slick-arrow.slick-prev {
        left: -20px;
    }
    .people-slider .slick-arrow.slick-next {
        right: -20px;
    }
}

@media(max-width:1199px) {
    .blurtxt {
        font-size: 150px;
    }
    .navbar-brand img {
        width: 180px;
    }
    .navbar-nav>li {
        margin: 0 10px;
    }
    .navbar-nav>li>a {
        font-size: 15px;
    }
    .header-info li a {
        font-size: 14px;
    }
    .aboutSec .placeSecbx:last-child {
        padding-left: 50px;
    }
    .contctfrm-main-right {
        padding: 50px 0px 50px 30px;
    }
    .people-slider .testiSlideBox {
        min-height: 380px;
    }
    .people-head .people-txt {
        width: 72%;
    }
    .people-im {
        width: 28%;
    }
    .people-slide>p {
        min-height: 287px;
    }
}

@media(max-width:1024px) {
    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }
    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .navbar-nav>li.menu-item-has-children {
        padding-right: 5px;
    }
    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }
    .sub-menu.show {
        display: block;
    }
    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }
    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }
    /* navbar end*/
    .navbar-brand img {
        width: 150px;
    }
    .navbar-nav>li.menu-item-has-children:before {
        display: none;
    }
    .people-slider .slick-arrow {
        width: 45px;
        height: 45px;
    }
    .people-slider .slick-arrow.slick-next {
        right: -5px;
        background-size: 12px;
    }
    .people-slider .slick-arrow.slick-prev {
        left: -5px;
        background-size: 12px;
    }
    .navbar-nav>li>a:after {
        width: 100%;
        opacity: 0;
    }
    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 33px;
        padding: 0;
        outline: none !important;
    }
    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }
    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }
    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }
    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }
    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
    }
    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
    }
    .navbar-nav .clickD {
        top: 10px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }
    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }
    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }
    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }
    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    }
    .navbar-nav>li>a {
        padding: 10px 20px;
        display: inline-block;
        width: 100%;
        border-top: 1px solid #ddd;
    }
    .sub-menu>li>a {
        padding-left: 40px;
    }
    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }
    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }
    .navbar-nav>li>a:after {
        bottom: 0;
    }
    .navbar-nav>li.menu-item-has-children:before {
        display: none;
    }
    .sub-menu>li>a {
        color: #000;
        display: block;
        width: 100%;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        border-bottom: 1px solid #ddd;
    }
    .sub-menu>li:last-child>a {
        border-bottom: 0;
    }
    /* navbar end*/
    /* push nav */
    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }
    .navbar-collapse.show {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }
    .navbar-collapse .navbar-nav {
        margin: 80px 0 0 !important;
        padding: 0 0 40px 0;
    }
    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }
    #navoverlay.open {
        display: block;
    }
    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow-x: hidden !important;
    }
    /* push nav end */
    .main-head .navbar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .main-head-rt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .main-head-button {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    ul.header-info {
        padding-right: 10px;
    }
    .main-head-button .greenbtn {
        margin-right: 10px;
    }
    .footer-info .footer-col {
        text-align: center;
    }
    .footer-box .footer-txt {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .footer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }
    .main-footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cmn-gap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .loginoption-col:first-child {
        margin-bottom: 40px;
    }
    .about-sec .about-col2 {
        position: relative;
        height: 500px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .about-sec .about-col1 {
        padding-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        min-height: auto;
        padding-top: 0;
        margin-top: 40px;
        padding-bottom: 0;
        padding-right: 15px;
    }
    .blurtxt {
        font-size: 100px;
        position: relative;
        padding-left: 0;
        line-height: 100px;
    }
    .about-sec {
        padding: 70px 0px 70px;
    }
    h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    .banner {
        min-height: 550px;
    }
    .people-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .people-slider .slick-arrow.slick-next {
        right: 5px;
        background-size: 12px;
    }
    .people-slider .slick-arrow.slick-prev {
        left: 5px;
        background-size: 12px;
    }
    .people-slide {
        padding: 90px 35px 50px;
    }
    .people-slide:before {
        left: 45px;
    }
    h2 {
        font-size: 30px;
    }
    .banner.contactBanner {
        min-height: 450px;
    }
    .placeSecbx {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        margin: 20px 0px;
    }
    .placeSec .noteIcon {
        margin: 0px auto 40px;
    }
    .placeSec .plsContBtm {
        text-align: center;
    }
    .banner.contactBanner .banner-con {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner.contactBanner .banner-con h1 {
        font-size: 45px;
    }
    .forContact ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .forContact ul {
        display: table;
        margin: 0px auto;
    }
    .placeSec .noteIcon {
        margin: 0px auto 0px;
    }
    .aboutSec .placeSecbx:last-child {
        padding-left: 0px;
    }
    .sectionBox {
        padding: 50px 0;
    }
    .cntctus-boxx {
        text-align: center;
        -ms-flex: 0 0 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        margin-top: 30px;
    }
    .contctfrm-main-left {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        position: relative;
        min-height: 400px;
    }
    .contctfrm-main-right {
        padding: 40px 15px 0px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .contctfrm-main-right form {
        max-width: 100%;
    }
    .people-slider .testiSlideBox h3 {
        font-size: 20px;
    }
    .people-slider .testiSlideBox {
        min-height: 400px;
    }
    .people-head .people-txt {
        padding-left: 10px;
        padding-top: 10px;
    }
    .people-slide>p {
        min-height: 257px;
    }
}

@media (max-width: 767px) {
    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }
    .cmn-gap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banner-con {
        padding-left: 30px;
        padding-right: 30px;
    }
    .loginoption-gap {
        margin-top: -120px;
    }
    .banner {
        min-height: 450px;
    }
    .main-head .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-brand img {
        width: 130px;
    }
    .main-head-button .greenbtn {
        font-size: 12px;
        padding: 8px 25px;
        min-width: inherit;
        margin-top: 0;
    }
    .navbar-toggler {
        width: 26px;
        height: 30px;
    }
    .stick,
    .stick:after,
    .stick:before {
        width: 25px;
        height: 2px;
    }
    .header-info li {
        margin-right: 5px;
    }
    .header-info li a {
        font-size: 12px;
    }
    .header-info li i {
        margin-right: 4px;
        font-size: 13px;
    }
    .banner h1 {
        font-size: 40px;
    }
    body {
        font-size: 15px;
        line-height: 1.4;
    }
    h2 {
        font-size: 35px;
        line-height: 1.2;
    }
    .banner.contactBanner {
        min-height: 350px;
    }
    .gapfor-footer {
        padding-bottom: 150px !important;
    }
    .banner.contactBanner .banner-con h1 {
        font-size: 40px;
    }
    .forContact ul li::before {
        top: 0;
        right: auto;
        left: 0;
    }
    .forContact ul li {
        padding-left: 40px;
    }
    .sectionBox::before {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        right: 0;
        left: 0;
    }
    .sectionBox .col-md-5.imgCol {
        position: relative;
    }
    .sectionBox {
        padding: 50px 0 0;
    }
    .contTxt {
        padding-bottom: 50px;
    }
    .sectionBox:nth-child(even) .col-md-5.imgCol {
        position: relative;
    }
    .tnsSec {
        padding-top: 70px;
    }
    .cntctus-boxx {
        -ms-flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
    }
    .cntctbox-txtx a {
        font-size: 22px;
    }
    .people-slider .testiSlideBox {
        min-height: 510px;
    }
    .people-slider .testiSlideBox {
        min-height: auto;
    }
    .plsd .plsContBtm {
        margin-top: 20px;
    }
    .people-slide>p {
        min-height: auto;
    }
    .people-im {
        width: 17%;
    }
    .people-head .people-txt {
        width: 82%;
    }
}

@media (max-width: 575px) {
    .main-head-rt {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    ul.header-info {
        padding-right: 0;
        padding-bottom: 10px;
    }
    .banner {
        min-height: 380px;
    }
    .about-sec .about-col2 {
        height: 350px;
    }
    .about-sec {
        padding: 0px 0px 50px;
    }
    .sectionBox ul li::before {
        width: 1.2rem;
        top: -3px;
    }
    .people-slider .testiSlideBox {
        min-height: auto;
    }
    .aboutSec .placeSecbx:last-child {
        padding-left: 15px;
    }
}

@media (max-width: 479px) {
    .blurtxt {
        font-size: 50px;
        line-height: 50px;
    }
    .about-sec .about-col1 {
        padding-top: 0px;
    }
    .main-head-button .greenbtn {
        font-size: 11px;
        padding: 6px 18px;
    }
    .header-info li {
        margin-right: 2px;
    }
    .navbar-brand img {
        width: 100px;
    }
    .header-info li i {
        margin-right: 2px;
        font-size: 12px;
    }
    .greenbtn {
        font-size: 17px;
        padding: 11px 35px;
        min-width: 180px;
    }
    h2 {
        font-size: 26px;
        line-height: 1.2;
    }
    .placeSec .noteIcon {
        width: 280px;
        height: 280px;
    }
    .placeSec .noteIcon img {
        width: 150px;
    }
    .banner.contactBanner .banner-con h1 {
        font-size: 25px;
    }
    .banner.contactBanner .banner-con p {
        font-size: 14px;
    }
    .people-head .people-txt {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .people-im {
        width: 100%;
        text-align: center;
    }
    .people-head .people-im img {
        margin: 0 auto 8px;
    }
}

@media (max-width: 360px) {
    .navbar-brand img {
        width: 80px;
    }
    .main-head-rt {
        max-width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    }
    .header-info li a {
        font-size: 11px;
    }
    .header-info li i {
        margin-right: 1px;
        font-size: 10px;
    }
    .banner h1 {
        font-size: 35px;
    }
    .banner-con {
        padding-left: 15px;
        padding-right: 15px;
    }
}