*{
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
    font-family: "poppins"!important;
}

.cl{
    clear: both;
}

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

:focus{
    outline: none;
}

.container-fluid {
    padding: 0 42px!important;
}

@font-face {
  font-family: "poppins";
  src: url('../fonts/POPPINS-LIGHT.TTF');
  font-weight: 300;
}

@font-face {
  font-family: "poppins";
  src: url('../fonts/POPPINS-REGULAR.TTF');
  font-weight: 400;
}

@font-face {
  font-family: "poppins";
  src: url('../fonts/POPPINS-MEDIUM.TTF');
  font-weight: 500;
}

@font-face {
  font-family: "poppins";
  src: url('../fonts/POPPINS-SEMIBOLD.TTF');
  font-weight: 600;
}

@font-face {
  font-family: "poppins";
  src: url('../fonts/POPPINS-BOLD.TTF');
  font-weight: 700;
}

@font-face {
  font-family: "poppins";
  src: url('../fonts/POPPINS-BLACK.TTF');
  font-weight: 900;
}

@font-face {
  font-family: "poster";
  src: url('../fonts/Poster Bodoni.ttf');
  font-weight: 400;
}

@font-face {
  font-family: "poster";
  src: url('../fonts/BOD_PSTC.TTF');
  font-weight: 900;
}

:root{
    --pri-color: #030289;
}

:root{
    --sec-color: #52a8d6;
}


/*----------------------------------HEADER CSS--------------------------------------*/

.top-header [class*="col-"]{
    min-height: 125px;
    display: flex;
    align-items: center;
}

.logo-area img {
    width: 100%;
}

.header-contact {
    width: 100%;
    height: 100%;
    background: var(--pri-color);
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding: 20px 0;
}

.header-contact-text {
    font-family: "poster"!important;
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 15px;
    text-align: center;
    padding: 0 60px;
	font-style: italic;
}

.social-media ul li a i {
    height: 40px;
    width: 40px;
    background: #485992;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.social-media ul li{
    display: inline-block;
    padding-left: 8px;
}

.social-media {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

a.twitter i {
    background: #4ebeed!important;
}

a.instagram i {
    background: #980cda!important;
}

a.youtube i {
    background: #c11900!important;
}

a.linkedin i {
    background: #379ad0!important;
}

.social-media ul li:hover a i {
    background: var(--pri-color)!important;
}

.header-contact-icon i {
    font-size: 92px;
    color: #fff;
    padding-right: 30px;
}

.header-contact-text h4, .header-contact-text a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.header-contact-text a{
    padding-bottom: 0;
}

nav#menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sec-color);
    min-height: 60px;
}

nav#menu ul li {
    display: inline-block;
    padding: 0 25px;
    border-right: 1px solid #fff;
}

nav#menu ul li:last-child {
    border-right: 0;
}

nav#menu ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
}

nav#menu ul li a:hover {
    color: var(--pri-color);
}


/*----------------------------------BANNER CSS--------------------------------------*/

span.caption-img {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 35px;
}

.banner-cont p {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 25px;
}

.banner-cont h2 {
    font-family: "poster"!important;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 45px;
    letter-spacing: 5px;
}

.banner-cont a.bttn, .bttn {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    background: var(--pri-color);
    padding: 14px 38px;
    display: table;
    margin: 0 auto;
    border-radius: 5px;
}

.metaslider .caption-wrap {
    width: 100%!important%;
    max-width: 500px!important;
    text-align: center!important;
    display: flex!important;
    align-items: center;
    justify-content: center!important;
    opacity: 1!important;
    background: rgba(82, 168, 214, 0.5)!important;
    padding: 30px 0;
}

.metaslider .caption {
    width: 100%;
    height: 100%;
}

.hvr-radial-out:before{
    background: var(--sec-color)!important;
    transition-duration: 0.5s!important;
}


/*----------------------------------WELCOME SECTION CSS--------------------------------------*/

section.welcome {
    background: #dedede;
    padding: 100px 0;
}

.welcome-image img {
    width: 100%;
    transition: all 0.5s ease;
	height: 475px;
    object-fit: cover;
}

.welcome-image:hover img {
    width: 100%;
    transform: scale(1.1);
}

.welcome-image {
    position: relative;
    left: 0px;
    overflow: hidden;
    line-height: 0;
}

