*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

::-webkit-input-placeholder {
    opacity: 1;
}

 ::-moz-placeholder {
    opacity: 1;
}

 :-ms-input-placeholder {
    opacity: 1;
}

 :-moz-placeholder {
    opacity: 1;
}

 ::selection {
    background: #CFC2BF;
    color: #fff;
}

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


/* Circle Loader */
.loader{ 
    visibility:hidden;
    opacity:0;
    transition:all 0.5s ease; 
}
.preloader_inner {
    text-align: center;
    color: #004E53;
    font-size: 24px;
    line-height: normal;
    margin-top: 7px;
    font-weight: 800;
}
.pro_bar {
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 15px;
    background: rgba(0, 78, 83,0.2);
} 
.show{
    visibility:visible !important;
    opacity:1 !important;
    transition:all 0.5s ease;
}
  
.pro_bar span {
    height: 5px;
    background: #004E53;
    display: block;
}
.lgarea {
    width: 160px;
    padding-top: 150px;
}
.ldr img {
    height: 100px;
}
.ldr{
    z-index: 9999999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);   
    margin-top: -10px;
    transition: all ease-in-out 0.8s ;
}
.ldr:not(.show) img {
    height: 67px;
}

.ldr:not(.show) {
    opacity: 0;
    transform: none;
    left: 55px;
    top: 50px;
}
.loader {
    background: #E2EEF8;
    position: fixed;
    z-index: 999999;
    height: 100vh !important;
    width: 100vw !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-circle {
    --line-color-rgb: 21, 80, 82;
    --size: max(20vh, 100px);
    --line-width: calc(var(--size)/10);
    --speed: 8s;
    width: var(--size);
    height: var(--size);
    animation: circle-loader-1 var(--speed) linear infinite;
}

@keyframes circle-loader-1 {
    to {
        transform: rotate(360deg);
    }
}

.loader-circle span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    clip: rect(0, var(--size), var(--size), calc(var(--size) / 2));
    animation: circle-loader-2 calc(var(--speed)/4) linear infinite;
}

@keyframes circle-loader-2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(220deg);
    }
}

.loader-circle span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    clip: rect(0, var(--size), var(--size), calc(var(--size) / 2));
    border: var(--line-width) solid rgb(var(--line-color-rgb));
    border-radius: 50%;
    animation: circle-loader-3 calc(var(--speed)/4) cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@keyframes circle-loader-3 {
    0% {
        transform: rotate(-140deg);
    }
    50% {
        transform: rotate(-160deg);
    }
    100% {
        transform: rotate(140deg);
    }
}

@-webkit-keyframes m-2-ball {
    0%,
    50%,
    60% {
        transform: scaleY(0.118);
    }
    30% {
        transform: scaleY(1);
    }
    0%,
    29.99% {
        transform-origin: top;
    }
    30%,
    100% {
        transform-origin: bottom;
    }
    90%,
    100% {
        transform: scaleY(0.118) translateY(-255px);
    }
}

@keyframes m-2-ball {
    0%,
    50%,
    60% {
        transform: scaleY(0.118);
    }
    30% {
        transform: scaleY(1);
    }
    0%,
    29.99% {
        transform-origin: top;
    }
    30%,
    100% {
        transform-origin: bottom;
    }
    90%,
    100% {
        transform: scaleY(0.118) translateY(-255px);
    }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'), url('../fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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


/* 
@font-face {
    font-family: 'oswald-bold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-bold-webfont.woff2') format('woff2'), url('../fonts/oswald-bold-webfont.woff') format('woff'), url('../fonts/oswald-bold-webfont.ttf') format('truetype'), url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswald-reg';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-regular-webfont.woff2') format('woff2'), url('../fonts/oswald-regular-webfont.woff') format('woff'), url('../fonts/oswald-regular-webfont.ttf') format('truetype'), url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700'); */


/* 
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/'Roboto', sans-serif-webfont.eot');
    src: url('../fonts/'Roboto', sans-serif-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/'Roboto', sans-serif-webfont.woff2') format('woff2'), url('../fonts/'Roboto', sans-serif-webfont.woff') format('woff'), url('../fonts/'Roboto', sans-serif-webfont.ttf') format('truetype'), url('../fonts/'Roboto', sans-serif-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/'Roboto', sans-serifular-webfont.eot');
    src: url('../fonts/'Roboto', sans-serifular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/'Roboto', sans-serifular-webfont.woff2') format('woff2'), url('../fonts/'Roboto', sans-serifular-webfont.woff') format('woff'), url('../fonts/'Roboto', sans-serifular-webfont.ttf') format('truetype'), url('../fonts/'Roboto', sans-serifular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
} */

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

body {
    color: #737373;
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14.9333px;
    line-height: 18px;
    letter-spacing: 0.373333px;
    background: #E2EEF8;
}

a {
    text-decoration: none;
    color: #5f5f5f;
    outline: none;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

a:hover,
a:focus {
    color: #CFC2BF;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: 800;
}

.bg_text {
    font-weight: 800;
    font-size: 498px;
    line-height: 687px;
    letter-spacing: 2.54243px;
    color: transparent;
    z-index: 0;
    -webkit-text-stroke: 6px #f5f5f5;
    position: absolute;
}

.bg_text svg {
    max-height: 688px;
    height: 688px;
    max-width: unset;
}

#contact_us .bg_text {
    left: -125px;
    top: -170px;
}

#hero .bg_text {
    left: 174px;
    top: -100px;
}

