@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,500i,700,700i');

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,
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;
    outline: 0;
    vertical-align: top;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
}

a {
    text-decoration: none;
}

body {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    width: 100%;
}

span {
    color: #1A86CA;
}

ul {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

/*---Additional Form resets---*/
button,
input[type="button"] {
    background: none;
}

:required {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/*---Typographic Styling---*/
em,
i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

pre,
code {
    font-family: Monaco, Courier, monospace;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

blockquote,
q {
    quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after,
{
content: "";
}

/*---Interactive Element Settings---*/
a,
input[type="submit"],
input[type="button"],
button,
label[for] {
    cursor: pointer;
}

input[type="submit"],
input[type="button"],
button {
    -webkit-appearance: none;
}

/*---Misc. Element Styling---*/
img {
    -ms-interpolation-mode: bicubic;
}

.linksiz {
    font-size: 19px;
    line-height: 30px;
}

/* Proper box model */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* General styles */
::selection {
    background: #eb8f00;
    color: #fff;
}

::-moz-selection {
    background: #eb8f00;
    color: #fff;
}

::-webkit-selection {
    background: #eb8f00;
    color: #fff;
}

a {
    text-decoration: none;
    color: #327D9D;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 0.4s;
}

a:hover {}

a:active {}

a:visited {}

address {}

aside {}

b,
strong {}

blockquote {}

button {
    cursor: pointer;
}

button:hover {}

button:active {}

caption,
th,
td {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 26px;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 22px;
}

.heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

h6 {}

i,
em {}

img {
    height: auto;
    max-width: 100%;
}

input,
select,
textarea {
    font-size: 13px;
}

.newsdiv .textbox {
    border: 0px;
    border-radius: 0px;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    height: 46px;
    padding: 4px 18px;
    width: 100%;
    outline: none;
}

.sc3rgt .textbox {
    border: 0px;
    border-radius: 0px;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    height: 46px;
    padding: 4px 18px;
    width: 100%;
    outline: none;
}

input[type=radio] {}

input[type=checkbox] {}

label {}

li {}

p {
    line-height: 26px;
    margin: 0 0 27px;
}

select {}

select option {}

table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
}

textarea {
    height: 153px;
    resize: none;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px 18px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #ccc;
    color: #666;
    margin: 0;
    vertical-align: top;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.m0 {
    margin: 0px 0px 0px 0px;
}

.wid:after,
.wid:before,
ul:after,
ul:before,
.social:after {
    display: block;
    content: "";
    clear: both;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #acacac;
}

:-moz-placeholder {
    opacity: 1;
    color: #acacac;
}

::-moz-placeholder {
    opacity: 1;
    color: #acacac;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #acacac;
}

*,
:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidecal {
    display: none;
}

a.phn {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}

a {
    text-decoration: none !important;
}

.rcapcha {
    border-radius: 3px;
    height: 75px;
    margin: 0 auto 6px;
    overflow: hidden;
    width: 100%;
}

/*##########################################    Menu    ##############################################################*/
header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
    transition: all 0.4s;
}

header.toptrans {
    position: fixed;
    z-index: 111;
}

.logo_brand {
    width: 90px;
    display: inline-block;
}

.btmHeader {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    padding: 10px 20px;
    border-radius: 5px;
}

.right-head {
    float: right;
    margin: 13px 0;
}

.hedTop {
    padding: 10px 0;
}

.soicialLinks {
    display: flex;
    align-items: center;
    float: right;
}

.soicialLinks a {
    width: 15px;
    margin: 0 12px;
    position: relative;
}

.soicialLinks a:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: -10px;
    top: 4px;
    /* transform: translateY(-50%); */
}

.soicialLinks a:last-child:after {
    content: none;
}

.callus {
    background: #3FB1E5;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.callus img {
    width: 18px;
    display: inline-block;
    margin-right: 5px;
}

.banner {
    position: relative;
    z-index: 0;
}

.banner .item:before {
    content: "";
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100vh;
    z-index: 1;
}

#carousel .item {
    height: 100vh;
    background-attachment: fixed !important;
}

.banner_content {
    width: 750px;
    margin: 0 auto;
    text-align: center;
}

.banner_content h1 {
    color: #fff;
}

.banner_content h1 b {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 26px;
    color: #3FB1E5;
}

.banner_content p {
    padding: 0 50px;
    line-height: 23px;
    font-size: 15px;
}

a.btn.btn-blue {
    display: inline-block;
}

.btn {
    background: #3FB1E5;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    display: inline-block;
}

.btn:hover {
    background: #FF385C;
    color: #fff;
}

.section01 {
    padding: 70px 0 0;
    position: relative;
    overflow: hidden;
}

.scbtm {
    position: relative;
}

.scbtm:after {
    content: "";
    display: block;
    background: url(../images/pattern.png);
    width: 700px;
    height: 580px;
    position: absolute;
    top: 50%;
    right: -35%;
    transform: translateY(-60%);
    background-size: 100%;
    opacity: 0.5;
    z-index: -1;
}

.section01 .container {
    position: relative;
    z-index: 1;
}

.sctop {
    margin-bottom: 20px;
}

a.btn.btn-view img {
    width: 18px;
    margin-left: 10px;
}

a.btn.btn-view {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}

.btn-right {
    display: inline-block;
    float: right;
}

.sc1Colin img {
    width: 100%;
}

.scTCol1 small {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 10px;
    position: relative;
}



.scTCol1 small:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    right: -25px;
    top: 10px;
}