.welcome-content h6 {
    color: var(--sec-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 13px;
}

.welcome-content h2 {
    font-family: "poster"!important;
    color: #646464;
    font-size: 26px;
    line-height: 37px;
    font-weight: 400;
    padding-bottom: 15px;
}

.welcome-content p {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    line-height: 28px;
    padding-bottom: 25px;
}

.welcome-content .bttn{
    float: left;
    transition: all 0.5s ease;
}

section.welcome .col-md-6:last-child {
    position: relative;
}

.welcome-content {
    background: #fff;
    float: left;
    padding: 58px 50px;
    position: absolute;
    left: -15px;
    top: 70px;
    right: 15px;
    transition: all 0.5s ease;
    z-index: 1;
}

.welcome-image:after {
    content: "";
    width: 80px;
    height: 80px;
    border-left: 8px solid #a9a9a9;
    border-top: 8px solid #a9a9a9;
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: scale(0);
}

.welcome-image:hover:after{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.welcome-content:hover .bttn {
    background: var(--sec-color);
    color: #fff;
}

.welcome-image:before {
    content: "";
    width: 100px;
    height: 100px;
    background: var(--pri-color);
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
}


/*----------------------------------SERVICES SECTION CSS--------------------------------------*/

section.services {
    padding: 80px 0;
    background: var(--pri-color);
}

.section-head {
    text-align: center;
    padding-bottom: 85px;
}

.section-head h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: "poster"!important;
    font-size: 35px;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
}

.section-head h2:after {
    content: "";
    width: 50%;
    height: 8px;
    background: var(--sec-color);
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
}

.section-head h2:before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--sec-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.services-image img {
    height: 240px;
    object-fit: cover;
    transition: all 0.5s ease;
    width: 100%;
}

.services-box:hover .services-image img{
    transform: scale(1.1);
} 

.services-image{
    overflow: hidden;
    line-height: 0;
}

.services-content {
    padding: 45px 40px;
    background: var(--sec-color);
    text-align: center;
}

.services-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 22px;
    padding-bottom: 18px;
    line-height: 30px;
    min-height: 80px;
}

.services-content p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.services-content:after {
    content: "";
    width: 50px;
    height: 50px;
    background: #a9a9a9;
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.services-content {
    position: relative;
}

.owl-nav.disabled {
    display: block!important;
    position: absolute;
    top: 0px;
    width: 100%;
}

button.owl-prev {
    float: left;
    position: relative;
    left: -35px;
}

button.owl-next {
    float: right;
    position: relative;
    right: -35px;
}

.owl-nav.disabled i {
    color: #000;
    font-size: 40px;
}

.owl-theme .owl-nav {
    margin-top: 0!important;
    position: absolute;
    top: 38%;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: none!important;
}

.owl-nav span {
    width: 50px;
    height: 50px;
    display: flex;
    background: #a9a9a9;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.owl-nav span:hover{
    background: var(--sec-color);
}

section.services a.bttn {
    background: var(--sec-color);
    margin-top: 75px;
}

section.services a.bttn:hover{
    color: #fff;
}

/*----------------------------------TEAM SECTION CSS--------------------------------------*/

section.team {
    background: #dedede;
    padding: 80px 15px;
}

section.team .section-head h2 {
    color: var(--pri-color);
}

.team-box {
    background: var(--sec-color);
    text-align: center;
    padding: 40px 25px;
}

.team-image img {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 6px solid var(--pri-color);
    object-fit: cover;
    transition: all 0.5s ease;
}

.team-box:hover .team-image {
    background: #fff;
}

.team-box:hover .team-image img{
    border-color: #fff;
}

.team-image {
    width: 140px;
    height: 140px;
    background: var(--pri-color);
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}

.team-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.team-content h2 {
    font-size: 27px;
    text-transform: uppercase;
    color: #fff;
    font-family: "poster";
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.col-md-6.cont_t_one .wpcf7 p {
    padding-bottom: 0;
}

/*----------------------------------FOOTER SECTION CSS--------------------------------------*/

footer#footer {
    padding-top: 90px;
    background: var(--sec-color);
}

.footer-contact {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer-contact-area h4 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

.footer-contact-area p a, .footer-contact-area p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
	word-break: break-all;
    padding-right: 15px;
}

.footer-contact-area h4 span {
    position: absolute;
    bottom: 0;
    right: -110px;
}

.footer-contact-area:nth-child(2) h4 span {
    right: -70px;
}

.footer-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-menu ul li {
    display: inline-block;
    padding: 0 30px;
}

.footer-menu {
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.footer-contact {
    padding-bottom: 40px;
}

.footer-menu:before, .footer-menu:after {
    content: "";
    background: url(../images/footer-border.png);
    width: 100%;
    height: 13px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}

.footer-menu:after{
    top: inherit;
    bottom: 0;
}

div#copyright {
    text-align: center;
    padding: 40px 15px;
}

div#copyright p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
	line-height: 20px;
}

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

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;
}