section#services .bg_text {
    left: -125px;
    top: -168px;
}

section#about .bg_text {
    left: -120px;
    top: -100px;
}

h1 {
    font-size: 78.3784px;
    line-height: 108px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #090909;
}

h2 {
    font-size: 78.3784px;
    line-height: 108px;
    letter-spacing: 0.4px;
    color: #252B42;
}

h3 {
    font-size: 22.4px;
    line-height: 27px;
    letter-spacing: 0.373333px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.clr,
.clearfix {
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 14.9333px;
    line-height: 18px;
    letter-spacing: 0.373333px;
}

p:last-child {
    margin: 0;
}


/* .fullheight{
    min-height: 100vh;    
    max-height: 100vh;    
} */

.page_sec {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1615px;
}

header#Header {
    position: fixed;
    padding: 43px 51px 15px 51px;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    z-index: 999;
    align-items: center;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

header#Header .site-logo {
    max-width: 216px;
    width: 100%;
}

header#Header .site-logo img {
    display: block;
}

.head_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100vh;
}

.head_menu .nav-main {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 30px;
    text-align: left;
    position: relative;
    z-index: 4;
}

.head_menu .nav-main ul {
    text-orientation: mixed;
    writing-mode: vertical-rl;
    width: 100%;
    transform: rotate(180deg);
    align-items: end;
    margin: 45px 0 0 0;
}

.nav-main nav ul>li {
    font-size: 16px;
    line-height: 28px;
    color: #1B262C;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.nav-main nav ul>li+li {
    margin-left: 0;
}

.nav-main nav ul>li a {
    display: block;
    color: rgba(120, 120, 120, 1);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Gilroy';
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0.2px;
    padding: 25px 0;
    position: relative;
    z-index: 2;
}

.nav-main nav ul>li.active a {
    font-size: 18px;
    color: #004E53;
}

.nav-main nav ul>li:before {
    display: block;
    content: "";
    background: #004e53;
    height: 1px;
    width: 1px;
    opacity: 0;
    position: absolute;
    left: -30px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: rotate(90deg);
}

.nav-main nav ul>li:hover:before,
.nav-main nav ul>li.active>a:before {
    width: 48px;
    opacity: 1;
}

.social-links img {
    max-width: 48px;
    display: block;
}

.social-links {
    display: flex;
    align-items: center;
    color: #fff;
    width: auto;
    justify-content: flex-end;
    position: relative;
    float: right;
    padding-left: 20px;
}

.social-links:before {
    width: 100vw;
    background: #fff;
    height: 2px;
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
}

.social-links a {
    margin-left: 32px;
}

.social-links span {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 22.4px;
    line-height: 27px;
    letter-spacing: 0.373333px;
    color: #FFFFFF;
}

.footer_area {
    overflow: hidden;
    background: #004E53;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 27px 0 33px 0;
}

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

.cbox {
    background: rgba(255, 255, 255, 0.5);
    border: 1.86667px solid #FFFFFF;
    backdrop-filter: blur(4.66667px);
    height: 100%;
    padding: 30px 35px;
}

.cbox h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22.4px;
    line-height: 27px;
    letter-spacing: 0.373333px;
    color: #252B42;
    margin-bottom: 20px;
}

.cbox p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.373333px;
}

#contact_us .cbox {
    min-height: 375.2px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 45px 35px;
    max-width: 373px;
    margin: auto;
    width: 100%;
}

#contact_us .cbox svg {
    margin-bottom: 52px;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18.9189px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.27027px;
    border-radius: 0;
    padding: 11.5135px 46.6487px;
    border: 2px solid #090909;
    min-width: 238px;
    color: #090909;
    background-color: transparent;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary {
    background: #004E53;
    color: #FFFFFF;
    border: 2px solid #004E53;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background: #004E53;
    color: #FFFFFF;
    border: 2px solid #004E53;
}

.page_sec h2 {
    margin-bottom: 35px;
}

.contact_form textarea {
    background: rgba(255, 255, 255, 0.8);
    border: 1.86667px solid #FFFFFF;
    width: 100%;
    padding: 10px 15px;
    min-height: 129px;
    display: block;
    resize: none;
    margin-bottom: 24px;
}

.contact_form {
    max-width: 634px;
    width: 100%;
}

.contact_form input.form-control {
    background: rgba(255, 255, 255, 0.8);
    border: 1.86667px solid #FFFFFF;
    border-radius: 0;
    height: 50px;
    margin-bottom: 24px;
}

.contact_form label {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 22.4px;
    line-height: 24px;
    letter-spacing: 0.373333px;
    color: #252B42;
    margin-bottom: 12px;
}

.fp-tableCell {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
    height: 100vh;
}
section#about .content_box p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.0;
    letter-spacing: 0.2px;
    color: #090909;
}

.ser_box {
    background: rgba(255, 255, 255, 0.5);
    border: 1.86667px solid #FFFFFF;
    backdrop-filter: blur(4.66667px);
    padding: 30px 35px;
}

section#services .cbox p {
    font-weight: 400;
    font-size: 14.9333px;
    line-height: 18px;
    color: #737373;
    max-width: 270px;
}

