/************************** Global ***************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:focus { outline: o;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{box-sizing: border-box;}

/************************** Global ***************************/

@font-face {
    font-family: 'MADE TOMMY';
    src: url('../fonts/MADETOMMY-Medium.woff2') format('woff2'),
        url('../fonts/MADETOMMY-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('../fonts/MADETOMMY.woff2') format('woff2'),
        url('../fonts/MADETOMMY.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('../fonts/MADETOMMY-Bold.woff2') format('woff2'),
        url('../fonts/MADETOMMY-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('../fonts/MADETOMMY.woff2') format('woff2'),
        url('../fonts/MADETOMMY.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('../fonts/MADETOMMY-Light.woff2') format('woff2'),
        url('../fonts/MADETOMMY-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body{font-family: 'MADE TOMMY'; width: 100%; }
html { overflow-x: hidden;}
a { text-decoration:none;}

/**************** Home Page Start **********************/
.hero-section {position: relative; width: 100%;}
header.top {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.heroimg img { width: 100%; object-fit: cover;}

.heroimg:after { background: rgb(0 64 103 / 50%); z-index: 2; width: 100%; height: 100%; content: ''; position: absolute; top: 0 ; left: 0;}
.topbar { background: rgb(255 255 255 / 40%);width: 100%;height:32px;position: absolute;top: 0;left: 0; z-index:9;}
.topbar-cont {background: #26bfff;color: #fff;margin-left: auto;position: relative;z-index: 9;width: 50%;}
.topbar-cont ul {display: flex;justify-content: space-between;height: 32px;align-items: center;}
.topbar-cont:before {content: '';position: absolute;left: -38px;height: 32px;width: 40px;clip-path: polygon(0 0, 100% 0, 100% 100%, 56% 100%);background: #26bfff;}
.topbar:after {content: '';position: absolute;background:#26bfff;width: 50%;height: 100%;display: block;top: 0;right:0; z-index:-9;}
.topbar-cont ul li:first-child {padding-left: 20px;}
.topbar-cont ul li a { color: #fff; font-weight: 500;}
.topbar-cont ul li a i { padding-right: 5px;}
.navsection .navbar-brand {background: #fff;position: relative;z-index: 102;padding: 10px 30px;top: -40px;/*width: 35%;*/}
.navsection .navbar-brand:after {position: absolute;bottom: -26px;clip-path: polygon(50% 100%, 0 78%, 100% 79%);width: 100%;height: 125px;content: '';left: 0;background: #fff;}
.navsection .navbar-brand:after {position: absolute;bottom: -26px;clip-path: polygon(50% 100%, 0 78%, 100% 79%);width: 100%;height: 125px;content: '';left: 0;background: #fff;}
.navsection .navbar-expand-lg .navbar-collapse {z-index: 50;}
.navsection .navbar-expand-lg .navbar-nav { margin-left: auto; position: relative;}
.navsection .navbar-expand-lg .navbar-nav:after {content: '';background: #fff;width: 100%;height: 1px;position: absolute;bottom: -5px;}
.navsection .nav-item {padding: 0 15px;}
.navsection .nav-item a,.navsection { color: #fff; font-weight: bold; }
.navsection .nav-item a { color:#fff; border-bottom: 5px solid transparent;}
.navsection .nav-item a:hover,.navsection .nav-item a.active {color:#fff; border-bottom: 5px solid #26bfff;}
.fixed-top {background: rgba(255,255,255,0.9);}
.custom-btn {background: #fff;color:#000000;font-weight:bold;border-radius: 5px;}
.custom-btn a {font-weight: bold; transition: all .5s; }
.custom-btn a:hover {background: #26bfff;color: #fff; transition: all .5s; }
.custom-btn button { font-weight: bold;}
.custom-btn button:hover { background: #26bfff; color: #fff;}
.hero-text {position: absolute;z-index: 10;left: 50%;top: 30%;transform: translate(-50%,-30%);text-align: center;color: #fff;white-space: nowrap;margin-top: 70px;}
.hero-text h1 {font-weight: bold;font-size: 88px;letter-spacing: -0.09rem;position: relative;z-index: 100;}
.hero-text h1:after {position: absolute;content: '';background: #26bfff;height: 22px;width: 50%;z-index: -1;left: 0;bottom: 0;right: 0;margin: 0 auto;} 
.hero-text p{padding: 30px 0;max-width: 800px;display: block;margin: 0 auto;text-align: center;white-space: normal;line-height: 36px;}

.fixed-top {
    background: rgba(0,0,0,0.5);
    z-index: 999;
    min-height: 163px;
}
.button-section ul {display: flex;justify-content: center;}
.button-section ul li {text-transform: uppercase;border-radius: 7px;margin: 0 20px;font-weight: 500;min-width: 190px;}
.button-section ul li a {color: #fff;padding: 12px 24px;display: block;font-weight: bold;}
.button-section ul li.white-bg a { color: #000000;}
.button-section ul li a:hover { opacity:.8;}
.blue-bg {background-color: rgb(38, 191, 255); color: #fff;}
.blue-bg:hover,.white-bg:hover {opacity:.8; }
.white-bg {background-color: rgb(255, 255, 255); color: #000000;}
.icon-text-full {position: absolute;bottom: 40px;z-index: 9; width: 100%;}
.icon-sec-wrap {display: flex;justify-content: space-between;}
.icon-sec {display: flex;justify-content: start;flex-wrap: wrap;flex-direction: column;text-align: left;}
.icon-sec .icon { padding-bottom: 15px;}
.icon-sec .icon-title {font-weight: bold;font-size: 21px;position: relative;color: #fff;}
.icon-sec .icon-title:after {position: absolute;content: '';background: #26bfff;height: 10px;width: 60%;z-index:1;left: 0;bottom: -14px;right: 0;}

.service-section { background: #fff; padding: 30px 0;}
.service-section h2 {color: transparent;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color:#282828;-moz-text-stroke-width: 1px;
    -moz-text-stroke-color:#282828; font-size: 70px; font-weight: bold;}
.service-section h4 {font-weight: bold;font-size: 24px;color: #747474;padding: 10px 0; justify-content: end; display: flex;}
.service-box {border: 1px solid #17adec;width: 100%;padding: 20px 12px;}
.service-img {height: 280px;position: relative;z-index: 111;}
.service-img img {object-fit: cover;width: 100%;height: 100%;z-index: 11;position: relative;}
.service-img:after {background-color: #26bfff;width: 100%;height: 100%;content:'';position: absolute;left: 8px;top: -8px;z-index: 10;}
.service-box-head {display: flex;padding: 15px 5px;font-size: 24px;color: #253a4b;align-items: center;}
.service-box-text p { line-height: 30px; font-size: 18px; color: #6e6e6e; text-align: justify;}
.service-box-head span { padding:0 5px}
a.book-now {background-color: rgb(38, 191, 255);color: #fff;border-radius: 7px;padding: 12px 24px;display: block;font-weight: bold;max-width: 175px;margin: 0 auto;position: relative;overflow: hidden; text-align: center;}

a.book-now span {z-index: 2;position: relative;}
a.book-now:after {
    content: " ";
    display: block;
    width: 100%;
    background: #000;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    z-index: 1;
    transition: 0.5s;
}
a.book-now:hover:after {
    left: 0;
}
.about-section { background: url(../images/about-bg.jpg) no-repeat top; background-size: cover; background-attachment: fixed;}
.about-cont {display: flex;align-items: center;color: #fff;flex-wrap: wrap;text-align: left;justify-content: start;}
h2.section-title {font-size: 65px;font-weight: normal;position: relative;z-index: 1;}
h2.section-title:after {
    position: absolute;
    content: '';
    background: #26bfff;
    height: 14px;
    width: 91%;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
}
.about-cont-text { padding: 65px 0;}
.about-cont-text p { line-height:36px; font-size: 18px; font-weight: normal;}
.list-text ul {display: flex;flex-wrap: wrap;}
.list-text ul li {position: relative;color: #fff;font-weight: 500;flex: 0 0 auto;width: 50%;padding-bottom: 20px;padding-left: 25px;}
.list-text ul li:before {font-family: 'FontAwesome';font-size: 18px;content:'\f132';color: #00eaff;left: 0;position: absolute;}
.list-text ul li.add {padding-left: 0;white-space: nowrap;}
.list-text ul li.add:before { content: none;}
.list-text ul li.add i {color: #00eaff;}

a.read-more {background-color: rgb(255, 255, 255);color: rgb(3, 3, 3);border-radius: 7px;padding: 12px 24px;display: block;font-weight: bold;max-width: 175px;margin: 0 auto;position: relative;overflow: hidden;}

a.read-more span {z-index: 2;position: relative;}
a.read-more:after {
    content: " ";
    display: block;
    width: 100%;
    background: #000;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    z-index: 1;
    transition: 0.5s;
    
}
a.read-more:hover{color: #fff;}
a.read-more:hover:after {
    left: 0;
}


.about-pic-top { position: relative; z-index: 3;}
.about-pic-top img { object-fit: cover; width: 100%; border-right: 12px solid #fff; border-bottom: 12px solid #fff;}
.about-pic-top:after {content: '';background: #17adec;width: 100%;height: 100%;position: absolute;right: -10px;bottom: -10px;z-index: -1;}
.about-bottom-pic {position: relative;z-index: 4;margin: -18px 0 0 -45px;}
.about-bottom-pic img { border-right: 12px solid #fff; border-bottom: 12px solid #fff;}
.about-bottom-pic:after {content: '';z-index: -1;position: absolute;width: 30%;height: 100%;border: 4px solid #fff;bottom: -12px;right: 145px;}
.why-choose { background: url(../images/why-choose-bg.jpg) no-repeat; background-size: cover; background-attachment: fixed;}
.double-box-text { position: relative; color: #fff; }
.double-box-text h2 {font-size: 52px;font-weight: normal;}
.double-box-text h2 span { color:#00b4ff;}
.double-box-text li {position: relative;padding-bottom: 15px;padding-left: 30px;line-height: normal;padding-top: 15px;}
.double-box-text li:before {content: '\f00c';font-family: 'FontAwesome';color:#00b4ff;font-size: 18px;position: absolute;left: 0;}
.double-box-text ul {margin-left: 60px;margin-top: 44px;}
.double-box-text:before {content: '';border:3px solid #fff;width: 80%;height: 310px;position: absolute;left: -10px;top: -10px;}
.double-box-text:after {content: '';border:3px solid #fff;width: 80%;height: 310px;position: absolute;left: 50px;top: 70px;}

.right-section {top: 271px;left: 61px;}
.ph-section {position: relative;margin: 270px 0 0 91px;} 
.ph-section:before {background: url(../images/ph-icon.png) no-repeat;content:'';position: absolute;left: -90px;width: 100%;height: 280px;top: -214px;background-size: contain;}
.ph-section a{
    position: relative;
    z-index: 9;
    border:1px solid #00eaff;
    font-size: 80px;
    border-radius: 28px;
    padding: 0px 10px;
    text-align: center;
    color:transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:#00eaff;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color:#00eaff;
    }
.ph-section a:hover {-webkit-text-stroke-width: 1px;-webkit-text-stroke-color:#fff;-moz-text-stroke-width: 1px;
    -moz-text-stroke-color:#fff;}

.call-me {position: relative;display: flex;justify-content: center;align-items: center;top: 70px;left: -18px;}
.call-me:before {background: url(../images/mobile-icon.png) no-repeat;content:'';position: absolute;right: -350px;width: 100%;height: 210PX;top: -71px;background-size: contain;}
.call-me a{
    position: relative;
    z-index: 9;
    border:1px solid #00eaff;
    font-size: 67px;
    border-radius: 22px;
    padding: 5px 25px;
    text-align: center;
    color:transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:#00eaff;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color:#00eaff;
    }
    .call-me a:hover {-webkit-text-stroke-width: 1px;-webkit-text-stroke-color:#fff;-moz-text-stroke-width: 1px;
        -moz-text-stroke-color:#fff;} 

    .map-section {background:url(../images/map-bg.jpg)no-repeat top; background-size: cover; background-attachment: fixed;}
    .map-section h2.section-title {font-size: 65px;font-weight: normal;position: relative;z-index: 1;}
    .map-section h2.section-title:after {
        position: absolute;
        content: '';
        background: #26bfff;
        height: 14px;
        width: 35%;
        z-index: -1;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .getin-touch { color: #fff;}
    .getin-touch h4 { font-size: 28px;}
    .getin-touch h6 { font-size: 17px;}
    .getin-touch h3 { font-size: 25px;}
    .location , .call {font-size: 22px;font-weight: 500;line-height: normal;}
    .call a { color: #fff;}
    .location i,.call i,.social-media a i {font-size: 60px; color: #2797c5;}
    .social-media a i:hover { color: #fff;}
    .contact-form {border-radius: 25px; border-right: 10px solid #2797c5; border-bottom: 10px solid #26bfff;}
    .contact-cont {background: #c5c5c5;border:7px solid #ffffff;border-radius: 15px;padding: 60px 70px;position: relative;z-index: 3;}
    .contact-form:after { background:#26bfff ; content: ''; width: 100%; height: 100%; position: absolute; z-index: -1; right: 10px; top: 0;border-radius: 25px;}
    .contact-form input ,.contact-form textarea{ border:none; background: none; color:#000; padding-left: 0; resize: none;}
    .contact-form input::placeholder { color: #666;} 
    .contact-form .border-bottom{border-color: #000 !important;}
    .contact-form input:focus ,.contact-form textarea:focus { box-shadow: none; background: none;}
    .contact-form button {font-weight: bold; color: #282828; font-family: 'MADE TOMMY';}
    .contact-form button:hover {background: #00b4ff !important; color: #fff;}

    footer { background: #253a4b; color: #fff;}
    .f-logo img {filter: brightness(0) invert(1);}
    .foot-link-title { text-transform: uppercase; color: #fff; font-size: 30px; font-weight: normal; padding-bottom: 10px;}
    .footer-link li{ padding: 10px 0;}
    .footer-link a { white-space: nowrap; color: #fff;}
    .footer-link a i {transform: rotate(-90deg);}
    .footer-link a span { display: inline-block; margin-top: -5px; padding-right: 10px;}
    .footer-link a:hover,.footer-link a.active { color: #26bfff;}
    .f-social a { color: #fff;}
    .f-social a:hover {color: #26bfff;}
    .f-link a { color: #fff;}
    .f-text {font-size: 16px; line-height: normal;}
    .f-text i,.f-link i,.f-social i { font-size: 30px;}
    .copy {border-top: 1px solid #00eaff;display: flex; justify-content: space-between;margin: 20px 0 0 0;padding: 10px 0;line-height: 42px;color: #fff;
    }    
/**************** Home Page End **********************/

/**************** About Page Start **********************/
.about-hero-section { background:url(../images/about-ban.jpg)no-repeat #253a4b; background-size: 100%; color: #fff;}
.inner-content {padding-top: 200px;padding-bottom: 100px;}
.inner-content h3 {font-size: 36px;font-weight: 300;padding-bottom: 30px;}
.inner-content h1 {font-size: 55px;font-weight: 500;text-transform: uppercase;}
.pic-text-wrap {background: url(../images/about-1.jpg) no-repeat center center;margin-top: 100px;}
.pic-text{width: 100%;line-height: normal; padding-bottom: 40px;}
.pic-text-title {font-size: 26px;text-transform: uppercase;font-weight: bold;white-space: nowrap;padding-bottom: 15px;}
.pic-text p {font-weight: normal;font-size: 18px;line-height: 26px;}
.pic-text-wrap .row:nth-child(2n+2) .col-lg-6:first-child{ order: 2; display: flex; flex-wrap: wrap;}
.pic-text-wrap .row:nth-child(2n+2) .col-lg-6:last-child { order: 1; display: flex;}
.pic-section {padding-bottom: 40px}
.obligation h2.flurocent { color:#00f6ff; font-size:46px;}
.stripbnimg { background: url(../images/stripbnimg.jpg) no-repeat; background-size: cover; background-attachment: fixed; color: #fff;}
.stripbnimg ul {padding: 0;margin: 0;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;} 
.stripbnimg ul li {place-items: center;padding: 30px;max-width: 23.33%;font-size: 19px;text-align: center;line-height: normal;}
.stripbnimg ul li span {display: block;padding: 10px 0;white-space:break-spaces;}
.stripbnimg ul li span img {display: flex;margin: 0 auto;max-height: 75px;overflow: hidden;}
/**************** About Page End **********************/

/**************** Service Page Start ******************/
.service-section-box { padding:30px 0; display: flex; align-items: center;}
.service-txt-head { font-weight: bold; font-size: 56px; padding-bottom: 20px;}
.service-txt p {font-size: 20px;line-height: 40px;font-weight: normal;}
a.book-now-outline {background-color:transparent;color: #fff;border-radius: 7px;padding: 12px 24px;display: block;font-weight: normal;max-width: 175px;position: relative;overflow: hidden; text-align: center; border: 1px solid #ffffff;}

a.book-now-outline span {z-index: 2;position: relative;}
a.book-now-outline:after {
    content: " ";
    display: block;
    width: 100%;
    background: #000;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    z-index: 1;
    transition: 0.5s;
}
a.book-now-outline:hover:after {
    left: 0;
} 

.service-section-wrap .row:nth-child(2n+2) .col-lg-5:first-child{ order: 2; display: flex; flex-wrap: wrap;}
.service-section-wrap .row:nth-child(2n+2) .col-lg-7:last-child { order: 1; display: flex;}
.trained-section-box { display: flex; align-items: center; padding: 70px 0 0 0;}
.trained-section-txt-head { font-weight: bold; font-size: 56px; padding-bottom: 20px;}
.trained-section-txt {background: url(../images/sheild-icon.png) no-repeat center;background-size: contain;}
.trained-section-txt p {font-size: 20px;line-height: 40px;font-weight: normal;}
.trained-section-txt-cont ul li {padding: 15px 0 15px 50px;position: relative;}
.trained-section-txt-cont ul li:before { content: '\f00c'; font-family:'FontAwesome'; position: absolute; left: 0;}
/**************** Service Page End ******************/

/**************** Contact Page Start **************/
.contact-hero-section { background:url(../images/contact-banner.jpg)no-repeat #253a4b; background-size: 100%; color: #fff;}
.inner-content h5 {font-size: 20px;font-weight: 300;padding-top: 20px;line-height: normal;}
.contact-icon-section {display: flex;justify-content:space-between;align-items: center;text-align: center;}
.contact-info-box .icon-info {font-size: 50px;border: 5px solid #26bfff;border-radius: 50%;width: 80px;height: 80px;display: flex;justify-content: center;align-items: center;margin: 20px auto;}
.contact-info-box .icon-head { font-size: 20px; text-transform: capitalize; padding: 10px 0;}
.last { padding-top: 32px;}
.link-text,.location-text{font-size: 25px;line-height: normal;}
.link-text a { color:#fff;}
.link-text a:hover {color: #26bfff;}
h2.s-media {font-size: 22px;}
.contact-social-media-section {padding: 20px 0;}
.contact-social-media-section ul { display: flex; justify-content: center; align-items: center;}
.contact-social-media-section ul li a {color: #26bfff; font-size: 36px; }
.contact-social-media-section ul li a:hover { color: #fff;}
.form-section input,.form-section textarea{ background: none; border-bottom: 2px solid #fff; border-radius: 0; border-top: none; border-left: 0; border-right: 0; resize: none;}
.form-section input:focus,.form-section textarea:focus {background: none; color: #fff; box-shadow: none;}
.form-section button[type='submit'] { color: #253a4b !important;}
.contact-info-box { min-width: 33.33%;}
