*{
	margin:0px;
	padding:0px;
}

a:hover, a:active {
    text-decoration: none!important;
}

h1,h2,h3,h4,h5,h6,p, ul ,li {
    margin: 0!important;
}


.fa, .fas {
    font-weight: 900;
    font-family: "FontAwesome"!important;
}

@font-face{
	font-family:Poppins;
	  src: url('../fonts/Poppins-Bold.ttf');
	  font-weight:700;
}

@font-face{
    font-family:KaushanScript;
      src: url('../fonts/KaushanScript-Regular.otf');
      font-weight:400;
}


@font-face{
    font-family:Prociono;
      src: url('../fonts/PROCIONO-REGULAR.otf');
      font-weight:400;
}

@font-face{
    font-family:Roboto;
      src: url('../fonts/Roboto-Regular.ttf');
      font-weight:400;
}


@font-face{
    font-family:Poppins;
      src: url('../fonts/Poppins-SemiBold.ttf');
      font-weight:600;
}

@font-face{
    font-family:Poppins;
      src: url('../fonts/Poppins-Regular.ttf');
      font-weight:400;
}
@font-face{
    font-family:Poppins;
      src: url('../fonts/Poppins-Light.ttf');
      font-weight:300;
}

@font-face{
    font-family:Poppinslightitalic;
      src: url('../fonts/Poppins-LightItalic.ttf');
      font-weight:300;
}

:focus{
    outline: none!important;
}

body{
     font-family:Poppins!important;
}



/*=========================================header=================================*/

header .menu-area ul li {
    list-style: none;
    display: inline-block;
        padding: 0 5px;
}

header .menu-area nav {
    height: 105px;
    display: flex!important;
    align-items: center;
}

header .logo-area {
    display: flex;
    align-items: center;
    height: 105px;
    padding-left: 60px;
}

header .menu-area ul li span {
    padding-left: 45px;

}

header .menu-area ul li a i {
    color: #4ec0b0;
    font-size: 20px;
    margin-right: 10px;
}

header .menu-area ul li a:hover i{
    color: #fff;
}

header .menu-area ul li a {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 8px 6px;
      transition: 0.5s all;
}


header .menu-area ul li a.appoinment{
    color: #fff;
    background:#4ec0b0;
    text-transform: capitalize;
} 

header .menu-area ul li a:hover{
    color: #fff;
    background:#4ec0b0;
    transition: 0.5s all;
}


/*=========================================banner=================================*/


.flex-direction-nav .flex-prev {
    left: 0!important;
}

.flex-direction-nav .flex-next{
    right: 0!important;
}

section.banner{
    position: relative;
    clear: both;
}

.banner-area{
    position: relative;
}
.banner-area img {
    width: 100%;
    height: auto;
}

/* .banner-overlay{
     background-image: linear-gradient(rgba(3,25,65,0.6), rgba(80,192,177,0.6));
     position: absolute;
     width: 100%;
     height: 100%; 
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
	 pointer-events: none;
} */

.banner-text p {
    font-size: 80px;
    font-family: Prociono;
    text-transform: uppercase;
    font-weight: 400;
      line-height: 108px;
    text-align: center;
    color: #fff;
    position: relative;
}

.banner-text h3 {
    color: #fff;
    font-size: 72px;
    text-align: center;
    font-weight: 400;
    font-family: KaushanScript;
    text-transform: capitalize;
    margin-bottom:15px!important;
}

section.banner .banner-text .banner-btn a {
    font-size: 14px;
    font-family: 'Poppins';
    text-transform: uppercase;
    border: 3px solid #fff;
    display: table;
    margin: 0 auto;
    padding: 7px 35px;
    color: #fff;
    margin-top: 70px!important;
}

.banner-text p:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 60px;
    height: 3px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.content h4 {
    background: #4ec0b0;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto!important;
}





section.about-sec {
    padding: 60px 60px 40px 60px;
    background: #4ec0b0;
}

.sec-head {
    padding-bottom: 40px;
}

.sec-head h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'KaushanScript';
    text-align: center;
    font-weight: 400;
}