ul.seritems {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

ul.seritems li {
    width: 50% !important;
    padding: 0 18px;
    margin-bottom: 43px;
}

ul.seritems li:last-child {
    margin-bottom: 0;
}

.service_image {
    max-width: 550px;
    width: 100%;
    margin: auto;
}

section#about h2 {
    margin-bottom: 0;
}
.content_box {
    max-width: 762px;
    width: 100%;
    padding:3vh 0 3vh 0;
}

.abtimg {
    position: absolute;
    height: 100%;
    right: 0;
    left: auto;
    max-width: 42vw;
    z-index: -1;
    top: 0;
}

.abtimg img {
    width: 100%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.abtimg:before {
    background: rgba(255, 255, 255, 0.5);
    border: 1.86667px solid #FFFFFF;
    backdrop-filter: blur(4.66667px);
    border-radius: 83.5px;
    content: "";
    height: 168px;
    width: 168px;
    position: absolute;
    bottom: 15vh;
    transform: translateX(-50%);
    z-index: 0;
    display: block;
}

.abtimg:after {
    background: rgba(255, 255, 255, 0.5);
    border: 1.86667px solid #FFFFFF;
    backdrop-filter: blur(4.66667px);
    border-radius: 24px;
    content: "";
    height: 170px;
    width: 198px;
    position: absolute;
    bottom: 46vh;
    transform: translateX(50%);
    z-index: 0;
    display: block;
    right: 0;
}
/* 
.slider-content h2 {
    font-weight: 800;
    font-size: 78.3784px;
    line-height: 108px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #090909;
    margin-bottom: 30px;
} */
.slider-content h2 {
    font-weight: 800;
    font-size: 70px;
    line-height: 78px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #090909;
    margin-bottom: 25px;
}

.slider-content h2 span {
    display: block;
}

.slider-content h2 .color1 {
    color: #0A69B2;
}

.slider-content h2 .color2 {
    color: #540AB2;
}

.slider-content h2 .color3 {
    color: #017E68;
}
.slider-content p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0.4px;
    color: #090909;
    margin-bottom: 0;
    max-width: 1000px;
}
/* .slider-content p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.4px;
    color: #090909;
    margin-bottom: 0;
} */

.slider-content .btn-group {
    padding-top: 50px;
}

.btn-group .btn {
    margin-right: 15px;
}

.btn-group .btn:last-child {
    margin-right: 0;
}

.slider-thumb {
    max-width: 84%;
    width: 100%;
}

#hero .right-block {
    display: flex;
    justify-content: right;
}

.slider-thumb .slick-list {
    overflow: visible;
    padding: 0 !important;
}


.slider-thumb .slick-list .slick-track {
    max-width: 500px;
    width: 100% !important;
    transform: none !important;
}

.slider-thumb .items.slick-slide:not(.slick-current) {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    max-width: 80%;
    display: flex;
    align-items: center;
    transform: translateX(-18%);
    filter: grayscale(1);
    z-index: 0 !important;
    opacity: 1 !important;
    transition: all ease 0.5s;
}

.slider-thumb .items.slick-slide.slick-current {
    z-index: 1 !important;
    position: relative !important;
    left: auto !important;
    transition: all ease 0.5s;
}

.slider-thumb .items.slick-slide.slick-current+.items.slick-slide {
    left: auto !important;
    right: 0 !important;
    transform: translateX(18%);
    transition: all ease 0.5s;
}

.slider-thumb .items.slick-slide.slick-current img {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.slider-thumb .items.slick-slide:not(.slick-current) img {
    filter: blur(2.5px);
    box-shadow: none;
}

.banner-info {
    margin-top: 59px;
}

.banner-info .items {
    padding: 0;
}

.banner-info-flex {
    margin: 0;
    max-width: 883px;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(7px);
}

.banner-info-inner .icon-box {
    min-width: 76px;
    width: 76px;
    height: 76px;
    min-height: 76px;
    background: #C6E5FF;
    border-radius: 50px;
    padding: 14px;
    margin: 10px 22px 0 0px;
}

.banner-info-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.4px;
    color: #252B42;
    margin-bottom: 15px;
}

.banner-info-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.4px;
    color: #000000;
    max-width: 292px;
}

.banner-info-inner {
    padding: 40px 22px 35px;
}

.herocon {
    position: relative;
}


