@charset "UTF-8";

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

a {
    color: #56bbf4;
}

a:hover,
a:focus {
    color: #04419b;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #022977;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #022977;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #0c78c1;
}

.bor h4{padding: 15px 15px;
    border: 1px dashed #8f8f8f;}


h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

p {
    color: #545d63;
}

p.lead {
    color: #5794b6;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #37b2f7 0%, #0967b4 100%);
    background-image: -webkit-linear-gradient( 122deg, #37b2f7 0%, #0967b4 100%);
    background-image: -ms-linear-gradient( 122deg, #37b2f7 0%, #0967b4 100%);
    background-image: linear-gradient( 122deg, #37b2f7 0%, #0967b4 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #08e5ff 0%, #37b2f7 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #eff7fc;
}

.section {
    padding: 50px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #8f8f8f;
    font-size: 20px;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cd99d4;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
	background:url(../images/main-bg.jpg);
}

.tagline {
    font-size:19px;
    font-weight: 300;
    color: #cadfeb;
    max-width: 800px;
    margin: 0 auto;
	margin-top:40px;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #08e5ff;
    background:#08e5ff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
     background: -moz-linear-gradient(top, #37b2f7 0%, #0c78c1 100%);
    background: -webkit-linear-gradient(top, #37b2f7 0%, #0c78c1 100%);
    background: linear-gradient(to bottom, #37b2f7 0%, #0c78c1 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #fff;
    background-image: -moz-linear-gradient( 122deg, #37b2f7 0%, #0967b4 100%);
    background-image: -webkit-linear-gradient( 122deg, #37b2f7 0%, #0967b4 100%);
    background-image: -ms-linear-gradient( 122deg, #37b2f7 0%, #0967b4 100%);
    background-image: linear-gradient( 122deg, #37b2f7 0%, #0967b4 100%);
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #0a70bb #faf6fb #FFF;
    color: #37b2f7;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 50px;
    color: #37b2f7;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #04419b;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

/******NEW STYLE******/
.no-padding{ padding:0px;}
.mt-5 h1{ font-size:60px; color:#175de8; font-family: 'AmericanCaptain'; letter-spacing:14px; }
.mt-5 h1 span{font-size:100px; letter-spacing: 10px !important; color:#fff; display:block; line-height: 90px; letter-spacing:normal;}
.img-holder .btn-primary{ font-size: 20px; font-weight: 700; border-radius: 0px; padding:22px 52px; margin-top:2rem;}
.img-holder .btn-primary:hover{ cursor: pointer;}
.img-holder{ padding-bottom:15%; }
#features{ margin-bottom:5rem;}
.gradient-fill{color: #04419b;}
.about-icon{ margin-bottom:20px;}
.our-motto{ text-align:center; margin-bottom: 20px;} 


#myVideo { position: absolute; right: 0; bottom: 0; min-width: 100%; min-height:00%; top:0;}

.content {z-index: 1111; position: relative; bottom: 0; top:0; background: rgba(20, 29, 35, 0.7); color: #f1f1f1; width: 100%; padding: 40px 20px 100px; 
margin-top:-7rem;}
.logo-area{ margin-bottom:5rem;}

.other-section{ position:relative; z-index: 11; background:#fff; padding-top: 1px;}
.client-logos{ padding-bottom:10px;}
.custom-bg{ background:url(../images/main-bg.jpg) center top !important; }

.title2{ font-size: 27px; margin-top: 0.75rem;}
.text-lg-left p{ color:#fff;}
.logo1{ text-align:left;}
.logo2{ text-align:right;}
.lity-active,.lity-active body {overflow: hidden;}
.lity{ background:rgba(20,29,36,0.8);}
.lity-style{ width:30rem; margin-left: auto; margin-right:auto; }


.contact-form .form-control{ background:#ededed; border:none; height:55px;
-webkit-box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.2);
box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.2); padding:10px 27px;}

.contact-form .form-control::placeholder{ color:#575757; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight:400;}
.contact-form .text-area{ height:198px;}
.contact-form-head{ text-align:center; background:url(../images/main-bg.jpg); padding:0px;}
.contact-form-head h2{ font-size:50px; color:#08e5ff; text-transform: capitalize; font-family: 'Source Sans Pro', sans-serif; font-weight: 700;
padding:30px;}
.contact-form-head hr{width:40px; border-top:2px solid #abacaf; margin-top: 3px; margin-left:auto; margin-right: auto; text-align: center;  margin-bottom:3rem;}
.indication-text{ color:#818181; font-size:14px; margin-top:15px; margin-bottom:15px; font-family: 'Montserrat', sans-serif; font-weight:300; text-align:center;}
.submit-area{ text-align:center; padding-bottom:30px;}
.submit-area .btn-primary{font-family: 'Source Sans Pro', sans-serif; font-weight: 700; font-size: 16px; text-transform:capitalize; border-radius: 0px; border:none; padding:15px 96px;}
.submit-area .btn-primary:hover{cursor:pointer;}
.list-styled{ margin-left:0px;}
.list-styled li{ list-style-position:outside; margin-bottom: 8px; list-style-type: circle;}
.nav-tab-content h2{ text-transform:uppercase; font-size: 31px; font-weight:400; padding-bottom:10px;}
.nav-tab-content .lead{ line-height:25px; color:#668ca1;} 
.nav-tab-content strong{ font-weight: 500;} 
.contact-number-area h4{ font-size:26px; color:#08e5ff; text-transform: capitalize; margin-top:2rem; }
.contact-number-area h4 span{ color:#fff; font-size:20px; }
.faq-area a{ background:none; font-size:20px; color:#08e5ff; font-weight:600; box-shadow: none; padding:0px;}
.faq-area a:hover, .faq-area a:focus, .faq-area a:active { background:none !important; box-shadow: none; color:#08e5ff !important; cursor: pointer;}
.modal-header h5{font-family: 'Montserrat', sans-serif; font-weight:700; color:#37b2f7; text-transform: capitalize;}
.question-answer-area{ padding:30px;}
.question-answer-area h2{ font-size: 20px; font-weight: 500; color: #0e4367; text-align: left; line-height: 26px; }
.question-answer-area p{ font-size: 16px; font-weight: 300; text-align: left;}
.faq2 a{ background-image: linear-gradient(122deg, rgb(55, 178, 247) 0%, rgb(9, 103, 180) 100%); box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 32px 0px; 
font-weight: 500; border-radius: 3px; padding: 0.6rem 2rem; border-width: 0px; border-style: initial; border-color: initial; border-image: initial; 
font-size: 14px; color:#fff !important; margin-top:2rem;}
.faq2 a:hover{ background-image: linear-gradient( 122deg, #08e5ff 0%, #37b2f7 100%) !important; box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3) !important; 
	color: #FFF !important;}
.faq2{ text-align:center;}
.success-message{font-size:26px; font-weight: 700; color:#08e5ff; 
text-transform: capitalize; padding:40px;}
/******NEW STYLE******/

/*Mobile*/
@media screen and (max-width: 480px){
	.img-holder{ padding-bottom:41%;}
	.img-holder .btn-primary{ margin-top:0px;}
	.bg-gradient { background:url(../images/main-bg.jpg) no-repeat center center;}
	.logo1, .logo2{ text-align:center; margin:20px 0; }
	.lity-style{ width:auto; margin-left: auto; margin-right:auto; overflow: auto; }

/*Tablet*/
@media screen and (max-width: 768px){
	.mt-5 h1{ font-size:50px; color:#08e5ff; font-family: 'AmericanCaptain'; letter-spacing:18px; }
	.mt-5 h1 span{font-size:80px;  color:#fff; display:block; line-height: 90px; letter-spacing:normal;}
	.img-holder{ padding-bottom:31%;}
	.img-holder .btn-primary{ margin-top:0px;}
	.logo1, .logo2{ text-align:center; margin:20px 0;}
	.lity-style{ width:auto; margin-left: auto; margin-right:auto; overflow: auto; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.mt-5 h1{ font-size:80px; color:#08e5ff; font-family: 'AmericanCaptain'; letter-spacing:18px; }
	.mt-5 h1 span{font-size:110px;  color:#fff; display:block; line-height: 90px; letter-spacing:normal;}
	.img-holder{ padding-bottom:31%;}
	.img-holder .btn-primary{ margin-top:0px;}
	.lity-style{ width:auto; margin-left: auto; margin-right:auto; overflow: auto; }
}




.photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom:0;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }
  

  .team-pic{}
  .team-pic span{ padding: 0 0 0 30px !important;}

  