.scTCol1 strong {
    font-size: 24px;
    font-weight: 500;
    display: block;
}

.scTCol2 {
    padding-left: 70px;
    position: relative;
}

.scTCol2:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: 0px;
    top: 0px;
}

.sc1Colin {
    background: rgba(63, 177, 229, 0.1);
}

.sc1clCOnt {
    padding: 40px;
}

.sc1clCOnt strong {
    font-weight: 700;
    display: block;
    margin: 0 0 7px;
    font-size: 17px;
}

.btn-read {
    display: flex;
    align-items: center;
    width: 110px;
}

.btn-read img {
    width: 15px;
    margin-right: 5px;
}

.btnsm {
    padding: 5px 13px;
    font-size: 13px;
}

.sc1clCOnt p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 12px;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.sc1thrd i {
    width: 60px;
    display: inline-block;
}

.sc1thrd {
    text-align: center;
}

.sc1thrd h1 span {
    font-size: 38px;
    color: #333;
}

.sc1thrd h1 {
    margin: 10px 0px;
}

.sc1thrd {
    text-align: center;
    background: rgba(63, 177, 229, 0.1);
    margin: 80px 0 0;
    padding: 50px 0;
}

section.section02 {
    background: rgba(63, 177, 229, 0.05);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

section.section02:before {
    content: "";
    display: block;
    background: url(../images/pattern1.png);
    width: 700px;
    height: 580px;
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
    background-size: 100%;
    opacity: 0.5;
}

.sc2InCol {
    display: flex;
    margin: 0 0 20px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 2px 10px -3px rgb(0 0 0 / 10%);
    min-height: 185px;
}

.sc2InCol i {
    width: 70px;
}

.sc2InCol h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0px 0 5px;
}

.sc2InCol div {
    padding-left: 20px;
}

.sc2InCol p {
    color: #666;
    line-height: 20px;
    font-size: 14px;
    margin: 0px 0 15px;
}

.readmre img {
    width: 14px;
}

a.readmre {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #1A1448;
}

a.readmre:hover {
    opacity: 0.6;
}

.readmre img {
    width: 14px !important;
    margin-left: 6px;
}

.section03 {
    background: url(../images/bgbck.jpg);
    background-attachment: fixed;
    padding: 130px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
}

.section03:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.sc3lft h4 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.sc3lft p {
    color: #fff;
    margin: 0px;
}

.form-field {
    margin: 0 0 30px;
}

.sc3rgt small {
    color: #fff;
    margin: 0 0 20px;
    display: block;
}

.sc3lft {
    padding-right: 70px;
}

button.btn.btn-sb {
    height: 46px;
    outline: none;
}

.section04 {
    padding: 60px 0;
}

.section04 .scTCol1 small:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    left: -25px;
    top: 10px;
}

.avtr {
    display: none;
    position: absolute;
    bottom: -50px;
    left: 50%;
    /* width: 100px; */
    white-space: nowrap;
    transform: translateX(-50%);
}