/*.herocon:after {
    box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.2);
    height: 118px;
    width: 118px;
    position: absolute;
    right: 8%;
    top: -15%;
    content: "";
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='118' height='118' viewBox='0 0 118 118' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_338_174)'%3E%3Ccircle cx='59' cy='59' r='59' fill='white' fill-opacity='0.5'/%3E%3C/g%3E%3Cpath d='M33.2558 85.5038C31.8772 87.5717 32.436 90.3656 34.5038 91.7442C36.5717 93.1228 39.3656 92.564 40.7442 90.4962L33.2558 85.5038ZM81.4126 27.1175C80.9252 24.6805 78.5545 23.1 76.1175 23.5874L36.404 31.5301C33.9669 32.0175 32.3865 34.3882 32.8739 36.8252C33.3613 39.2622 35.732 40.8427 38.169 40.3553L73.4699 33.2951L80.5301 68.596C81.0175 71.0331 83.3882 72.6135 85.8252 72.1261C88.2622 71.6387 89.8427 69.268 89.3553 66.831L81.4126 27.1175ZM40.7442 90.4962L80.7442 30.4962L73.2558 25.5038L33.2558 85.5038L40.7442 90.4962Z' fill='%23014147'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_338_174' x='-11' y='-11' width='140' height='140' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5.5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_338_174'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_338_174' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    z-index: 1;
    background-size: 100%;
}
 .page_sec:before {
    content: "";
    width: 789px;
    height: 511px;
    position: absolute;
    left: -5%;
    top: -17%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);    
    background-image: url("data:image/svg+xml,%3Csvg width='789' height='511' viewBox='0 0 789 511' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M789 451.5C789 635.963 593.5 334 334 316C149.537 316 0 518.463 0 334C0 149.537 149.537 0 334 0C518.463 0 789 267.037 789 451.5Z' fill='%232F6982'/%3E%3C/svg%3E%0A");
    filter: blur(350px);
    -webkit-filter: blur(350px);
    background-repeat: no-repeat;
    transform: rotate(-16.64deg);
} 
section#services.page_sec:before {
    left: auto;
    top: -17%;
    right: -10%;
}
section#about.page_sec:before {
    left: auto;
    top: auto;
    bottom: -17%;
    right: -10%;
}
section#contact_us.page_sec:before {
    top: auto;
    bottom: -17%;    
} */

.page_sec:nth-child(1) {
    background: linear-gradient(135deg, rgba(47, 105, 130, 0.5) 0%, rgba(226, 238, 248, 0) 30%);
}

.page_sec:nth-child(2) {
    background: linear-gradient(215deg, rgba(47, 105, 130, 0.5) 0%, rgba(226, 238, 248, 0) 30%);
}

.page_sec:nth-child(3) {
    background: linear-gradient(325deg, rgba(47, 105, 130, 0.5) 0%, rgba(226, 238, 248, 0) 30%);
}

.page_sec:nth-child(4) {
    background: linear-gradient(35deg, rgba(47, 105, 130, 0.5) 0%, rgba(226, 238, 248, 0) 30%);
}

.mouse_pointer {
    position: absolute;
    width: 40px;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.mouse_pointer:before {
    content: "";
    position: absolute;
    top: 45px;
    left: 20px;
    width: 1px;
    height: 34px;
    background: #000;
    -webkit-animation: m-2-ball 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: m-2-ball 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    box-shadow: 0.3px 0px 0px #000;
}


/* .service_image .serimg {
    display: none;
}
.service_image .serimg.active {
    display: block;
} */


/* div#fp-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    display: flex;
    margin: 0 !important;
}
div#fp-nav ul li:before {
    content: "";
    transform: rotate(-90deg);
    display: block;
}
div#fp-nav ul {
    margin: auto;
}
div#fp-nav ul li:nth-child(1) a:before {
    content: "Home";
}
div#fp-nav ul li:nth-child(2) a:before {
    content: "Services";
}
div#fp-nav ul li:nth-child(3) a:before {
    content: "About Us";
}
div#fp-nav ul li:nth-child(4) a:before {
    content: "Contact";
} */

ul.two_col {
    display: flex;
    flex-wrap: wrap;
}

ul.two_col.serlist>li {
    width: 50%;
    font-weight: 600;
    font-size: 22.4px;
    line-height: 27px;
    letter-spacing: 0.373333px;
    color: #252B42;
    padding-left: 42px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7774 3H8.23161C4.95397 3 3 4.953 3 8.229V15.762C3 19.047 4.95397 21 8.23161 21H15.7684C19.046 21 21 19.047 21 15.771V8.229C21.009 4.953 19.055 3 15.7774 3ZM16.3086 9.93L11.2031 15.033C11.077 15.159 10.9059 15.231 10.7258 15.231C10.5458 15.231 10.3747 15.159 10.2486 15.033L7.70034 12.486C7.43921 12.225 7.43921 11.793 7.70034 11.532C7.96147 11.271 8.39369 11.271 8.65482 11.532L10.7258 13.602L15.3542 8.976C15.6153 8.715 16.0475 8.715 16.3086 8.976C16.5698 9.237 16.5698 9.66 16.3086 9.93Z' fill='%23118970'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 20px;
}

.serimg>div {
    padding-bottom: 80px;
}

ul.seritems li.slick-current .cbox {
    border: 1.86667px solid #3360B8;
    box-shadow: 4px 4px 10px rgba(43, 99, 145, 0.25);
}

.banner-info {
    margin-top: -200px;
}

.banner-info .btn-group {
    margin-bottom: 50px;
}

.mobile_menu {
    display: none;
    background: #E2EEF8;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 100px 50px 50px 50px;
}

.mobile_menu .nav-main nav ul>li:before {
    display: none;
}

.mobile_menu .nav-main li {
    text-align: center;
}

.mobile_menu .nav-main li a {
    padding: 15px 0;
}


/* Onpage Scroll */

body,
html {
    margin: 0;
    overflow: hidden;
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    transition: opacity 400ms;
}

body,
.onepage-wrapper,
html {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
}

.onepage-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
    width: 100%;
    height: 100%;
}

.onepage-pagination {
    position: absolute;
    left: 25px;
    top: 50%;
    z-index: 999999;
    list-style: none;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    padding-top: 3%;
}

