/* General
======================*/
*,
:focus {
    outline: 0!important;
}

/*Fonts
==============================*/
@font-face {
    font-family: "myfont";
    src:url('../css/font/myfont.woff2') format('woff2'),
        url('../css/font/myfont.woff') format('woff'),
        url('../css/font/myfont.eot') format('eot'),
        url('../css/font/myfont.ttf') format('truetype'),
        url('../css/font/myfont.otf') format('opentype');
}
@font-face {
    font-family: "myfontxlt";
    src:url('../css/font/myfontxlt.otf') format('opentype');
}

body {
    font-family: "myfont";
    overflow-x: hidden;
    overflow-y: hidden;
}

/* Lists- Links
======================*/
a,a:hover,a:focus {
    text-decoration: none;
}
ul,li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* img
==========================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Forms
======================*/
.form-group {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
}
.form-group label {
    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0;
    color: #2c455b;
    letter-spacing: 1px;
}
.form-control {
    color: #2c455b;
    border: 1px solid #f1f1f1;
    margin: 0 auto;
    padding: 0px 20px 0px 15px;
    height: 45px;
    font-weight: 400;
    line-height: 45px;
    background-color: #fff;
    border-radius: 20px;
    font-size: 14px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 30px;
}

/* Button
======================*/
.custom-btn {
    display: inline-block;
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 25px;
    padding: 0 25px;
    border: 0;
    background: #2c455b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 9999;
}
.custom-btn:hover ,
.custom-btn:focus {
    background: #c29b2c;
    color: #fff;
}
.more-btn a:before{
    content: " ";
    position: absolute;
    width: 2px;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
    background: #2c455b;
}
.more-btn a{
    display: inline-block;
    margin: 10px auto;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    border-radius: 25px;
    padding: 0 25px;
    background: #2c455b;
}
.more-btn a:hover ,
.more-btn a:focus {
    background: #22394c;
    color: #fff;
}

/* Page Setting
======================*/
#wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main {
    display: block;
    position: relative;
    width: 100%;
}
.page-content {
    position: relative;
    display: block;
    width: 100%;
}
.section-setting{
    display: block;
    position: relative;
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}
.section-color{
    background: #f9f9f9;
}
.spacer-15{
    width: 100%;
    height: 15px;
    overflow: hidden;
    clear: both;
    display: block;
}