.entry-content {
    padding: 60px 0;
    float: left;
    width: 100%;
}

img.xyz, a.xyz img {
    float: right;
    width: 400px;
    height: auto;
    padding: 10px;
    border: 5px solid #ccc;
    margin-left: 15px;
    margin-bottom: 15px;
}

.entry-content h3{
font-family: "poster"!important;
    color: #646464;
    font-size: 26px;
    line-height: 37px;
    font-weight: 400;
    padding-bottom: 15px;
}

.entry-content p, .entry-content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    line-height: 28px;
    padding-bottom: 25px;
}

.entry-content ul li {
    padding-bottom: 5px;
        list-style: disc;
}

.entry-content ul {
    padding-left: 20px;
}
.about-left h1 {
    color: #fff;
    font-family: "poster"!important;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.about-right ul li {
    display: inline-block;
}

.about-right ul li a, .about-right ul li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

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

#content .container-fluid {
    padding: 0!important;
}

#content .container-fluid .col-md-12 {
    padding: 0!important;
}

.secvice-inner {
    padding: 60px 0 30px;
}

.secvice-inner .services-box {
    margin-bottom: 30px;
}

.col-md-6.cont_t_one .wpcf7 {
    background: #eee;
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-bottom: 0;
}

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

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

input.wpcf7-form-control.wpcf7-submit.sub{
    background: var(--pri-color);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--pri-color);
}

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

section#text-2 i {
    width: 40px;
    height: 40px;
    background: var(--sec-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}

body {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    line-height: 28px;
}

section#text-2 p a {
    color: #52a8d6;
	word-break: break-all;
}

section#text-2 p:first-child i {
    float: left;
}

iframe {
    margin-top: 50px!important;
}

.services-content .bttn:hover {
    color: #fff;
}

.services-content .bttn{
    margin-top: 30px;
}

section.services h3 {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    font-size: 25px;
}

.services-content h3 {
    padding-bottom: 0!important;
}

.footer-contact-area {
    width: auto;
    float: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-contact-area h4 {
    width: max-content;
}

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

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

.blog-box {
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
}

.blog-content {
    padding: 20px 0;
}

.blog-content h4 {
    color: var(--sec-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 13px;
}

.blog-content p {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    line-height: 28px;
    padding-bottom: 15px;
}

.blog-content a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    background: var(--pri-color);
    padding: 12px 22px;
    display: table;
    border-radius: 3px;
}

.services_area_sec .services-content {
    padding: 0;
    background: none;
    text-align: center;
}
.services_area_sec .services-content:after{
	display:none;
}
.services_area_sec .services-image img {
    height: 88px;
    object-fit: contain;
    transition: all 0.5s ease;
    width: 100%;
    margin-bottom: 52px;
}
.services .section-head {
    text-align: center;
    padding-bottom: 49px;
}
 section.services h3 {
    padding-bottom: 59px;
   
}

section.services a.bttn {

    margin-top: 30px !important;
}
.services_area_sec{
    padding: 0px 110px;
}

section.services .services-content h3 {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    font-size: 22px;
    font-weight: 300;
}
.services-image{
	position:relative;
}
.services-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 48px;
    width: 1px;
    background: #52a8d6;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    margin: 0px auto;
	transition:all 0.5s;
}

section.services .item:hover .services-image::after{
    bottom: 34px;
    height: 112px;
    width: 3px;
    background: #52a8d6;
    transform: rotate(45deg);
}

p:empty {
    display: none;
}

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

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

.welcome-content {
    position: inherit;
    top: 0;
    right: 0;
    left: 0;
    min-height: 475px;
}
.social-media img {
    width: 200px;
    background: #ddd;
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.social-media.contact {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}

.social-media.contact img {
    width: 200px!important;
    background: #ddd;
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: auto!important;
    margin-top: 20px;
}

h3.contact-bottom-head {
    font-family: "poster"!important;
    color: #646464;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 30px 0 0;
    text-align: left;
}

.social-media.contact h2 {
    font-family: "poster"!important;
    color: #646464;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 30px 0 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.top-header .col-md-3 {
    justify-content: flex-end;
}

.header-cont p {
    background: #030289;
    padding: 12px 15px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
	transition: all 0.5s ease;
	font-size: 14px;
}

.header-cont p a, .header-cont p a:hover, .header-cont p a:active, .header-cont p a:focus {
    color: #fff;
    padding-left: 5px;
}

.header-cont:hover p {
    background: #52a8d6;
    box-shadow: none;
}

.grecaptcha-logo iframe {
    margin: 0!important;
}