.onepage-pagination li {
    padding: 0;
    text-align: center;
    list-style-type: none;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.onepage-pagination li a {
    padding: 0;
    width: auto;
    height: auto;
    display: block;
    color: rgba(120, 120, 120, 1);
    font-size: 18px;
    font-weight: 600;
    font-family: 'Gilroy';
    line-height: 24px;
    text-align: center;
    margin: auto;
    letter-spacing: 0.2px;
    transform: scale(0.8);
}

.onepage-pagination li a:after {
    height: 2px;
    width: 0;
    content: "";
    background: #004E53;
    display: block;
    position: absolute;
    bottom: -2px;
    transition: all ease-in-out 0.5s;
}

.onepage-pagination li a.active {
    font-size: 18px;
    color: #004E53;
    transform: scale(1);
}

.onepage-pagination li a.active:after {
    width: 80%;
}

.onepage-pagination li a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: none;
}

.onepage-pagination li a.active:before {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid black;
    margin-top: -4px;
    left: 8px;
}

.abtlarea {
    display: none;
    padding: 0 25px 20px 25px;
    position: relative;
}

.serlist {
    top: 550px;
    position: relative;
    opacity: 0;
    transition: all ease 0.8s;
}
.slick-active .serlist {
    top: 0;
    opacity: 1;
} 
.contactbox .cbox {
    position: relative;
    transition: all ease-in-out 0.3s;       
}
.contactbox .cbox *:not(svg){
    transition: all ease-in-out 0.3s;       
}
.contactbox .cbox a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.contactbox .cbox:hover {
    background: linear-gradient(180deg, rgb(0, 125, 134) 0%, rgba(0,150,159,1) 100%);
    border-color: #004E53;
}
.contactbox .cbox:hover *{color: #fff;}
.contactbox .cbox:hover svg {
    filter: grayscale(1) brightness(10);
}
/* End On Page Scroll */


@media only screen and (min-width: 993px) {
    ul.seritems .slick-list .slick-track {
        transform: none !important;
    }
}


@media only screen and (max-width: 1024px) {
    .head_menu {
        display: none;
    }
    .mobile_menu.active {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .banner-info-content p {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0;
    }
    ul.seritems .slick-track {
        display: flex !important;
    }
    ul.seritems .slick-list {
        max-width: 60%;
        overflow: visible;
    }
    section#services .cbox p {
        max-width: 100%;
    }
    .ser_img .service_image .serimg>div {
        max-width: 50vw;
        margin: auto;
    }
    .service_content {
        margin-top: 20px;
    }
    h2 {
        font-size: 64px;
        line-height: 68px;
    }
    .bg_text svg {
        height: 40vh;
        max-height: 40vh;
        max-width: 100%;
    }
    #hero .bg_text {
        left: -90px;
        top: -200px;
    }
    header#Header {
        padding: 30px 30px 15px 30px;
    }
    .slider-content p br {
        display: none;
    }
    .slider-content p {
        font-size: 18px;
        line-height: 30px;
    }
    .slider-content h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .slider-thumb {
        max-width: 30vw;
        width: 100%;
        margin: 25px auto auto auto;
    }
    .banner-info {
        margin-top: 40px;
    }
    .banner-info .btn-group {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    .btn {
        max-width: 200px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        min-width: 200px;
    }
    .banner-info-inner {
        padding: 10px;
    }
    .banner-info-inner .icon-box {
        min-width: 60px;
        width: 60px;
        height: 60px;
        min-height: 60px;
        padding: 14px;
        margin: 5px 15px 0 0px;
    }
    .banner-info-content h3 {
               font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 0.4px;
        margin-bottom: 15px;
    }
    .fp-tableCell {
        padding-bottom: 30px;
        padding-top: 150px;
        height: 100vh; 
    }
    #hero .fp-tableCell {
        padding-top: 120px;
    }
    section#services .bg_text svg {
        max-width: 100%;
    }
    section#services .bg_text {
        left: 0;
        top: -225px;
        max-width: 100%;
    }
    section#about .bg_text {
        left: 0px;
        top: -210px;
        max-width: 100%;
    }
    #about .fp-tableCell {
        display: block;
    }
    .abtimg {
        position: relative;
        max-width: 100%;
        left: 0;
        height: auto;
    }
    .abtimg {
        position: relative;
        max-width: unset;
        left: 0;
        height: 35vh;
        z-index: 1;
        margin: 0 -30px;
    }
    .abtimg::before {
        height: 150px;
        width: 150px;
        top: 80px;
    }
    .abtimg::after {
        top: 170px;
    }
    .abtimg img {
        width: 100%;
        object-fit: cover;
        min-width: 100%;
        height: 100%;
    }
    section#about h2 {
        margin-bottom: 35px;
    }
    .content_box {
        padding: 30px 0 0 0;
    }
    section#about .content_box p {
        font-size: 25px;
        line-height: 30px;
    }
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    #contact_us .bg_text {
        left: 0;
        top: -200px;
    }
    .contact_form label {
        font-size: 20px;
        line-height: 22px;
    }
    .contact_form {
        max-width: 100%;
        width: 100%;
        padding-bottom: 30px;
    }
    .contact_form input.form-control {
        height: 44px;
        margin-bottom: 20px;
    }
    .social-links img {
        max-width: 34px;
        display: block;
    }
    .social-links a {
        margin-left: 15px;
    }
    .social-links span {
        font-size: 18px;
    }
    .footer_area {
        padding: 17px 0 15px 0;
    }
    #contact_us .fp-tableCell {
        padding-top: 160px;
    }
    #contact_us .cbox {
        min-height: 100px;
        padding: 20px;
        max-width: 100%;
    }
    #contact_us .cbox .cbox-inner {
        width: 100%;
        position: relative;
        padding-left: 90px;
        min-height: 70px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #contact_us .cbox .cbox-inner svg {
        position: absolute;
        margin: 0;
        width: 70px;
        left: 0;
        top: 0;
        height: 70px;
    }
    #contact_us .cbox .cbox-inner h3 {
        margin-bottom: 0;
        width: 100%;
    }
 
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