.avtr p {
    font-size: 13px;
    color: #666;
    line-height: 23px;
    margin: 0px;
}

.active .avtr {
    display: block;

}

footer {
    background: #1A1448;
    padding: 0px 0;
}

.InBx {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0;
    height: 100%;
}

.InBx:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
    top: 0px;
}

.InBx .loc a {
    width: 49%;
    display: inline-block;
}

.ftTop .row {
    display: flex;
    flex-wrap: wrap;
}

.ftTop .row .col-md-6 .InBx:after {
    content: none;
}

.InBx i {
    width: 20px;
}

.InBx small {
    display: block;
}

.InBx div {
    padding-left: 20px;
}

.ftTop {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

.logoFooter {
    width: 100px;
    display: inline-block;
}

.InBx small {
    color: #3FB1E5;
}

.InBx a {
    color: #fff;
    display: block;
    font-size: 14px;
}

.InBx .loc a:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    /* padding: 4px 0; */
    /* margin-right: 10px; */
    padding-left: 10px;
}

.ftbtm {
    padding: 50px 0 30px;
}

.logoFooter {
    margin: 0 0 10px;
}

.ftbtm strong {
    color: #3FB1E5;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0 0 15px;
}

footer a {
    color: #eee;
}

footer p {
    color: #eee;
    /* text-align: justify; */
    word-spacing: normal;
    line-height: 22px;
    /* font-size: 15px; */
}

.ftbtm ul li {
    margin: 0 0 8px;
}

.newsdiv {
    display: flex;
}

.newsdiv button.btn.sendBtn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 46px;
}

.ftLst {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}

.banner_content a.btn.btn-blue {
    padding: 14px 35px;
}

.toptrans .btmHeader {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(63, 177, 229, 0.9), rgb(63, 177, 229, 0.8));
}

.toptrans .soicialLinks {
    display: none;
}

.toptrans a.btn.callus {
    background: #1A1448;
}

.toptrans a.btn.callus:hover {
    background: #FF385C;
}

.toptrans .logo_brand {
    width: 75px;
    display: inline-block;
}

.toptrans .navigation {
    display: inline-block;
    margin: 0 0 0;
    width: auto;
    padding: 5px 130px;
}

.toptrans .navigation ul li a {
    border-bottom: 0px;
    color: #eee;
    float: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 1px;
    text-transform: none;
    transition: all 0.4s ease 0s;
}

.toptrans .right-head {
    float: right;
    margin: 6px 0 0;
}

.innerBanner {
    position: relative;
    height: 365px;
    z-index: 0;
}

.innerBanner:after {
    content: "";
    display: block;
    background: rgba(26, 20, 72, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
}

.caption {
    position: absolute;
    bottom: 50px;
    transform: translateY(0%);
    text-align: center;
    left: 0px;
    width: 100%;
}

.caption h1 {
    color: #fff;
    margin: 0px;
}

.caption a,
.caption span {
    color: #fff;
    font-size: 13px;
    position: relative;
    padding: 0 12px;
}

.caption span:before {
    content: "";
    background: url(../images/nextarrowblue.svg) no-repeat 0 0;
    width: 10px;
    position: absolute;
    height: 10px;
    left: -3px;
    top: 6px;
}

.abLft {
    padding-right: 100px;
}

.abRgt {
    position: relative;
}

.abRgt:before {
    width: 0;
    height: 0;
    border-bottom: 200px solid #3FB1E5;
    border-right: 200px solid transparent;
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: -1;
    opacity: 0.4;
}

.abLft li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    margin: 0 0 5px;
}

.abLft li:before {
    width: 50%;
    float: left;
    content: "";
    display: block;
    background: url(../images/tickbkue.svg) no-repeat 0 0;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 8px;
}

.abLft strong {
    color: #3FB1E5;
    margin: 0 0 10px;
    display: block;
}

.abLft h2 {
    font-size: 32px;
    font-weight: 400;
}

.innerAb1 li {
    display: flex;
    align-items: center;
    background: rgba(63, 177, 229, 0.3);
    padding: 15px 20px;
    margin: 0 0 10px;
    border-radius: 3px;
    position: relative;
}

