@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {margin: 0;padding: 0;font-family: 'Roboto', sans-serif;font-size: 16px;color: #000;}
html {scroll-behavior: smooth;}
h1,h2,h3,h4,h5,h6,p,span,ul,li,a { margin: 0; padding: 0;}
a {text-decoration: none !important;}
img {max-width: 100%;}
ul {list-style: none;padding: 0px 0;}
h2 {font-size: 45px;color: #000000;text-transform: capitalize;font-weight: 800;margin: 0 0 10px;}
h3  {
    color: #4B9DA9;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 10px;
}


.no_space {
    padding-right: 0px;
    padding-left: 0px;
}

.sec {
    width: 100%;
    padding: 60px 0;
}

.main_btn1 {
    background: transparent;
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    position: relative;
    color: #fff;
    font-size: 18px;
    transition: linear .3s;
    line-height: normal;
    border: 2px solid #4B9DA9;
    color: #4B9DA9;
}

.main_btn1:hover {
    color: #000;
    background: #4B9DA9;
}


/************************** popup  ************************************/
.modal {
    top: 0%;
    background: #000000de;
}

.modal-dialog {
    width: 935px;
    margin: 180px auto 0;
}

.pop_heading {
    width: 100%;
    padding: 20px;
}

.pop_heading h5 {
    font-size: 20px;
    font-weight: 700;
    border-left: 4px solid #2554ff;
    padding: 0 20px;
    line-height: 29px;
    color: #000;
}

.pop_heading h4 {
    font-size: 23px;
    font-weight: 700;
    color: #000000;
}

.pop_heading h2 {
    font-size: 35px;
    color: #4B9DA9;
    font-weight: bold;
    margin: 10px 0;
}

.field {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

span.pop_icon {
    position: absolute;
    color: #4B9DA9;
    left: 13px;
    top: 2px;
}

.field .form-control {
    width: 100%;
    border-radius: 0;
    padding: 3px 0 4px 37px;
    resize: none;
    background: #fff;
    color: #000;
}

.field .form-control::placeholder {
    color: #000;
}

.modal-content {
    box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;
    border-radius: 30px;
    background: url(img/pop_banner1.png);
}

#popupform p {
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin: 19px 0 0;
}

.modal-header {
    padding: 0;
    border: none;
}

button.pop_btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #4B9DA9;
    padding: 10px 0;
    border: none;
    width: 100%;
}

button.close {
    background: url(img/cross.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 15px;
    display: block;
    opacity: 1;
}

/************************** popup ************************************/

/*sidebar Chat*/

.chat_btn_wrap{position:fixed;right: -6px;z-index: 2;}
.chat_btn_wrap a:hover{text-decoration: none!important;right: 0px;}
.chat_btn_wrap .chat_wrap{width: 280px;position: absolute;right: -225px;background: #4B9DA9;top: 255px;border-radius: 50px 0 0 50px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.chat_btn_wrap .chat_wrap span{border-left: 1px solid #ded9d9;color: #000;font-size: 18px;vertical-align: middle;background: #4B9DAC;padding: 17px 15px;}
.chat_btn_wrap .chat_wrap span.icoo,.btns_wrap .chat_wrap span.icoo{color: #;font-size: 22px;padding: 10px 22px;vertical-align: middle;display: inline-block;border: none;}

/*sidebar Chat

/*sidebar num*/
.btns_wrap{position:fixed;right: -6px;z-index: 2;}
.btns_wrap a:hover{text-decoration: none!important;right: 0px;}
.btns_wrap .call_wrap{width: 280px;position: absolute;right: -224px;background: #4B9DA9;top: 330px;border-radius: 50px 0 0 50px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.btns_wrap .call_wrap span{border-left: 1px solid #ded9d9;color: #000;font-size: 18px;vertical-align: middle;background: #4B9DA9;padding: 17px 15px;}
.btns_wrap .chat_wrap span.icoo,.btns_wrap .call_wrap span.icoo{color: #000;font-size: 22px;padding: 10px 22px;vertical-align: middle;display: inline-block;}
/*sidebar num*/
/************************** header  ************************************/
.header {
    width: 100%;
    padding: 10px 0;
    /* position: absolute; */
    z-index: 99;
    background: #fff;
}

.head_mid .navbar-nav>li {
    display: inline-block;
    float: none;
}

.main_navigation {
    width: 100%;
    padding: 9px 0;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-collapse.collapse {
    float: none;
    padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
    padding: 40px 14px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.dropdown-menu {
    padding: 8px 0;
    margin: 0;
    background-color: #fff;
    top: 65px;
}

ul.dropdown-menu {
    position: absolute;
    width: 290px;
    top: 65px;
    left: 0;
    margin: auto;
    background: #000000;
    padding: 5px 25px 25px 20px;
    text-align: left;
    border-radius: 0 0 5px 5px;
    border: 2px solid #4b9dac;
    }

.dropdown-menu>li>a {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 0 5px;
    border-bottom: 1px solid #4b9dac;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: transparent;
    color: #4b9da9;
}

ul.dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #000;
}

.caret {
    color: #4B9DA9;
    margin-left: 9px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #000;
    background-color: transparent;
}

.nav.navbar-nav {
    display: block;
    text-align: center;
}

.navbar-nav {
    float: none;
}

.navbar.navbar-inverse {
    margin-bottom: 0;
}

.navbar {
    min-height: auto;
}

.navbar-inverse .navbar-nav>li>a.main_btn {
    padding: 10px 30px;
    top: 14px;
    color: #000;
    font-weight: 600;
}

.navbar-inverse .navbar-nav>li>a.main_btn:hover {
    background: #342ead;
    color: #fff;
}

.head_right {
    width: 100%;
    margin: 25px 0;
    text-align: right;
}

.head_right ul li {
    display: inline-block;
    margin: 0px 0 0 20px;
}

.head_right ul li a {
    font-size: 17px;
    color: #000;
    transition: linear 0.8s;
    position: relative;
    vertical-align: middle;
    font-weight: 600;
    position: relative;
}

.head_right ul li a:hover {
    color: #4B9DA9;
}

.head_right ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    border-bottom: 1px solid #4B9DA9;
    transition: linear 0.8s;
}

.head_right ul li a:hover::before {
    right: 0;
}

.head_right ul li span {
    margin: 0 10px 0 0;
    color: #4B9DA9;
}

.head_right span {
    margin: 0 15px 0 0;
}

.head_right .main_btn {
    padding: 10px 20px;
    color: black;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #4B9DA9;
    background-color: transparent;
}

/************************** Banner  ************************************/


.h_banner {
    width: 100%;
    background: #000000a8 url(img/home-banner.jpg) no-repeat center bottom 34%;
    color: #fff;
    padding: 90px 0 90px;
    position: relative;
    background-blend-mode: overlay;
    background-size: cover;
    }



.ban_left {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.ban_left h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 60px;
    position: relative;
}

.ban_left p {
    color: #ffffff;
    font-size: 20px;
    margin: 20px 0 40px;
}

.ban_left ul li {
    display: inline-block;
}

.ban_left ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.ban_left ul li:first-child a {
    background: #01224500;
    border-color: #4B9DA9;
    color: #4B9DA9;
    }
.ban_left ul li:first-child a:hover {background: #4B9DA9;color: #000;}

.ban_left ul li:last-child a:hover {background: #319431;color: #fff;}
.ban_left ul li:last-child a {
    background: #31943100;
    border-color: #319431;
color: #319431;}

.ban_left ul li span {
    margin: 0 5px 0 5px;
}

.ban_left h5 {
    font-size: 24px;
    margin: 0 0 20px;
    position: relative;
}

.ban_left h5::before {
    content: '';
    position: absolute;
    width: 20%;
    left: 70px;
    top: 47%;
    height: 5px;
    background: #4b9da9;
}

.ban_left h5::after {
    content: '';
    position: absolute;
    width: 20%;
    right: 70px;
    top: 43%;
    height: 5px;
    background: #4b9da9;
}

.ban_left h1::before {
    content: '';
    width: 78.6%;
    height: 115%;
    position: absolute;
    border-right: 5px solid #4b9da9;
    border-left: 5px solid #4b9da9;
    z-index: -1;
    top: -30px;
    left: 70px;
    right: 0px;
    }


/************************** Section 1  ************************************/
.s1_right {
    width: 100%;
    text-transform: capitalize;
}

.s1_right h3 {
    color: #4B9DA9;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}
.s1_right p {
    margin: 0 0 30px 0;
}

/************************** Section 2  ************************************/
.h_sec2.sec {
    width: 100%;
    /* background: url(img/s2_banner1.jpg) no-repeat center bottom 30%; */
    background-size: cover;
    overflow: hidden;
}

.s2_top {
    width: 100%;
    text-align: center;
    margin: 0 0 60px;
    /* color: #fff; */
}
.s2_top h2 {
    /* color: #fff; */
}

.s2_top h3 {
    color: #fe0001;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.s2_box {
    width: 100%;
    text-transform: capitalize;
    margin: 0 0 60px 0px;
}

.s2_box img {
    width: 100%;
    height: 454px;
    border-radius: 10px;
}

.s2_box h4 {
    margin: 10px 0;
    text-align: center;
}
.s2_bot a {position: relative;left: 500px;top: 20px;}


.s2_bot .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #4B9DA9;
}

/************************** Section 3  ************************************/
.h_sec3.sec {
    width: 100%;
}

.s3_top {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}
.s3_box {
    width: 100%;
    margin: 0 0 30px;
}

.s3_box:hover img {
    transform: scale(1.02);
    transition: 0.5s;
}


/************************** Section 4  ************************************/
.h_sec4.sec {
    width: 100%;
    background: #4b9cab;
    text-align: center;
    color: #fff;
}
.s4_box {
    width: 100%;
}
.s4_box h3 {
    font-size: 45px;
    color: #000;
}
.s4_box h4 {
    font-size: 24px;
}

.s4_box img {
    margin: 0 0 10px;
    width: 30%;
}



/************************** Section 5  ************************************/
.h_sec5.sec {
    width: 100%;
}
.s5_box {
    width: 100%;
}

.s5_box h2 {
    text-align: center;
    overflow: hidden;
}
/************************** Section 6  ************************************/
.h_sec6.sec {
    width: 100%;
}

.s6_top {
    text-align: center;
}
.s6_box {
    width: 100%;
    /*background: #000000;*/
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 0px 30px 30px;
}

.s6_box span {
    color: #000000;
    font-size: 100px;
}

.s6_box p {
    margin: 0 0 60px;
}

.s6_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s6_box ul li img {
    border-radius: 50px;
    width: 70%;
}
.s6_box .s6_box1 {
    background: #bee1e6;
    color: #000;
    text-align: center;
    border-radius: 50px;
    padding: 0px 30px 30px;
    margin: 0 10px;
}

.s6_box .s6_box2 {
    background: #f3a298;
    color: #000;
    text-align: center;
    border-radius: 50px;
    padding: 0px 30px 30px;
    margin: 0 10px;
}

.s6_box .s6_box3 {
    background: #f4e9d4;
    color: #000;
    text-align: center;
    border-radius: 50px;
    padding: 0px 30px 30px;
    margin: 0 10px;
}

.s6_box .s6_box4 {
    background: #896d34;
    color: #000;
    text-align: center;
    border-radius: 50px;
    padding: 0px 30px 30px;
    margin: 0 10px;
}


/************************** Section 7  ************************************/
.h_sec7.sec {
    width: 100%;
}
.s7_left {
    width: 100%;
    background: url(img/s7_img1.jpg) no-repeat;
    background-size: cover;
    padding: 70px 70px;
}
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/


/************************** Footer  ************************************/
footer {
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: url(img/s5_banner.png);
    background: #000;
    position: relative;
}


.foot_box1 {
    text-align: center;
margin: 0 0 30px;}

.foot_box1 p {
    text-align: justify;
    color: #fff;
    margin: 0 0 30px;
}


.foot_box p {
    color: #fff;
}

.foot_bot {
    background: #000000;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #4B9DA9;
}

.foot_bot p {
    text-align: center;
    color: #fff;
}

.foot_box {
    width: 100%;
    color: #fff;
}

.foot_box h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    color: #4B9DA9;
}

.foot_box ul {
    padding: 0 0 0 18px;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}

.foot_box ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    left: -20px;
    top: 12px;
    transition: ease .1s;
    background: #4B9DA9;
}

.foot_box ul li a {
    color: #fff;
    transition: linear .2s;
    text-transform: capitalize;
    position: relative;
}

.foot_box ul li a:hover {
    font-size: 16px;
    color: #4B9DA9;
}

.foot_box ul li:hover:before {
    transform: rotate(180deg);
}

.foot_box ul li a:hover::before {
    right: 0;
}   
.foot_box ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    border-bottom: 1px solid #4B9DA9;
    transition: linear 0.8s;
}


@media screen and (max-width:1600px) {
}

@media screen and (max-width:1366px) {

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
}

h2 {
    font-size: 35px;
}

.s1_right p {
    margin: 0 0 10px 0;
}

.s2_box img {
    height: 300px;
}
}

@media screen and (max-width:980px) {

    .navbar-inverse .navbar-nav>li>a {
    padding: 38px 4px;
    font-size: 14px;
}

.head_right ul li a {
    font-size: 12px;
}

.head_right ul li {
    margin: 0px 0 0 10px;
}

.ban_left h5 {
    font-size: 18px;
    margin: 0 0 10px;
}

.ban_left h5::before {
    left: 42px;
    top: 7px;
}

.ban_left h5::after {
    width: 24%;
    right: 46px;
    top: 7px;
}

.ban_left h1 {
    font-size: 36px;
    margin: 0 0 60px;
}

.ban_left h1::before {
    width: 78.6%;
    height: 120%;
    top: -23px;
    left: 42px;
    right: 0px;
}

.s1_left {
    margin: 0 0 20px 0;
}

.s1_right h3 {
    color: #4B9DA9;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 0px;
}

.s2_box img {
    width: 100%;
    height:300px;
    border-radius: 10px;
}

.s3_top p {
    font-size: 16px;
}

.s4_box h3 {
    font-size: 36px;
    color: #000;
}

.s4_box h4 {
    font-size: 16px;
}

.foot_box h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    /* padding-bottom: 15px; */
    position: relative;
    color: #4B9DA9;
    margin: 10px 0;
}

.s6_box span {
    font-size: 80px;
}

.s6_box p {
    margin: 0 0 10px;
    font-size: 14px;
}
}

@media screen and (max-width:767px) {
    
    
.head_right {
    display: none;
}    
    
    
.modal-dialog {
    display: none;
}

.chat_btn_wrap {
    display: none;
}

.btns_wrap {
    display: none;
}

    .head_mid {
    padding: 20px 0 0 0;
}

.ban_left h1::before {
    width: 80%;
    height: 120%;
    top: -23px;
    left: 55px;
    right: 0px;
}


.ban_left h5::before {
    left: 245px;
    top: 7px;
    width: 18%;
}

.ban_left h5::after {
    width: 17%;
    right: 250px;
    top: 7px;
}

.ban_left h1 {
    font-size: 36px;
    margin: 0 0 30px;
}


.s2_box img {
    width: 100%;
    height: 700px;
    border-radius: 10px;
}

.s2_box h4 {
    margin: 20px 0;
    text-align: center;
    font-size: 36px;
}

.s3_top p {
    font-size: 18px;
    padding: 0 40px;
}

.s4_box {
    width: 100%;
    margin: 0 0 10px;
}

.s4_box h4 {
    font-size: 24px;
}



}




/****************************************************************************************/