.onepage-pagination li a {
    transform: scale(1);
    font-size: 0;
    height: 10px;
    width: 10px;
    background: #252B42;
    border-radius: 100%;
}
.onepage-pagination {
    left: auto;
    right: 15px;
    padding: 0;
}
.onepage-pagination li {
    transform: rotate(0);
    margin: 30px 0;
    position: relative;
}
.onepage-pagination li a.active {
    font-size: 0;
    background: #004E53;
}
.onepage-pagination li a.active::after {
    width: 0;
}
.onepage-pagination li a::before {
    display: none;
}
.onepage-pagination li a::before,
.onepage-pagination li a.active::before {
    position: absolute;
    content: attr(data-title);
    right: 20px;
    width: auto;
    font-size: 18px;
    top: -11px;
    height: auto;
    border: 0;
    text-align: right;
    background: #004E53;
    color: #fff;
    border-radius: 0;
    padding: 10px 15px;
    max-width: unset;
    line-height: 18px;
    white-space: nowrap;
    left: auto;
}
.onepage-pagination li a.active::before {
    display: block;
}

}
@media only screen and (max-width: 767px) {
    #hero .fp-tableCell {
        padding-top: 30px;
    }  
    .fp-tableCell {
        display: flex;
        padding-bottom: 60px;
        padding-top: 40px;
        height: 100vh; 
    }
    #about .fp-tableCell {
       
            display: flex;
            padding-top: 60px;
            padding-bottom: 40px;
        
    }.content_box {
        padding: 20px 0 0 0;
    }
    .abtimg { 
        height: 205px; 
    }
    .onepage-pagination,
    .disabled-onepage-scroll .onepage-pagination {
        height: 100%;
        width: 100%;
        display: none;
        z-index: 999;
        top: 0;
        transform: none;
        left: 0;
        background: #E2EEF8;
        flex-wrap: wrap;
        align-content: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .onepage-pagination.active,
    .disabled-onepage-scroll .onepage-pagination.active {
        display: flex;
    }
    .onepage-pagination li {
        transform: none;
        width: 100%;
        margin: 15px 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .onepage-pagination li a {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .onepage-pagination li a.active:after {
        width: 100%;
    }
    .social-links img {
        max-width: 24px;
    }
    .social-links a {
        margin-left: 10px;
    }
    .footer_area .container {
        padding-left: 5px;
    }
    .social-links span {
        font-size: 14px;
        line-height: 17px;
    }
    .social-links {
        padding-left: 8px;
    }
    .footer_area {
        padding: 15px 0 15px 0;
    }
    .contact_form input.form-control {
        height: 40px;
        margin-bottom: 10px;
    }
    .contact_form textarea {
        overflow: hidden;
        min-height: 40px;
        height: 40px;
    }
    .contact_form label {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 8px;
    }
    .btn {
        font-size: 12px;
        line-height: 23px;
        padding: 5px 15px;
        min-width: 145px;
    }
    #contact_us .cbox .cbox-inner {
        width: 100%;
        position: relative;
        padding-top: 30px;
        min-height: 30px;
        display: block;
        padding-left: 0;
    }
    #contact_us .cbox {
        padding: 10px;
        min-height: unset;
        display: block;
    }
    #contact_us .cbox .cbox-inner svg {
        position: absolute;
        margin: 0;
        width: 25px;
        left: 0;
        top: 0;
        height: 25px;
    }
  
    #contact_us .cbox .cbox-inner h3 {
        margin-bottom: 2px;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        position: absolute;
        left: 32px;
        top: 5px;
    }
    .contact_form textarea{
        margin-bottom: 15px;
    }
    #contact_us .cbox a {
        font-size: 13px;
        line-height: normal;
        word-break: break-all;
    }
    .contact_form {
        padding-bottom: 15px;
    }
    .page_sec h2 {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 32px;
    }
    /* .fullheight {
        min-height: 100vh;
        max-height: 100vh;
    } */
    .bg_text {
        width: 100%;
        font-size: 103.533px;
        line-height: 143px;
        left: 20px;
        top: 23px;
    }
    #contact_us .bg_text {
        left: 20px;
        top: 23px;
    }
    .bg_text svg {
        width: auto;
        max-height: 143px;
        height: 143px;
        display: block;
    }
    #services .cbox h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    section#services .cbox p {
        max-width: 100%;
        font-size: 14px;
    }
    section#about .content_box p {
        font-size: 20px;
        line-height: 20px;
    }
    .about_area .abtimg:after,
    .about_area .abtimg:before {
        display: none;
    }
    section#about h2 {
        margin-bottom: 20px;
    }
   
    section#about .bg_text {
        left: 20px;
        top: 15px;
    }
    .mouse_pointer {
        width: 25px;
        bottom: 30px;
    }
    section.fullheight{overflow: hidden;}
    .mouse_pointer:before {
        left: 11px;
        top: 34px;
        height: 28px;
    }
    ul.seritems .slick-list {
        max-width: 160px;
        overflow: visible;
    }
    ul.seritems li {
        width: 100% !important;
        margin-bottom: 0;
    }
    ul.seritems .slick-list .slick-track {
        display: flex;
    }
    ul.seritems .slick-list {
        max-width: 310px;
        overflow: visible;
    }
    ul.two_col.serlist > li {
        font-size: 14px;
        line-height: 19px;
        background-size: 16px;
        padding-left: 20px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .cbox {
        padding: 20px 25px;
    }
    .slider-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .slider-content p br {
        display: none;
    }
    #contact_us .fp-tableCell {
        padding-top: 40px;
    }
    .slider-thumb {
        max-width: 32vw;
        width: 100%;
        margin-left: auto;
        margin-top: 10px;
        margin-right: auto;
    }
    .row.banner-info-flex {
        margin-left: -13px;
        margin-right: -13px;
    }
    .banner-info-inner .icon-box {
        width: 21px;
        min-width: 21px;
        padding: 4px;
        height: 21px;
        min-height: 21px;
        margin-right: 10px;
    }
    .banner-info-content h3 {
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }
    .banner-info-content p {
        font-size: 10px;
        line-height: normal;
        max-width: 100%;
    }
    .banner-info {
        margin-top: 25px;
    }
    .banner-info .btn-group {
        margin-bottom: 25px;
        justify-content: center;
        display: flex;
    }
    .banner-info-inner {
        padding:10px 5px;
    }
    .ser_img .service_image .serimg>div {
        max-width: 60vw;
        margin: 15px auto 15px auto;
        padding-bottom: 30px;
    }
    header#Header {
        padding: 15px;
    }
    header#Header .site-logo {
        max-width: 102px;
        width: 100%;
    }
    .herocon:after {
        height: 60px;
        width: 60px;
        right: 0;
        background-size: cover;
    }
    section#services .row .col-md-6.ser_img {
        padding-top: 15px;
    }
    section#services .row .col-md-6.service_content {
        padding-top: 20px;
    }
    section#services .bg_text {
        left: 10px;
        top: 5px;
    }
    #hero .bg_text {
        left: 15px;
        top: 15px;
    }
    header#Header .mobile-tg {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1279px) {
    .fp-tableCell {
        display: flex;
        align-items: center;
        padding-bottom: 50px;
        padding-top: 90px;
        height: 100vh;
    }
    h2 {
        font-size: 48px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .onepage-pagination {
        left: 0;
    }
    .slider-content h2 {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 16px;
    }
    .slider-thumb {
        max-width: 80%;
        width: 100%;
    }
    #hero .fp-tableCell {
        padding-top: 110px;
    }
    .slider-content p {
        font-size: 18px;
        line-height: 24px;
    }
    .slider-content p br {
        display: none;
    }
    .container {
        max-width: 86%;
    }
    .banner-info {
        margin-top: -60px;
        max-width: 65%;
    }
    .banner-info .btn-group {
        margin-bottom: 25px;
    }
    .btn {
        font-weight: 700;
        font-size: 16px;
        line-height: 30px;
        padding: 8px 15px;
        min-width: 200px;
    }
    .banner-info-content h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .banner-info-inner .icon-box {
        min-width: 45px;
        width: 45px;
        height: 45px;
        min-height: 45px;
        margin-right: 10px;
    }
    .banner-info-content p {
        margin-top: 1500px;
        font-size: 14px;
        line-height: 16px;
    }
    .banner-info-inner {
        padding: 20px 15px 20px;
    }
    .herocon:after {
        height: 95px;
        width: 95px;
    }
    #hero .bg_text {
        left: 84px;
        top: -8%;
        line-height: 470px;
    }
    .bg_text {
        line-height: 470px;
    }
    .bg_text svg {
        max-height: 390px;
        height: 390px;
        width: auto;
        max-width: 100%;
    }
    section#about .bg_text {
        left: -70px;
        top: -10%;
    }
    section#about .bg_text svg {
        height: 120px;
    }
    section#services .bg_text {
        left: -94px;
        top: -10%;
    }
    .cbox {
        padding: 14px;
    }
    .cbox h3 {
        font-size: 17px;
        line-height: 20px;
        color: #252B42;
        margin-bottom: 10px;
    }
    section#services .cbox p {
        font-size: 14px;
        line-height: 16px;
    }
    ul.seritems li {
        width: 50% !important;
        padding: 0 12px;
        margin-bottom: 22px;
    }
    section#services h2 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .seritems .slick-track {
        transform: none !important;
    }
    .serimg>div {
        padding-bottom: 40px;
        max-width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    ul.two_col.serlist>li {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 10px;
    }
    #contact_us .bg_text {
        left: -90px;
        top: -10%;
    }
    #contact_us .bg_text svg {
        max-height: 375px;
    }
    .social-links img {
        max-width: 30px;
        display: block;
    }
    .social-links span {
        font-size: 18px;
        line-height: normal;
    }
    .social-links a {
        margin-left: 18px;
    }
    .footer_area {
        padding: 15px 0 15px 0;
    }
    .contact_form input.form-control {
        height: 50px;
        margin-bottom: 15px;
    }
    .contact_form label {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .contact_form textarea {
        padding: 10px 15px;
        min-height: 100px;
        margin-bottom: 20px;
    }
    .page_sec h2 {
        margin-bottom: 20px;
    }
    #contact_us .cbox svg {
        margin-bottom: 30px;
        width: 80px;
        height: 80px;
    }
    #contact_us .cbox {
        min-height: 210px;
        padding: 20px;
    }
    section#about .content_box p {
        font-size: 20px;
        line-height: 30px;
    }
    .content_box {
        max-width: 762px;
        width: 100%;
        padding: 4vh 0 4vh 0;
    }
    header#Header {
        padding: 20px 50px 15px 50px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1600px) {
    .fp-tableCell {
        padding-bottom: 50px;
        padding-top: 90px;
        height: 100vh;
    }
    h2 {
        font-size: 48px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .onepage-pagination {
        left: 0;
    }
    .slider-content h2 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 16px;
    }
    .slider-thumb {
        max-width: 300px;
        width: 100%;
    }
    #hero .fp-tableCell {
        padding-top: 90px;
        align-items: center;
    }
    .slider-content p {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 400;
        font-size:18px;
        line-height: 24px;
        color: #090909;
        margin-bottom: 0;
    }
    .container {
        max-width: 86%;
    }
    .banner-info {
        margin-top: -65px;
        max-width: 61%;
    }
    #services .fp-tableCell > .container {
        margin-top: auto;
        margin-bottom: auto;
    }
    .banner-info .btn-group {
        margin-bottom: 25px;
    }
    .btn {
        font-weight: 700;
        font-size: 16px;
        line-height: 30px;
        padding: 8px 15px;
        min-width: 200px;
    }
    .banner-info-content h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .banner-info-inner .icon-box {
        min-width: 50px;
        width: 50px;
        height: 50px;
        min-height: 50px;
    }
    .banner-info-content p {
        font-size: 14px;
        line-height: 16px;
    }
    .banner-info-inner {
        padding: 20px 15px 20px;
    }
    .herocon:after {
        height: 95px;
        width: 95px;
    }
    #hero .bg_text {
        left:112px;
        top: -8%;
        line-height: 470px;
    }
    .bg_text {
        line-height: 470px;
    }
    .bg_text svg {
        max-height: 470px;
        height: 470px;
        max-width: unset;
    }
    section#about .bg_text {
        left: -85px;
        top: -10%;
    }
    section#about .bg_text svg {
        max-height: 300px;
    } 
    .bg_text svg {
        width: auto;
    }
    section#services .bg_text {
        left: -95px;
        top: -10%;
    }
    .cbox {
        padding: 15px;
    }
    .cbox h3 {
        font-size: 18px;
        line-height: 20px;
        color: #252B42;
        margin-bottom: 5px;
    }
    section#services .cbox p {
        font-size: 14px;
        line-height: 16px;
    }
    ul.seritems li {
        width: 50% !important;
        padding: 0 12px;
        margin-bottom: 22px;
    }
    section#services h2 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .seritems .slick-track {
        transform: none !important;
    }
    .serimg>div {
        padding-bottom: 40px;
        max-width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    ul.two_col.serlist>li {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 10px;
    }
    #contact_us .bg_text {
        left: -100px;
        top: -10%;
    }
    .social-links img {
        max-width: 30px;
        display: block;
    }
    .social-links span {
        font-size: 18px;
        line-height: normal;
    }
    .social-links a {
        margin-left: 25px;
    }
    .footer_area {
        padding: 15px 0 15px 0;
    }
    .contact_form input.form-control {
        height: 50px;
        margin-bottom: 15px;
    }
    .contact_form label {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .contact_form textarea {
        padding: 10px 15px;
        min-height: 100px;
        margin-bottom: 20px;
    }
    .page_sec h2 {
        margin-bottom: 20px;
    }
    #contact_us .cbox svg {
        margin-bottom: 30px;
        width: 80px;
        height: 80px;
    }
    #contact_us .cbox {
        min-height: 210px;
        padding: 20px;
    }
    section#about .content_box p {
        font-size: 24px;
        line-height: 36px;
    }
    .content_box {
        max-width: 762px;
        width: 100%;
        padding: 4vh 0 4vh 0;
    }
    header#Header {
        padding: 20px 50px 15px 50px;
    }
}


@media only screen and (min-width: 1480px) and (max-width: 1600px) {
    .fp-tableCell {
        align-items: center;
    }
}    


@media only screen and (max-width: 767px)
{
#contact_us .contact_form label {
    font-size: 13px !important;
}
#contact_us .contact_form input, #contact_us .contact_form textarea {
    padding: 0px;
    height: 30px !important;
    margin-bottom: 2px;
    font-size: 14px;
}
#contact_us .cbox {
    padding: 3px !important;
	min-height: auto !important;
}
.contactbox .row .col-6 {
    padding: 4px !important;
}
#submit{
    margin-top: 6px;
}

}

section#about .fp-tableCell {
    padding-top: 100px;
}

/* Force vertical menu size and position */
.head_menu .nav-main {
    margin-left: 15px !important;
}

.head_menu .nav-main ul {
    font-size: 18px !important;
}

.nav-main nav ul>li a {
    font-size: 18px !important;
    padding: 30px 0 !important;
}

/* Push all section content to the right to accommodate vertical menu and align uniformly */
.page_sec .fp-tableCell {
    padding-left: 100px !important;
}