.innerAb1 li:before {
    width: 35px;
    display: flex;
    padding: 8px;
    border-radius: 4px;
    margin-right: 10px;
    background: #3FB1E5 url(../images/tick.svg) no-repeat 0 0;
    content: "";
    height: 35px;
    background-size: 17px;
    background-position: center;
}

.innerAb1 {
    padding: 90px 0 70px;
}

.innerAb1 strong {
    color: #3FB1E5;
    margin: 0 0 10px;
    display: block;
}

.innerAb1 h2 {
    font-size: 32px;
    font-weight: 400;
}

.abrgt1 {
    padding-right: 100px;
}

.content-area a.btn.readmre {
    width: 120px;
    color: #fff;
}

.recentpost {
    padding: 30px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
    margin: 0 0 30px;
}

aside article figure a {
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(17, 24, 33, 0.05);
    border-radius: 3px;
}

aside article section span {
    opacity: 0.5;
    font-size: 12px;
    font-weight: 500;
}

aside article section p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}

aside article figure {
    margin: 0 20px 0 0;
}

aside article:last-of-type {
    margin-bottom: 50px;
    border-bottom: none;
}

aside article {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

aside article:last-child {
    margin: 0 0 0px;
}

aside article section p {
    margin: 0 0 9px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    color: #333;
}

aside article section a {
    font-size: 14px;
    color: #333;
}

.recentpost h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #1A1448
}

.categries li img {
    width: 8px;
    display: inline-block;
    margin-right: 10px;
}

.categries li a {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    color: #333;
}

.categries {
    padding: 30px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}

.categries h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #1A1448
}

.content-area img {
    width: 100%;
    /* padding-right: 50px; */
}

.content-area figure {
    margin: 0 0 20px;
}

.content-area h4 {
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 15px;
    font-size: 22px;
    color: #1A1448
}

.content-area {
    margin: 0 0 25px;
}

.content-area figcaption {
    padding-right: 100px;
}

.sectioninner {
    padding: 80px 0;
}

.sectioninner .col-lg-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.contact form {
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 200px;
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.08);
}

.contact form .form-field .textbox {
    background: rgba(63, 177, 229, 0.1);
}

.textbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 20px;
    border: 0px;
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    font-weight: 600;
    color: #111821;
    font-family: "Montserrat";
    margin: 0 0 0 0;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

textarea.textbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    padding: 20px;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 600;
    color: #111821;
    height: auto;
    resize: none;
}

.contact .contact-box-row .contact-box {
    margin-bottom: 30px;
}

.contact-box {
    padding: 40px 25px;
    background: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.08);
}

.contact-box i {
    width: 34px;
    display: block;
    margin: 0 auto;
    height: 50px;
    vertical-align: middle;
    align-items: center;
}

.contact-box {
    text-align: center;
}

.contact-box b {
    color: #1A1448;
    position: relative;
    padding: 10px 0;
    display: block;
}

.contact-box p {
    color: #1A1448;
    margin: 0px;
    opacity: 0.7;
    line-height: 22px;
}

.contact-box p,
.contact-box div {
    color: #1A1448;
    margin: 0px;
    opacity: 0.7;
    line-height: 22px;
}

.contact-box .content div {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.contact-box a {
    color: #1A1448;
    margin: 0px;
    opacity: 0.7
}

.contact-box b:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #3FB1E5;
    margin: 0 auto;
}

.contact-box-row {
    margin-bottom: 40px;
}

.brchure {
    padding: 40px;
    margin: 30px 0 0;
    background: rgba(63, 177, 229, 0.1);
}

.teams {
    padding: 0 100px;
}

.teamIn img {
    width: 100%
}

.teamIn {
    position: relative;
    margin: 0 0 30px;
}

.teamIn figcaption {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(26, 20, 72, 0.8);
    text-align: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    text-align: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s;
}

.teamIn:hover figcaption {
    transform: scale(1);
}

.title {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.teams small {
    position: relative;
    color: #1A1448;
}

.teams small:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #333;
    position: absolute;
    right: -30px;
    top: 11px;
}

.teams small:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #333;
    position: absolute;
    left: -30px;
    top: 11px;
}

.title h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 10px 0 12px;
    font-weight: 500;
    color: #1A1448;
}

.teamIn figcaption strong {
    display: block;
    color: #fff;
}

