@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #000F37;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{    
    max-width: 1140px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header .container{
    max-width: 1440px;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 75px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 50px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding: 12px 0px;
    color: #fff;
    font-size: 16px;
    font-weight:500;
    text-transform: uppercase;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link.btn-call{
    padding: 12px 45px;
    border-radius: 12px;
    background: #00A1FD;
    box-shadow: 2px 4px 10px 0px rgba(0, 161, 253, 0.14);
    text-transform: capitalize;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.btn-call:hover{
    background: #fff;
    color: #00A1FD;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #00A1FD;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #00A1FD;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #00A1FD;
}

header.inner-header{
    position: relative;
    background: #051B46;
    box-shadow: 0px 4px 24px 0px rgba(0, 133, 209, 0.04);
}

header.inner-header.nav-new,
header.nav-new{
    position: fixed;
    padding: 5px 0;
    background:#041A45;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #fff;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #fff;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Hero Banner **** */
.hero-banner{
    position: relative;
}
.hero-banner .container{
    max-width: 1440px;
}
.videofrem{
    width: 100%;
    height: 100vh;
    position: relative;
}
.videofrem video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.videofrem:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #041A45 45%, rgba(4, 26, 69, 0.05) 84.73%, rgba(0, 93, 147, 0.00) 101.41%);
    top: 0;
    left: 0;
}
.hero-center{
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-data{
    max-width: 720px;
}
.banner-data h1{
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    line-height: 80px;
    margin: 0 0 15px;
}
.banner-data h1 span{
    color: #00A1FD;
}
.banner-data h6{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    line-height: 54px;
    margin: 0 0 30px;
}
.banner-data .btn-group{
    display: flex;
    align-items: center;
}
.banner-data .btn-group .btn-main{
    max-width: 190px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 12px;
    background: linear-gradient(102deg, #0085D1 -43.68%, #0CB2F2 109.38%);
    box-shadow: 2px 4px 6px 0px rgba(0, 18, 64, 0.13);
    margin-right: 15px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.banner-data .btn-group .btn-main:last-child{
    margin: 0;
}
.banner-data .btn-group .btn-main.btn-book{
    background: #FF0078;
}
.banner-data .btn-group .btn-main:hover{
    background: #fff;
    color: #0CB2F2 ;
}
.banner-data .btn-group .btn-main.btn-book:hover{
    background: #fff;
    color: #FF0078;
}

.sponcer-wrp{
    padding: 140px 0 100px;
    position: relative;
    background: #000F37 url('../images/sponcer-back.png') 0 0 no-repeat;
    background-size: cover;
}
.sponcer-wrp .container{
    max-width: 1440px;
}
.sponcer-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.sponcer-list ul li{
    width: 20%;
    padding: 0 15px;
    margin: 0 0 35px;
}
.sponcer-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 12px;
    background: #051B46;
    box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.08);
    height: 85px;
}
/* **** End Hero Banner **** */

/* **** Vision **** */
.vision-wrp{   
    padding: 82px 0 62px;
    background: #051B46;
}
.vision-title h6{
    font-size: 20px;
    font-weight: 600;
    color: #00A1FD;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.vision-title h2{
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    line-height: 41px;
    margin: 0 0 15px;
}
.vision-title p{
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    opacity: 0.70;
    line-height: 24px;
}

.vision-box{
    height: calc(100% - 30px);
    padding: 30px 30px;
    background: #001240;
    border-radius: 10px;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    cursor: pointer;
}
.vision-img{
    position: relative;
    z-index: 1;
}
.vision-img img{
    margin: 0 0 35px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.vision-box h3{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}
.vision-box p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 0.70;
    line-height: 25px;
    margin: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    max-width: 255px;
    position: relative;
    z-index: 1;
}
.vision-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background: linear-gradient(102deg, #0085D1 -43.68%, #0CB2F2 109.38%);
    top: 0;
    left: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.vision-box:hover:before{
    height: 100%;
}
.vision-box:hover .vision-img img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.vision-box:hover p{
    opacity: 0.80;
}
/* **** End Vision **** */

/* **** Counter **** */
.counter-wrp{
    padding: 250px 0;
    position: relative;
    background: #000F37;
}
img.counter-shp{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height:75%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.counter-box{
    position: relative;
    z-index: 5;
}
.counter-box img{
    width: 100%;
}
.counter-data{
    padding: 25px;
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.counter-data h2{
    font-size: 55px;
    font-weight: bold;
    color: #00A1FD;
    margin: 0 auto 15px;
    text-align: center;
}
.counter-data p{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0;
    opacity: 0.70;
}
/* **** End Counter **** */

/* **** How it Works **** */
.how-work-wrp{
    background: #051B46;
    position: relative;
    padding:150px 0 60px;
}
.work-data h6{
    font-size: 14px;
    font-weight: bold;
    color: #00A1FD;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing:3px;
}
.work-data h2{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    margin: 0 0 50px;
}
.work-box{
    display: flex;
    margin: 0 0 20px;
}
.work-box:last-child{
    margin: 0;
}
.work-box .work-numbx{
    min-width: 35px;
    margin-right: 15px;
}
.work-box .work-numbx h4{
    font-size: 30px;
    font-weight: bold;
    color: #00A1FD;
    margin: 0;
}
.work-data h3{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 5px;
}
.work-data p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    margin: 0;
    opacity: 0.95;
    max-width: 495px;
}
.work-img{
    max-width: 750px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.work-img img{
    width: 100%;
    padding: 35px;
}
img.work-shp{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
/* **** End How it Works **** */

/* **** Work Process **** */
.work-process-wrp{
    padding: 100px 0;
}
.work-process-wrp .container{
    max-width: 1160px;
}
.work-process-wrp h2{
    text-align: center;
    margin: 0 auto 45px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.work-process-wrp ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.work-process-wrp ul:after{
    position: absolute;
    content: '';
    border: 1px dashed #DDDDDD;
    max-width: 740px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
}
.work-process-wrp ul li{
    width: 33.33%;
    position: relative;
}
.proceess-box{
    max-width: 330px;
    margin: 0 auto;
}
.proceess-box h3{
    padding: 0 15px;
    background: #000F37;
    font-size: 40px;
    font-weight: bold;
    color: #CCCCCC;
    display: table;
    margin: 0 auto 35px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.proceess-box img{
    margin: 0 auto 25px;
}
.proceess-box h4{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto 15px;
}
.proceess-box p{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 26px;
    opacity: 0.95;
    margin: 0 auto;
}
/* **** End Work Process **** */

/* **** Blogs **** */
.blog-wrpper{
    padding: 100px 0;
}
.blog-wrpper h6{
    font-size: 14px;
    font-weight: bold;
    color: #00A1FD;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 auto 10px;
}
.blog-wrpper h2{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto 50px;
}
.blog-block{
    border-radius: 10px;
    background: #051B46;
    overflow: hidden;
    margin: 0 0 45px;
}
.blog-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog-data{
    padding: 25px 15px 15px;
}
.blog-data h5{
    font-size: 13px;
    font-weight: 500;
    color: #00A1FD;
    margin: 0 0 10px;
}
.blog-data h3{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    min-height:95px;
    line-height: 32px;
    margin: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.blog-data h3:hover{
    color: #00A1FD;
}

.blog-wrpper .btn-main{
    padding: 15px 50px;
    border-radius: 12px;
    background: #FF0078;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: table;
    margin: 0 auto;
}
.blog-wrpper .btn-main:hover{
    background: #fff;
    color: #FF0078;
}
/* **** End Blogs **** */

/* **** Footer **** */
footer{
    position: relative;
    background: #051B46 url('../images/footer-back.png') 0 0 no-repeat;
    background-size: cover;
    padding: 100px 0 0;
}
.fotter-abt img{
    height: 50px;
    margin: 0 0 20px;
}
.fotter-abt p{
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    opacity: 0.95;
}

.footer-top{
    padding: 0 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.quicklinks-row{
    padding: 0 0 0 100px;
}
.quicklinks h3{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px;
}
.quicklinks li a{
    font-size: 13px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 0;
    display: block;
}
.quicklinks li a:hover{
    color: #fff;
}

.copyright{
    padding: 25px 0;
}
.copyright p{
    font-size: 14px;
    font-weight: normal;
    color: rgba(255, 255, 255,0.90);
    margin: 0;
}
.copyright p a{
    color: #00A1FD;
    font-weight: 500;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-bx a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #00A1FD;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    margin-right: 15px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    background: #FF0078;
    color: #fff;
}


#myBtn{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #00A1FD;
    line-height: 45px;
    font-size: 26px;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
#myBtn.show{
    opacity: 1;
    visibility: visible;
}
#myBtn:hover{
    background: #FF0078;
    color: #fff;
}
/* **** End Footer **** */

/* **** Mobile Footer **** */
.mobile-footer{
    display: none;
}
.mobile-footer .accordion .accordion-item{
    margin: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-footer .accordion .accordion-item:last-child{
    border: none;
}
.mobile-footer .accordion .accordion-item .accordion-button {
    font-size: 16px;
    color:#fff;
    font-weight: 700;
    padding: 15px 35px 15px 0;
    background-color: transparent;
    position: relative;
}
.mobile-footer .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.mobile-footer .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.mobile-footer .accordion .accordion-item .accordion-button::after {
    display: none;
}
.mobile-footer .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 15px;
    color: #fff;
    height: 30px;
    width: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mobile-footer .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}
.mobile-footer .accordion .accordion-body {
    padding: 0 0 15px;
}
.mobile-footer .accordion .accordion-body li a{
    font-size: 13px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 0;
    display: block;
}
.mobile-footer .accordion .accordion-body li a:hover{
    color: #fff;
}
/* **** End Mobile Footer **** */

/* **** Pricing Page **** */
.pricing-wrp{
    padding: 150px 0 120px;
    position: relative;
}
.pricing-wrp .container{
    position: relative;
    z-index: 1;
}
.pricing-title{
    max-width: 530px;
    margin: 0 auto 30px;
}
.pricing-title h2{
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 66px;
    margin: 0 auto 25px;
}
.pricing-title p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 28px;
    max-width: 395px;
    margin: 0 auto 0;
}
.pricing-tabs .nav-tabs{
    border: none;
    border-radius: 20px;
    background: #051B46;
    padding: 10px;
    max-width: 320px;
    margin: 0 auto 45px;
    display: flex;
    flex-wrap: wrap;
}
.pricing-tabs .nav-tabs li{
    margin: 0;
    width: 50%;
}
.pricing-tabs .nav-tabs li a{
    padding: 15px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: none;
}
.pricing-tabs .nav-tabs .nav-item.show .nav-link, .pricing-tabs .nav-tabs .nav-link.active{
    background: #0085D1;
    border: none;
    color: #fff;
}
.price-box{
    background: #051B46;
    border-radius: 25px;
    position: relative;
    display: flex;
    flex-flow: column;
    height: calc(100% - 30px);
    margin: 0 0 30px;
    overflow: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.price-head{
    padding: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.price-ic{
    min-width: 50px;
    margin-right: 15px;
}
.price-ic img{
    width: 50px;
}

.price-dt h3{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px;
}
.price-dt h6{
    margin: 0;
    opacity: 0.60;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.include-probx{
    padding: 45px;
    position: relative;
    z-index: 1;
}
.include-probx ul{
    margin: 0 0 30px;
}
.include-probx ul li{
    padding: 0 0 0 35px;
    position: relative;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.include-probx ul li:before{
    position: absolute;
    content: '';
    background: url('../images/bullet-ic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    top: 2px;
    left: 0;
}
.include-probx p{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    opacity: 0.85;
    text-align: center;
    line-height: 22px;
    margin: 0 auto 50px;
}
.include-probx h4{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto 5px;
}
.include-probx h5{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    opacity: 0.60;
    text-align: center;
    line-height: 22px;
    margin: 0 auto 25px;
}
.include-probx .btn-main{
    padding: 15px 50px;
    border-radius: 12px;
    background: #00A1FD;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: table;
    margin: 0 auto;
}

.price-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background: linear-gradient(162deg, #0085D1 -7.9%, #00A1FD 103.83%);
    top: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.price-box:hover:before{
    height: 100%;
}
.price-box:hover .price-head{
    border-bottom: 1px solid #D8D8D8;    
}
.price-box:hover .btn-main{
    background: #FF0078;
    color: #fff;
}
img.price-shp{
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* **** End Pricing Page **** */

/* **** Contact Page **** */
.contact-wrp{
    padding: 140px 0;
}
.contact-wrp .container{
    max-width: 1400px;
}
.contact-left{
    max-width: 480px;
}
.contact-left h1{
    font-size:42px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px;
}
.contact-left h6{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    margin: 0 0 75px;
}
.contact-signs ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.contact-signs ul li{
    width: 50%;
    padding: 0 15px;
    margin:0 0 50px;
}
.contact-bx img{
    margin: 0 0 25px;
    width: 50px;
}
.contact-bx h3{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px;
}
.contact-bx p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    opacity: 0.60;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-bx a p:hover{
    opacity: 1;
}
.contact-left .social-bx{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0 0;
}
.contact-left .social-bx a{
    min-width: 35px;
    width: 35px;
    height: 35px;
    background: rgba(24, 170, 255, 0.14);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    display: block;
    margin-right: 10px;
    color: #18AAFF;
    font-size: 14px;
}
.contact-left .social-bx a:last-child{
    margin: 0;
}
.contact-left .social-bx a:hover{
    background: #18AAFF;   
    color: #fff;
}

.contact-form{
    padding: 30px;
    border-radius: 25px;
    background: #051B46;
}
.contact-form h2{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px;
}
.contact-form p{
    margin: 0 0 40px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.contact-form .form-group{
    margin: 0 0 25px;
}
.contact-form .form-group label{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
}
.contact-form .form-group .form-control{
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.02);
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    box-shadow: none;
    height: auto;
    resize: none;
}
.contact-form .form-group .form-control::placeholder{
    color:rgba(255, 255, 255, 0.60);;
}
.contact-form .btn-main{
    padding: 12px 50px;
    border-radius: 12px;
    background: #00A1FD;
    color: #0D0D0D;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: none;
    width: 100%;
    margin: 0 auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-form .btn-main:hover{
    background: #FF0078;
    color: #fff;
}

.subscribe-row{
    margin: 140px 0 0;
    padding: 65px 75px;
    border-radius: 15px;
    background: #051B46;
}
.news-letter-box{
    max-width: 350px;
}
.news-letter-box h3{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #fff;
}
.news-letter-box p{
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    line-height: 18px;
    margin: 0;
    opacity: 0.95;
}
.subscribe-frm .form-group{
    margin: 0;
    position: relative;
}
.subscribe-frm .form-group .form-control{
    padding: 20px 220px 20px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.02);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    height: auto;
    box-shadow: none;
}
.subscribe-frm .form-group .form-control::placeholder{
    color: rgba(255, 255, 255, 0.50);
}
.subscribe-frm .form-group button{
    padding: 15px 15px;
    max-width: 195px;
    width: 195px;
    border-radius: 15px;
    background: #FF0078;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    position: absolute;
    top:7px;
    right: 7px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.subscribe-frm .form-group button:hover{
    background: #0085D1;
    color: #fff;
}
/* **** End Contact Page **** */