.sec-head h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Prociono';
    font-weight: 400;
    position: relative;
    margin-top: 15px!important;
}

.sec-head h3:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #4ec0b0;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

section.about-sec .image-area img {
    width: 100%;
    height: auto;
}

.about-text p {
    font-size: 15px;
    font-weight: 400;
    font-family: Roboto;
    color: #fff;
    line-height: 24px;
}

section.about-sec  .about-btn a {
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    background: #4ec0b0;
    padding: 7px 10px;
    display: table;
}

/* section.about-sec .about-text {
    padding-right: 120px;
} */

section.about-sec .about-btn a {
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    color: #4ec0b0;
    background: #ffffff;
    padding: 7px 10px;
    display: table;
    margin-top: 15px;
}

section.service-sec {
    background: #ffffff;
    padding: 35px 0 40px 0;
}

.image-area img {
    border: 8px solid #00163f;
    border-radius: 4px;
}

section.service-sec  .service-btn a {
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    background: #fff;
    color: #4ec0b0;
    padding: 7px 10px;
    display: table;
}

section.service-sec .sec-head h3,section.service-sec .sec-head h2{
    color: #333;
}


section.service-sec .sec-head h3:after{
    background: #fff;
}

section.service-sec .service {
    display: flex;
	text-align: center;
}

section.service-sec .service h4 {
    font-family: 'Poppins';
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

section.service-sec .service p {
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto;
    color: #fff;
    line-height: 24px;
    margin-top: 10px!important;
}

section.service-sec .container-fluid {
    padding: 60px 85px 0 85px;
}

section.service-sec .content {
    padding: 0 25px;
}

section.service-sec .service-btn {
    padding-top: 10px;
}







section.blog-sec {
    padding: 60px 60px 40px 60px;
}

section.blog-sec .container-fluid {
    padding-top: 40px;
}

.blog-box:hover .blog-icon
{
    opacity: 1;
    transition:ease 0.5s all;
}

.blog-box:hover .blog-image img{

    transform: translate(-10px, -10px);

}



.blog-box:hover .blog-overlay{
   background-image: linear-gradient(rgba(0, 22, 63, 0.6), rgba(78, 192, 176, 0.6));
    transition:ease 0.5s all;
    transform: translate(-10px, -10px);
}

.blog-box{
    position: relative;
    
}

.blog-image img {
    width: 100%;
    height: auto;
    transition: ease 0.5s all;
    
}

.blog-image{
    position: relative;
    background:#00163f;
}



.blog-overlay {
    background-image: linear-gradient(rgba(0, 22, 63, 0), rgba(78, 192, 176, 0));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
}


.blog-icon ul li:hover {
    background:#fff;
    transition:ease 0.5s all;
}

.blog-icon ul li:hover i{
    color: #00163f;
     transition:ease 0.5s all;
}
.blog-icon ul {
    text-align: center;
}

.blog-icon ul li a i{
    font-size: 26px;
    color: #fff;
    width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00163f;
}

.blog-icon ul li a:hover i{
	background: #fff;
}

.accordion_head {
    background: #4ec0b0;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    line-height: 28px;
    color: #fff;
}

.blog-icon ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #627089;
    margin: 0 -2px!important;
}

.blog-icon ul li.border-none {
    border: none!important;
}

.blog-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 53%;
    opacity: 0;
}

.box-content h4 {
    font-family: 'Poppins';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

.box-content h5 {
    font-family: Poppinslightitalic;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    font-size: 15px;
    margin-top: 10px!important;
}

.box-content {
    padding-top: 30px;
}


section.people-say{
    background:url(../images/people-say-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.people-overlay{
    background:rgba(255, 255, 255, 0.75);
        padding: 110px 0 50px 0;
}

.profile-area {
    display: flex;
}

.profile-image {
    width: 20%;
}

.profile-text h3 {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 10px!important;
}

.profile-text h4 {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 40px!important;
    position: relative;
}
   .profile-text h4:after{
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #4ec0b0;
    bottom: -20px;
    left: 0;

}

.profile-text p {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
    color:#000;
}

.profile-text {
    padding: 0 30px;
    width: 80%;
}

.profile-area-1 {
    padding-top: 85px;
}

.profile-area-2{
    padding-top: 75px;
}

.profile-image img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}


section.faq {
    padding: 60px 53px;
}

section.faq .col-md-5, .col-md-7{
  padding: 0 23px;



}
.faq-content h2 {
    font-size: 30px;
    font-family: 'Prociono';
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}

.faq-image img {
    width: 100%;
    height: auto;
}

div#accordionEx {
    padding-top: 50px;
}

div#accordionEx h5 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
}