.teamIn figcaption small {
    display: block;
    color: #fff;
    opacity: 0.7;
    margin: 0 0 15px;
}

.teamIn a {
    background: #3FB1E5;
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 30px;
    margin: 0 6px;
}

.teamIn .soicialLinks a:after {
    content: none;
}

.right-fixed {
    position: fixed;
    right: 0px;
    z-index: 11;
    top: 50%;
    margin-t: 1;
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
}

.right-fixed ul {
    border: 2px solid #fff;
    border-radius: 30px;
    background: #3FB1E5;
    overflow: hidden;
}

.right-fixed ul a {
    display: block;
    padding: 20px 8px;
}

@media screen and (min-width: 1400px) {
    #carousel .item {
        height: 100vh;
        background-attachment: fixed !important;
        background-size: cover !important;
    }

    .innerBanner {
        position: relative;
        height: 365px;
        z-index: 0;
        background-size: cover !important;
    }
}








@media only screen and (min-width : 320px) and (max-width : 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-width : 320px) and (max-width : 560px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-width : 375px) and (max-width : 667px) {
    body {
        -webkit-text-size-adjust: none;
    }
}


@media only screen and (max-width:1230px) {
    .contact form {
        max-width: 100%;
        margin: 0 auto;
        padding: 30px 50px;
        background: #fff;
        text-align: center;
        box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.08);
    }
}


@media only screen and (max-width:1024px) {
    .contact form {
        max-width: 100%;
        margin: 0 auto;
        padding: 30px 40px;
        background: #fff;
        text-align: center;
        box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.08);
    }
}