/*Section title
========================*/
.section-title{
    display: block;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
}
.section-title .title-border{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #000000;
    background: #d6c25f;
    position: relative;
    margin: 50px 0 20px;
}
.section-title .title-border:before{
    content: " ";
    position:absolute;
    width: 2px;
    height: 50px;
    background: #d6c25f;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}
.section-title.custom .title-border:before {
   display: none;
}
.section-title .title-border:after{
    content: " ";
    width: 0;
    height: 0;
    border-left: 50px solid #d6c25f;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 0;
    top: 50px;
 }
.section-title h3{
    color: #2c455b;
    display: block;
    position: relative;
    font-size: 34px;
    line-height: 35px;
    margin: 10px auto;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.section-title p {
    display: block;
    position: relative;
    font-size: 14px;
    color: #777;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: lowercase;
    max-width: 991px;
    margin: 0;
}
.section-title p.custom{
    font-size: 18px;
    color: #555;
    line-height: 25px;
    max-width: 991px;
}

/* Copy Rights
====================*/
.copyrights{
    color: #fff;
    font-size: 13px;
    word-spacing: 1px;
    line-height: 30px;
    padding: 15px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #2c455b;
}

/*Features
===============================*/
.our-features{
    overflow-y: visible;
}
.our-features .feat-item {
    display: block;
    position: relative;
    text-align: center;
    margin: 15px auto;
    padding: 5px;
    min-height: 215px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
}
.our-features .feat-item .feat-icon  {
    position: relative;
    margin: 15px auto;
    width: 64px;
    transition: 0.5s all;
    background: #fff;
}
.our-features .feat-item .feat-icon img{
    transition:0.5s all;
}
.our-features .feat-item .feat-content {
    display: block;
    position: relative;
    margin: 5px auto;
    text-align: center;
}
.our-features .feat-item .feat-content h3{
    color: #2c455b;
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 30px;
    margin: 0px auto 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.our-features .feat-item .feat-content p{
	margin: auto;
	font-size: 11px;
	color: #2c455b;
	line-height: 22px;
	letter-spacing: .5px;
	text-transform: lowercase;
}
.our-features .feat-head-img img{
    padding: 0px 15px 0px;
}

/* Features Shsap 1
============================*/
.work{
    padding-bottom: 40px;
    
}
#projects{
    background: #f5f6f6;
}

/* Step Item
============================*/
.step-item {
    display: block;
    position: relative;
    text-align: center;
    margin: 15px;
    padding: 10px;
    background: #fff;
    min-height: 265px;
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
}
.step-item .step-icon {
    position: relative;
    margin: 15px auto;
    width: 64px;
    transition: 0.5s all;
    background: #fff;
}
.step-item .step-icon img{
    transition:0.5s all;
}
.step-item span {
    position: absolute;
    top: 0;
    font-size: 50px;
    left: 0;
    text-align: left;
    opacity: .03;
    font-style: italic;
}
.step-item .step-content {
    display: block;
    position: relative;
    margin: 5px auto;
    text-align: center;
}
.step-item .step-content h3{
    color: #2c455b;
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 30px;
    margin: 0px auto 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.step-item .step-content p{
	margin: auto;
	font-size: 12px;
	color: #2c455b;
	line-height: 22px;
	letter-spacing: .5px;
	text-transform: lowercase;
}
.step-item  a.custom-btn{
    margin-top: 10px;
}
/*Inner Step
===========================*/
.steps-wrap{
    display: block;
    position: relative;
    text-align: center;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 7px -1px rgba(0,0,0,.17);
}
.steps-slid .steps-wrap{
    margin-left: 15px;
    margin-right: 15px;
}
.steps-wrap h3{
    color: #2c455b;
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin: 0px auto 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.steps-wrap p{
    margin: auto;
    font-size: 11px;
    color: #2c455b;
    line-height: 22px;
    letter-spacing: .5px;
    text-transform: lowercase;
}
.steps-wrap a{
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
}
.steps-wrap img {
    display: block;
    margin: -60px auto 15px;
    width: 84px;
    height: 84px;
    text-align: center;
    background: #f9f9f9;
    padding: 10px;
    box-shadow: 0 2px 7px -1px rgba(0,0,0,.17);
}
.steps-wrap-wide{
    overflow: hidden;
}
.steps-wrap-wide img{
    float: left;
    width: 64px;
}
.steps-wrap-wide .steps-info{
    display: block;
    padding: 0px 10px 10px 80px;
}
.steps-wrap-wide .steps-info .info-text{
    margin: 10px 0px;
}
.step-wrap-img{
    text-align: center;
    display: block;
    position: relative;
}
.step-wrap-img img{
    height: 450px;
    width: auto;
    display: block;
    margin: 0 auto;
    float: none;
}

/*video Item
========================*/
.portfolio-fliter{
    position: relative;
    padding: 0;
    margin: 5px auto 15px;
    text-align: center;
}
.portfolio-fliter li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #2c455b;
    color: #fff;
    text-align: center;
    margin: 5px auto;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.portfolio-fliter li.active  ,
.portfolio-fliter li:hover ,
.portfolio-fliter li.active:hover  {
    background: #d6c25f;
}
.mix{
    display: none;
}
.video-item{
    display: block;
    position: relative;
    margin: 15px auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 7px -1px rgba(0,0,0,.17);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.video-item .video-img{
    display: block;
    position: relative;
    height: 240px;
    overflow: hidden;
    width: 100%;
}
.video-item .video-img img {
    width: 100%;
    height: 100%;
}
.video-item .video-img .video-hover{
    position: absolute;
    top: -100%;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 85px 0px;
    background-image: -moz-linear-gradient(-45deg,rgb(44, 69, 91) 0,rgb(119, 140, 158) 100%);
    background-image: -webkit-linear-gradient(-45deg,rgb(44, 69, 91) 0,rgb(119, 140, 158) 100%);
    background-image: -ms-linear-gradient(-45deg,rgb(44, 69, 91) 0,rgb(119, 140, 158) 100%);
    background-image: linear-gradient(-45deg,rgb(44, 69, 91) 0,rgb(119, 140, 158) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.video-item:hover .video-img .video-hover{
    top:0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.video-item .video-img .video-hover a{
    display: block;
    width: 64px;
    height: 64px;
    margin:  0 auto;
    text-align: center;
}
.video-item .video-img .video-hover a i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    margin-right: -5px;
}
.video-item .video-cont{
    display: block;
    position: relative;
    padding: 15px;
}
.video-item .video-cont .title{
    display: block;
    line-height: 35px;
    font-size: 16px;
    color: #2c455b;
    margin: 0 auto;
    letter-spacing: 1px;
}

/*contact-info
========================*/
.contact{
    padding-bottom: 0;
}
.contact-form{
    margin-bottom:15px;
}
.contact-info{
    box-shadow: 0 2px 7px -1px rgba(0,0,0,.17);
    display: block;
    padding: 20px;
    margin-bottom: 15px;
    background: #fff;
 }
.contact-info .contact-info-icon{
    width: 45px;
    height: 40px;
    text-align: center;
    background: #2c455b;
    position: relative;
    margin-left: 10px;
    float: left;
}
.contact-info .contact-info-icon:after{
    content: " ";
    width: 0;
    height: 0;
    border-left: 45px solid #2c455b;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 0;
    top: 40px;
}
.contact-info .contact-info-icon > i{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}
.contact-info .contact-info-body{
    display: block;
    padding: 0px 10px 10px 70px;
}
.contact-info .contact-info-body h4{
    color: #2c455b;
    font-size: 22px;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}
.contact-info .contact-info-body p{
    color: #2c455b;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 25px;
    letter-spacing: 1px;
}

/*Hint
==================*/
.hint{
    display: block;
    position: relative;
    width: 100%;
    background: url(../images/bc.jpg);
    background-size: cover;
    background-position:center;
    background-attachment: fixed;
    padding:0 0 40px;
}
.hint:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.hint .section-title .title-border{
    width: 145px;
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 2px;
    height: 80px;
    text-align: left;
    line-height: 30px;
    padding: 10px;
}
.hint .section-title .title-border:after {
    border-left: 145px solid #d6c25f;
    top: 80px;
}

/* Lists
========================*/
.dot-lists{
	overflow:hidden;
    text-align: right;
}
.dot-lists li{
    padding-left: 20px;
    line-height: 30px;
    color: #2c455b;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: left;
    position: relative;
    text-transform: capitalize;
}
.dot-lists li:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    background: #d6c25f;
    border-radius: 50%;
}

/* Tabs
========================*/
.nav-tabs {
    border-bottom: 0;
    background: #f9f9f9;
    margin-top: 20px;
}
.nav-tabs>li {
    float: left;
    margin: 0;
    width: 50%;
    text-align: center;
}
.nav-tabs>li>a {
    margin: 0;
    line-height: 40px;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    color: #232333;
    background: #f9f9f9;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-size: 15px;
    letter-spacing: 3px;
}
.nav-tabs>li:last-child>a{
    border-right: 0;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #ffffff;
    background: #d6c25f;
    border:0;
    border-right: 1px solid #d6c25f;
    border-bottom: 1px solid #d6c25f;
    letter-spacing: 3px;
}
.tab-content{
    background: #f9f9f9;
    padding: 15px;
    display: block;
    position: relative;
    overflow: hidden;
}
.head-title {
    color: #d6c25f;
    font-size: 20px;
    letter-spacing: 2px;
    display: block;
    margin: 5px auto;
    text-transform: capitalize;
    line-height: 30px;
}
.info-text {
    color: #555;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    display: block;
    margin: 5px auto;
}

/* Side Menu
=====================*/
.side-menu-wrap{
    position: fixed;
    right: 30px;
    top: 30px;
    width: 40px;
    z-index: 998;
    text-align: center;
    -webkit-transition: .7s all;
    -moz-transition: .7s all;
    transition: .7s all;
}
.side-menu-wrap:before {
    content: " ";
    position: absolute;
    width: 2px;
    height: 30px;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    background: #2c455b;
}
.toggle , .lang{
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #ffffff;
    margin: auto;
    background: #2c455b;
}
.lang{
    background: #cca129;
    overflow: hidden;
}
.side-menu{
    position: relative;
    width: 100%;
    width: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #2c455b;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    -webkit-transition: .7s all;
    -moz-transition: .7s all;
    transition: .7s all;
}
.side-menu.in{
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    -webkit-transition: .7s all;
    -moz-transition: .7s all;
    transition: .7s all; 
}
.lang li ,.side-menu li{
  text-align:center;
  margin: 0 auto;
}
.lang li a , .side-menu li a{
    display: block;
    position: relative;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    border-top: 1px solid #22394c;
}
.lang li a{
    border:0;
}
.lang li a span:before ,
.side-menu li a span:before{
  content:" ";
  position:absolute;
  left: -30px;
  border-left: 15px solid transparent;
  border-right: 15px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.lang li a:hover ,
.side-menu li a:hover{
  background: #22394c;
  color:#fff;
}

/*Welcome Home 
==========================*/
.welcome {
    position: relative;
    background: url(../images/bc.jpg) 50% 0;
    background-attachment: fixed;
    background-repeat: repeat;
    overflow: hidden;
    background-size: cover;
    z-index: 100;
    padding: 100px 0px 150px;
}
.welcome:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.4);
}
.wel-head .logo{
    width: 100%;
    margin: 0 auto;
    max-width: 520px;
}
.curve{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/curve.png) repeat-x center bottom;
    z-index: 998;
}
.wel-head{
    position: relative;
    z-index: 9999;
    padding: 10px;
}
.wel-head .title{
    color: #2c455b;
    display: block;
    position: relative;
    font-size: 40px;
    line-height: 50px;
    margin: 10px auto;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.wel-head .info-text{
    color: #fff;
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    line-height: 30px;
    max-width: 580px;
}
.wel-home-img img{
    margin-top: 0px;
    z-index: 9999;
}
.wel-head .app-down {
    display: block;
    margin-top: 30px;
}
.scoial-links{
    display: block;
    position: relative;
    text-align: center;
    margin: 15px auto;
}
.scoial-links li{
    display: inline-block;
    position: relative;
    margin: 5px auto;
}
.scoial-links li a {
    display: block;
    position: relative;
    color: #fff;
    background: #7b7b7b;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    border-radius: 50%;
}
.scoial-links li a i{
     width: 45px;
     height: 45px;
     line-height: 45px;
     text-align: center;
     display: block;
     font-size: 19px;
     color: #fff;
}
.scoial-links li a:hover{
    transform: translateY(-3px); 
    -webkit-transition: .4s all;
       -moz-transition: .4s all;
            transition: .4s all;
}
.wel-head .custom-btn{
    background: #fff;
    color: #000000;
    margin: 10px 0 0;
}
.wel-head .custom-btn:hover{
    color: #fff;
    background: #d6c25f;
}

/* Fun Facts
=========================*/
/*FunFacts
==========================*/
.funfacts {
    display: block;
    position: relative;
    width: 100%;
    background: url(../images/bc.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
}
.funfacts:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.counter {
    display: inline-block;
    text-align: center;
    margin: 15px auto;
    padding: 25px 15px;
    background: rgba(0, 0, 0, 0.3);
    min-width: 170px;
}
.counter > h3 {
    display: block;
    line-height: 40px;
    margin: 5px auto;
    color: #fff;
    font-size: 36px;
    letter-spacing: 3px;
}
.counter > .count-name {
    display: block;
    position: relative;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
@media all and (max-width:480px) {
    .counter {
        display: block;
        padding: 10px 0px;
        width: 100%;
    }
}

/*Scroll Up
=========================*/
#scroll-to-up {
    position: fixed;
    right: 15px;
    bottom: 30px;
    display: none;
    z-index: 9998;
    width: 40px;
    height: 40px;
    opacity:.9;
}
#scroll-to-up:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 40px solid #d6c25f;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 0;
    top: 40px;
}
#scroll-to-up i {
    background: #d6c25f;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #2c455b;
    transition: .25s all ease-in-out;
    font-size: 15px;
}
#scroll-to-up:hover {
    transition: .25s all ease-in-out;
    opacity: 1;
}

/*Page Heading
================================*/
.page-heading {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0 120px;
}
.page-heading .breadcrumb {
	background: none;
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	border-radius: 0;
	text-align: left;
}
.page-heading .breadcrumb > li + li:before {
	padding: 0px 5px;
	color: #2c455b;
	content: " | ";
}
.page-heading .breadcrumb li ,
.page-heading .breadcrumb a {
	color: #2c455b;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 100;
}
.page-heading .breadcrumb a i{
	margin-right: 5px;
}
.page-heading .breadcrumb > .active {
    color: #2c455b;
}

/*Ask Price
============================*/
.price-form{
    background: #f9f9f9;
    overflow: hidden;
    max-width: 991px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.price-form .form-group{}
.price-form .form-group .form-control{
    border-radius: 0;
}
.price-form .form-group label{}


/*Media Query
========================*/
@media all and (min-width:992px) and (max-width:1170px){
    .wel-head{
        padding-top: 20px;
    }
    .welcome{
        padding-top: 40px;
    }
}
@media all and (max-width:991px){
    .curve{
        display: none;
    }
    .wel-home-img img{
        display: none;
    }
    .wel-head{
        padding: 40px 0px;
    }
}
@media all and (max-width:767px){
    .video-item{
        max-width: 480px;
    }
    
}
@media all and (max-width:480px){
    .subscribe-form .custom-btn{
        position: relative;
        right: auto;
        top: auto;
        margin: 5px auto;
    }
    .subscribe{
        font-size: 20px;
        line-height: 25px;
    }
    .wel-head .title{
        font-size: 22px;
        line-height: 35px;
        text-align: center;
        margin-bottom: 10px;
    }
    .wel-head .info-text{
        font-size: 13px;
        line-height: 25px;
        text-align: center;
    }
    .scoial-links{
        text-align:center;
    }
    .wel-head .custom-btn{
        text-align: center;
        width: 180px;
    }
    .wel-head{
        text-align:center;
        padding-top: 10px;
    }
}

/*Loading
==========================*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: repeat;
    overflow: hidden;
    background-size: cover;
    z-index: 100;
    z-index: 9999;
    padding: 60px 0px 0px;
}
.loading:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2c455b;
}
.loading-content {
    text-align: center;
    overflow: hidden;
    position: absolute;
    width: 240px;
    height: 200px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -120px;
    z-index: 9999;
}
.loading-content h3{
    font-size: 52px;
    line-height: 60px;
    margin: 10px auto;
    color: #fff;
    letter-spacing: 3px;
    text-transform: capitalize;
}
.loading-content p{
    font-size: 14px;
    line-height: 35px;
    margin: 10px auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.loading-content i{
    font-size: 40px;
    color: #ffffff;
}
.home-vedio{
    margin-top: 30px;
}
.player .vp-player-layout{
    top: 0!important;
}

/*Scroll Down
========================*/
.scroll-down {
    font-size: 20px;
    color: #2c455b;
    position: relative;
    display: block;
    margin: 35px auto 10px;
}
.scroll-down .mouse-icon {
    width: 30px;
    background: #2c455b;
    height: 55px;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto 15px;
    position: relative;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.scroll-down .icon-scroll {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-animation-name: scroll;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}
@-moz-keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}
@-ms-keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}
.pakage-item{
    display: inline-block;
    text-align: center;
    border: 1px solid #f9f9f9;
    padding: 15px;
    overflow: hidden;
    margin: 15px 5px;
    min-width: 220px;
}
.pakage-item .pakage-icon{
    display: block;
    margin: 5px auto;
    position: relative;
}
.pakage-item .package-content{}
.pakage-item .package-content h2{font-size: 22px;margin: 5px auto;line-height: 40px;letter-spacing: 2px;text-transform: capitalize;}
.pakage-item .package-content p{
    color: #2c455b;
    font-size: 16px;
    margin: 5px auto;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    word-spacing: 1px;
}