.card .card-header {
    background: #d6d6d6;
    padding: 9px 20px;
}

.card .card-header i {
    float: right;
    margin-right: 10px;
}

.card-body {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    padding: 5px 20px;
    line-height: 22px;
    color: #000;
}

.map-image {
    padding-left: 15px;
}
.map-image img {
    width: 100%;
    height: auto;
}

section.contact {
    padding: 0 60px 60px 60px;
}
.contact-head h4 {
    font-size: 30px;
    font-family: 'Prociono';
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    margin: 0px 0px 50px 10px!important;
}

section.contact {
    padding: 0 60px;
}

footer {
    background: #00163f;
    padding: 0 60px;
}
.footer-area ul li {
    list-style: none;
}

.footer-area .contact-footer h5,.footer-area .quick-link h5,.footer-area .subscribe h5 {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px!important;
}

.contact-footer ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 22px;
}

.contact-footer ul li a i {
    color: #4ec0b0;
    width: 20px;
}

.quick-link ul li a {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.subscribe ul li {
    display: inline-block;
}

.subscribe ul li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Poppinslightitalic';
    text-transform: capitalize;
    font-weight: 300;
}
.subscribe ul li a i {
    color: #4ec0b0;
    font-size: 18px;
}

.footer-area {
    padding: 70px 60px 65px 60px;
}
.contact-footer ul li {
   padding-bottom: 5px;
}

.quick-link ul li {
    padding-bottom: 10px;
}

.subscribe ul li {
    display: inline-block;
    padding-right: 15px;
}


.contact-footer i.fa.fa-map-marker {
    float: left;
    margin-bottom: 10px;
    position: relative;
    top: 5px;
}

.quick-link {
    padding: 0 100px;
}

.copyright-area p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
	    line-height: 24px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.copyright-area {
    border-top: 1px solid #fff;
    padding: 20px 0;
}

.profile-area {
    margin-bottom: 70px;
}

.faq-content h2 {
    padding-bottom: 30px;
}

span.plusminus {
    float: right;
}

.accordion_body {
    padding-bottom: 20px;
	line-height: 26px;
}

.service {
    padding: 30px 0;
    border-radius: 5px;
    min-height: 360px;
    background: #00163f;
    outline: 1px solid #fff;
    outline-offset: -10px;
}

section.blog-sec .sec-head h2, section.blog-sec .sec-head h3, section.people-say .sec-head h3, section.people-say .sec-head h2{
    color: #333;
}

a.appoinment {
    background: #4ec0b0;
    color: #ffffff!important;
    padding: 6px 14px;
    display: inline-block;
    margin: 10px 0;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
	margin-left: 45px
}

.service p a {
    color: #fff;
}

.panel-title a {
    display: block;
    padding: 10px 20px;
    margin: -10px -15px;
    cursor: pointer;
    font-size: 14px;
    background: #ccc;
    border-radius: 0!important;
}

.form-area input, .form-area textarea {
    width: 100%;
    height: 40px;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-area textarea {
    padding-top: 10px;
}

.form-area input.wpcf7-form-control.wpcf7-submit.sub {
    width: auto;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background: #4ec0b0;
    padding: 0 30px;
    margin-top: 25px;
}

.map-image iframe {
    width: 100%;
    height: 275px;
}

section.contact {
    padding-bottom: 60px;
}

.mc4wp-form-fields {
    position: relative;
}

section.about-banner {
    height: 300px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mc4wp-form-fields input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
    background: #4ec0b0;
    padding: 0 30px;
}

form#mc4wp-form-1 {
    margin-bottom: 35px;
}