@media only screen and (max-width:768px) {
    .teams {
        padding: 0 30px;
    }

    .innerAb1 {
        padding: 90px 0 70px;
        text-align: center;
    }

    .abrgt1 {
        padding-right: 0;
        padding: 20px 30px;
    }

    .progress {
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        height: auto;
        background: transparent;
        box-shadow: none;
    }

    .innerAb1 {
        padding: 90px 0 0px;
        text-align: center;
    }

    .sectioninner {
        padding: 30px 0px;
    }

    .sc2InCol {
        display: flex;
        margin: 0 0 20px;
        padding: 20px 30px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 3px 2px 10px -3px rgb(0 0 0 / 10%);
        min-height: 0;
    }

    .innerAb1 {
        padding: 30px 0 0px;
        text-align: center;
    }

    .abLft {
        padding-right: 0;
    }

    .sc1thrd .row {
        display: flex;
        flex-wrap: wrap;
    }

    .banner_content h1 {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 20px;
    }

    .banner_content h1 b {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 26px;
        color: #3FB1E5;
    }

    .banner_content {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .logo_brand {
        width: 62px;
        display: inline-block;
    }

    .navigation {
        display: inline-block;
        margin: 0 0 0;
        width: auto;
        padding: 0px 0;
        float: right;
    }

    .btn {
        background: #3FB1E5;
        padding: 3px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        display: inline-block;
        font-size: 12px;
    }

    .callus img {
        width: 16px;
        display: inline-block;
        margin-right: 5px;
    }

    .right-head {
        float: right;
        margin: 0px 0;
        position: absolute;
        left: 0;
        top: -33px;
    }

    .right-head .btn {
        background: #3FB1E5;
        padding: 3px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        display: inline-block;
        font-size: 12px;
    }

    #carousel .item {
        height: 400px;
        background-attachment: fixed !important;
    }

    .banner_content h1 {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 20px;
    }

    .banner_content p {
        padding: 0;
        margin: 0 0 10px;
    }

    .banner_content a.btn.btn-blue {
        padding: 9px 18px;
    }

    .toptrans .navigation {
        display: inline-block;
        margin: 0 0 0;
        width: auto;
        padding: 5px 0;
    }

    .toptrans a.btn.callus {
        background: #1A1448;
        display: none;
    }

    .scTCol1 {
        margin: 0 0 20px;
    }

    .scTCol2 {
        padding-left: 0;
        position: relative;
    }

    .scTCol2:before {
        content: none;
    }

    .btn-right {
        display: inline-block;
        float: left;
    }

    a.btn.btn-view {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .section01 {
        padding: 25px 0 0;
        position: relative;
        overflow: hidden;
    }

    .sc1Colin {
        background: rgba(63, 177, 229, 0.1);
        margin: 0 0 15px;
    }

    .sc1thrd {
        text-align: center;
        background: rgba(63, 177, 229, 0.1);
        margin: 0;
        padding: 50px 0;
    }

    .sc1thrd small {
        margin: 0 0 25px;
        display: block;
    }

    .sc1thrd {
        text-align: center;
        background: rgba(63, 177, 229, 0.1);
        margin: 0;
        padding: 30px 0 0;
    }

    section.section02 {
        background: rgba(63, 177, 229, 0.05);
        padding: 30px 0 20px;
        position: relative;
        overflow: hidden;
    }

    .section03 {
        background: url(../images/bgbck.jpg);
        background-attachment: fixed;
        padding: 30px 0;
        position: relative;
        z-index: 0;
        background-size: cover;
    }

    .section04 {
        padding: 25px 0;
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 5px 0px;
        cursor: pointer;
        width: auto;
        height: auto;
        position: relative;
        text-indent: 0;
    }

    .InBx:after {
        content: none;
    }

    .InBx {
        display: flex;
        align-items: center;
        position: relative;
        padding: 30px 0 0;
    }

    .ftTop {
        border-bottom: 2px solid rgba(255, 255, 255, 0.8);
        padding-bottom: 30px;
    }

    .ftbtm strong {
        color: #3FB1E5;
        font-size: 17px;
        font-weight: 500;
        display: block;
        margin: 15px 0 15px;
    }

    footer .col-sm-12 {
        float: left;
    }

    .ftLst {
        border-top: 2px solid rgba(255, 255, 255, 0.3);
        padding-top: 19px;
        padding-bottom: 19px;
        text-align: center;
    }

    .ftLst p {
        margin: 0px;
        text-align: center;
    }

    .toptrans .navigation ul li a {
        border-bottom: 0px;
        color: #333;
    }

    .contact form {
        max-width: 100%;
        margin: 0 auto;
        padding: 30px 20px;
        background: #fff;
        text-align: center;
        box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.08);
    }

    .InBx .loc a {
        width: 100%;
        display: inline-block;
    }

    .InBx .loc a:nth-child(3) {
        border-left: 0px;
        /* padding: 4px 0; */
        /* margin-right: 10px; */
        padding-left: 0;
        border-top: 1px solid #eee;
        margin-top: 10px;
        padding-top: 10px !important;
    }

    .title {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .innerBanner .caption h1 {
        color: #fff;
        margin: 0px;
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .content-area figcaption {
        padding-right: 0;
    }
}




/* ===============================
   POPUP FULL STYLING
=================================*/

#popmake-303.pum-container {
    background: #0b0f14;
    border: 2px solid #00c2d1;
    border-radius: 12px;
    padding: 40px 35px;
    box-shadow: 0 0 40px rgba(0, 194, 209, 0.25);
}

/* Dark overlay */
.pum-overlay {
    background: rgba(0, 0, 0, 0.75) !important;
}

/* Remove default CF7 spacing */
#popmake-303 .wpcf7-form p {
    margin-bottom: 18px;
}

/* Labels */
#popmake-303 .wpcf7-form label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}

/* Inputs, Select & Textarea */
#popmake-303 input[type="text"],
#popmake-303 input[type="tel"],
#popmake-303 input[type="email"],
#popmake-303 select,
#popmake-303 textarea {
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    height: 40px;
    margin-bottom: 12px;
}

/* Textarea specific */
#popmake-303 textarea {
    min-height: 120px;
    resize: none;
}

/* Focus effect */
#popmake-303 input:focus,
#popmake-303 select:focus,
#popmake-303 textarea:focus {
    box-shadow: 0 0 0 2px #00c2d1;
}

/* Submit button */
#popmake-303 .wpcf7-submit {
    background: #3FB1E5;
    color: #000;
    border: none;
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease;
    width: 100%;
    height: 40px;
}

#popmake-303 .wpcf7-submit:hover {
    background: #FF385C;
    color: #ffffff;
}

/* Close button (X) */
#popmake-303 .pum-close {
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    top: -15px !important;
    right: -15px !important;
}