section.about-banner:after {
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

main#content {
    padding: 60px 0;
}

img.xyz {
    float: right;
    width: 100%;
    max-width: 30%;
    height: auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    margin-left: 15px;
    margin-bottom: 15px;
}

.entry-content p {
    line-height: 26px;
    padding-bottom: 20px;
}

.about-left h1 {
    color: #fff;
    font-size: 28px;
    font-family: 'KaushanScript';
    text-align: left;
    font-weight: 400;
}

.about-right ul li, .about-right ul li a {
    color: #fff;
}

.about-right ul li i {
    padding: 0 5px;
}

.about-right ul li {
    display: inline-block;
    margin-top: 10px!important;
}

.col-md-6.cont_t_one {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    padding-bottom: 0;
}

.col-md-6.cont_t_one input, .col-md-6.cont_t_one textarea {
    width: 100%;
    height: 40px;
    background: #eee;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding-left: 15px;
}

.col-md-6.cont_t_one textarea{
    padding-top: 10px;
    height: 120px;
}

.col-md-6.cont_t_one input.wpcf7-form-control.wpcf7-submit.sub {
    background: #4ec0b0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

section#text-2 {
    margin: 0!important;
    padding: 40px;
}

section#text-2 a {
    color: #4ec0b0;
}

.metaslider .flexslider{
	margin-bottom: 0!important;
}

.subscribe input[type="email"] {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 0;
}

.metaslider .caption-wrap {
    top: 0!important;
    background: linear-gradient(rgba(3,25,65,0.6), rgba(80,192,177,0.6))!important;
    opacity: 1!important;
    display: flex!important;
    align-items: center!important;
}

section.service-sec .sec-head {
    padding-bottom: 0;
}

section.service-sec .sec-head h3 {
    margin-top: 40px!important;
}

section.service-sec .container-fluid{
	padding-top:30px;
}

.map-image iframe {
    border: 7px solid #4ec0b0!important;
}

.accordion_head {
    padding-right: 30px;
	position:relative;
}

.accordion_head span {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
}

.apnment {
    height: 105px;
    display: flex!important;
    align-items: center;
}
.apnment ul li {
    display: inline-block;
}
.apnment span a {
    font-family: 'Poppins';
    font-size: 14px;
    color: #000;
    font-weight: 700;
	transition:ease 0.5s all;
}
.apnment span a i {
    color: #4ec0b0;
    font-size: 20px;
    margin-right: 10px;
}

.apnment ul li {
    display: inline-block;
    float: left;
}

.apnment li.try:hover i , .apnment li.try:hover a {
	color:#fff;
	transition:ease 0.5s all;
}

.apnment li.try  span:hover{
	background:#4ec0b0;
	transition:ease 0.5s all;
}

.apnment li.try {
    padding-top: 16px;
	transition:ease 0.5s all;
}

header .col-md-4 {
    padding: 0;
}

.apnment span {
    font-weight: 700;
	font-size: 14px;
}

.blog-page-space {
    padding: 60px 0;
}

.blog-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.blog-content{
	text-align: center;
}

.blog-content H4 {
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Prociono';
    font-weight: 400;
    position: relative;
    margin-top: 0px!important;
    padding-bottom: 15px;
}

.blog-content p {
    font-size: 15px;
    font-weight: 400;
    font-family: Roboto;
    color: #000;
    line-height: 24px;
}

.blog-content a{
font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    background: #4ec0b0;
    padding: 7px 10px;
    display: table;
    margin-top: 15px!important;
	margin: 0 auto;
}

.blog-box {
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.blog-content {
    text-align: center;
    padding: 15px 0;
}

.menu_title a {
    display: none;
}

.faq-content a {
    width: auto;
    font-weight: 900;
    text-transform: capitalize;
    color: #fff;
    border: 0;
    background: #4ec0b0;
    padding: 13px 25px;
    margin-top: 25px;
    display: inline-block;
}

.faq-content a:hover {
    color: #fff;
}
section.banner .banner-text .banner-btn a {
    font-size: 16.8px;
}