| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140 |
- /* ========================================================================= */
- /*
- /*
- /******************************* Main Style Sheet ****************************/
- /*
- /*
- /* ========================================================================= */
- body {
- background-color: #fff;
- font-family: 'Open Sans', sans-serif;
- line-height: 1.9;
- font-size: 14px;
- color: #777;
- }
- ol, ul {
- margin: 0;
- padding: 0;
- list-style: none;
- }
- figure, p {
- margin: 0;
- }
- a {
- -webkit-transition: all .3s ease-in 0s;
- transition: all .3s ease-in 0s;
- }
- iframe {
- border: 0;
- }
- a, a:focus, a:hover {
- text-decoration: none;
- outline: 0;
- }
- a:focus, a:hover {
- color: inherit;
- }
- h1, h2, h3,
- h4, h5, h6 {
- font-family: 'Open Sans', sans-serif;
- font-weight: normal;
- margin: 0;
- }
- .clear:before,
- .clear:after {
- content: " ";
- display: table;
- }
-
- .clear:after {
- clear: both;
- }
-
- .clear {
- *zoom: 1;
- }
- body > section {
- padding: 100px 0;
- }
- .section-title {
- margin: 0 auto 85px;
- width: 700px;
- }
- .section-title h2 {
- color: #333;
- font-family: "Baloo Thambi",cursive;
- font-size: 40px;
- font-weight: 700;
- letter-spacing: 1px;
- margin-bottom: 45px;
- padding-bottom: 20px;
- position: relative;
- text-transform: uppercase;
- }
- .section-title h2::before,
- .section-title h2:after {
- border-bottom: 1px solid #1f2021;
- bottom: 0;
- content: "";
- left: 50%;
- margin-left: -50px;
- position: absolute;
- width: 100px;
- }
- .section-title h2::after {
- border-bottom: 1px solid #1f2021;
- bottom: -7px;
- margin-left: -37.5px;
- width: 75px;
- }
- .section-title p {
- font-size: 16px;
- font-weight: 300;
- line-height: 1.9;
- }
- .btn {
- border-radius: 0;
- }
- .btn:hover,
- .btn:focus {
- outline: 0;
- }
- .tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
- .btn-blue {
- background-color: #E7EF4A;
- color: #333;
- font-size: 14px;
- line-height: 24px;
- padding: 10px 35px;
- text-transform: uppercase;
- }
- .kill-margin {
- margin: 0 !important;
- }
- .p-0 {
- padding: 0 !important;
- }
- #home{
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- /*-ms-flex-align: center;*/
- }
- /*************************
- *******Navigation******
- **************************/
- #navigation,
- .navbar-brand,
- .navbar-toggle,
- .navbar-nav > li > a,
- .search-form > #search-sub {
- -webkit-transition: all 0.6s ease;
- transition: all 0.6s ease;
- }
- .animated-nav .navigation .navbar-nav > li > a {
- padding: 23px 25px;
- }
- .animated-nav#navigation > .container {
- border-bottom: none;
- }
- .navbar-brand {
- height: inherit;
- padding: 30px 0;
- }
- .navbar-brand .site-logo{
- font-size: 30px;
- color: #fff;
- text-transform: uppercase;
- font-weight: 900;
- }
- .site-logo span{
- font-size: 55px;
- color: #E7EF4A;
- font-weight: 900;
- }
- .animated-nav .site-logo span{
- color: #333;
- }
- .navbar-brand a {
- display: block;
- }
- .navigation .navbar-nav > li > a {
- color: #fff;
- font-size: 13px;
- font-weight: 600;
- padding: 38px 25px;
- text-transform: uppercase;
- }
- .navigation .navbar-nav > li.current > a {
- color: #E7EF4A;
- position: relative;
- }
- .animated-nav .navigation .navbar-nav > li.current > a::before,
- .animated-nav .navigation .navbar-nav > li.current > a::after {
- top: 50px;
- }
- .navigation .navbar-nav > li.current > a::before,
- .navigation .navbar-nav > li.current > a::after {
- background-color: #fff;
- content: "";
- height: 5px;
- position: absolute;
- top: 65px;
- border-radius: 50%;
- width: 5px;
- }
- .navigation .navbar-nav > li.current > a::before {
- left: 50%;
- }
- .navigation .navbar-nav > li.current > a::after {
- right: 50%;
- }
- .animated-nav .navigation .navbar-nav > li.current > a {
- color: #fff;
- }
- .navigation .navbar-nav > li > a:focus,
- .navigation .navbar-nav > li > a:hover {
- background-color: transparent;
- }
- .search-form {
- position: relative;
- }
- .search-form > #search {
- width: 100%;
- }
- .search-form > #search {
- background-color: transparent;
- height: 40px;
- border: 0 ;
- margin-top: 28px;
- width: 100%;
- }
- .search-form > #search-sub {
- background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;
- border: 0 ;
- bottom: 11px;
- height: 15px;
- position: absolute;
- right: 8px;
- padding: 0;
- text-indent: -9999em;
- width: 15px;
- }
- .animated-nav .search-form > #search-sub {
- bottom: 22px;
- }
- /*************************
- *******Main Slider******
- **************************/
- #home {
- background: url('../../../uploads/home/bg1.jpg') fixed no-repeat left top / cover;
- background-color: #121116;
- }
- #home{
- color: #fff;
- padding: 0;
- text-align: center;
- overflow: hidden;
- background-color: #E7EF4A;
- min-height: 800px;
- }
- .home-intro {
- max-width: 850px;
- margin: 0 auto;
- padding: 70px 0;
- }
- .home-intro h2 {
- font-size: 55px;
- font-weight: 100;
- line-height: 1.4;
- margin-bottom: 30px;
- text-transform: uppercase;
- font-family: 'Baloo Thambi', cursive;
- }
- .home-intro p{
- font-size: 18px;
- font-weight: 100;
- }
-
- .home-intro .available{
- margin-top: 50px;
- display: inline-block;
- border: 2px solid #fff;
- padding: 17px 30px;
- }
- .home-intro .available li span{
- font-size: 14px;
- letter-spacing: 1px;
- font-family: 'Slabo 27px', serif;
- text-transform: uppercase;
- }
- .home-intro .available li i {
- font-size: 20px;
- padding: 0 5px;
- }
- /*============================================================
- Services
- ============================================================*/
- #service{
- padding-bottom: 40px;
- }
- #service .media > .pull-left{
- margin-right: 20px;
- }
- #service .media .media-body h3 {
- color: #555;
- font-family: 'Slabo 27px', serif;
- font-size: 25px;
- font-weight: 600;
- margin-bottom: 20px;
- }
- #service .media .media-body p{
- max-width: 265px;
- }
- #service .media{
- padding-bottom: 10px;
- }
- .service-item {
- margin-bottom: 70px;
- }
- .service-icon {
- float: left;
- margin-top: 8px;
- }
- .service-desc {
- margin-left: 115px;
- }
- .service-item h3 {
- color: #E7EF4A;
- font-size: 20px;
- margin-bottom: 28px;
- }
- .service-item p {
- line-height: 24px;
- }
- .fact-icon {
- position: relative;
- width: 50px;
- height: 28.87px;
- background-color: #E7EF4A;
- margin: 14.43px auto;
- }
- .fact-icon:before,
- .fact-icon:after {
- content: "";
- position: absolute;
- width: 0;
- left: 0;
- border-left: 25px solid transparent;
- border-right: 25px solid transparent;
- }
- .fact-icon:before {
- bottom: 100%;
- border-bottom: 14.43px solid #E7EF4A;
- }
- .fact-icon:after {
- top: 100%;
- width: 0;
- border-top: 14.43px solid #E7EF4A;
- }
- .fact-icon > i {
- color: #555;
- }
- /*============================================================
- Service Bottom
- ============================================================*/
- #service-bottom {
- background: url('../img/bg/bg2.jpg') scroll no-repeat left top / cover;
- background-color: #121116;
- }
- #service-bottom {
- background-color: #1f2021;
- padding-bottom: 0;
- position: relative;
- overflow: hidden;
- }
- .mobile-device {
- position: relative;
- }
- .mobile-device img {
- float: left;
- position: relative;
- }
- .mobile-device .black {
- left: 98px;
- z-index: 2;
- }
- .mobile-device .white {
- bottom: -62px;
- z-index: 1;
- }
- .service-features {
- background-color: rgba(231, 239, 74, 0.8);
- bottom: 0;
- color: #fff;
- padding: 70px 0 50px 65px;
- position: absolute;
- right: 0;
- top: 0;
- width: 45%;
- }
- .service-features h3 {
- color: #333;
- font-size:30px;
- font-weight: 600;
- margin-bottom: 30px;
- text-transform: uppercase;
- font-family: 'Baloo Thambi', cursive;
- }
- .service-features p {
- max-width: 420px;
- font-size: 18px;
- margin-bottom: 20px;
- color: #333;
- font-family: 'Slabo 27px', serif;
- }
- .service-features ul li i {
- font-size: 22px;
- padding-right: 15px;
- }
- .service-features ul li {
- color: #333;
- font-size: 16px;
- line-height: 36px;
- }
- /*============================================================
- Portfolio
- ============================================================*/
- #portfolio{
- padding-bottom: 0;
- }
- #projects {
- width: 100%;
- }
- .project-filter {
- margin-bottom: 40px;
- }
- .project-filter ul li {
- padding: 0;
- }
- .project-filter ul li a {
- color: #777;
- display: block;
- font-family: "Slabo 27px",serif;
- font-weight: 600;
- letter-spacing: 1px;
- line-height: 18px;
- padding: 10px 12px;
- position: relative;
- }
- .project-filter ul li a::before {
- background-color: #999;
- border-radius: 50%;
- content: "";
- height: 6px;
- left: -6px;
- position: absolute;
- top: 16px;
- width: 6px;
- }
- .project-filter ul li a.active:before {
- background-color: #E7EF4A;
- border-radius: 50%;
- content: "";
- height: 6px;
- left: -6px;
- position: absolute;
- top: 16px;
- width: 6px;
- }
- .project-filter ul li a:hover,
- .project-filter ul li a.active {
- color: #E7EF4A;
- }
- .mix {
- display: none;
- }
- .portfolio-item {
- position: relative;
- float: left;
- overflow: hidden;
- width: 25%;
- }
- .plus {
- cursor: pointer;
- background: rgba(231, 239, 74, 0.8) url("../img/overlay/plus.png") no-repeat scroll center center;
- display: inline-block;
- height: 100%;
- position: absolute;
- -webkit-transform: scale(0);
- transform: scale(0);
- -webkit-transition: all 0.3s ease-out 0s;
- transition: all 0.3s ease-out 0s;
- width: 100%;
- top: 0;
- }
- .portfolio-item:hover .plus {
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
- .portfolio-item img{
- width: 100%;
- -webkit-transform: scale(1.15);
- transform: scale(1.15);
- -webkit-transition: all 0.3s ease-out 0s;
- transition: all 0.3s ease-out 0s;
- }
- .portfolio-item:hover img{
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- /*============================================================
- About Us
- ============================================================*/
- #about {
- padding-bottom: 0;
- }
- #about .section-title p{
- margin-bottom: 30px;
- }
- .about-us img {
- margin: 0 auto;
- }
- /* Counter section */
- #count {
- background: url('../img/bg/bg3.jpg') scroll no-repeat center bottom / cover;
- background-color: #121116;
- padding-bottom: 90px;
- }
- .fact-item {
- background-color: rgba(231, 239, 74, 0.5);
- border-bottom-right-radius: 30px;
- border-top-left-radius: 30px;
- color: #fff;
- margin: 15px auto;
- max-width: 260px;
- padding: 30px 0;
- }
- .count-icon i{
- color: #333;
- font-size: 20px;
- width: 50px;
- height: 50px;
- background-color: rgba(255, 255, 255, 0.5);
- padding-top: 14px;
- border-radius: 50%;
- }
- .count-icon{
- border-bottom: 2px solid #fff;
- padding-bottom: 25px;
- display: inline-block;
- }
- .fact-item span {
- display: block;
- font-size: 60px;
- font-weight: 700;
- line-height: 1;
- margin: 25px 0 9px;
- font-family: "Baloo Thambi",cursive;
- }
- .fact-item p {
- font-weight: 600;
- }
- /*============================================================
- About Us
- ============================================================*/
- .subtitle h3 {
- color: #555;
- font-family: 'Baloo Thambi', cursive;
- font-size: 30px;
- font-weight: 600;
- margin-bottom: 30px;
- text-transform: uppercase;
- }
- .subtitle p {
- line-height: 25px;
- margin-bottom: 65px;
- }
- .tst-single {
- margin-bottom: 40px;
- border-bottom: 1px solid #eee;
- }
- .tst-single img {
- border: 1px solid #eee;
- float: left;
- max-width: 78px;
- padding: 6px;
- }
- .tst-content {
- margin: 0 0 0 115px;
- padding-bottom: 25px;
- }
- .tst-content p {
- max-width: 340px;
- }
- .tst-content span {
- display: block;
- font-weight: 600;
- margin-top: 12px;
- }
- /* carousel navigation */
- .owl-pagination {
-
- }
- .owl-controls .owl-page {
- cursor: pointer;
- display: inline-block;
- }
- .owl-controls .owl-page span {
- background-color: #fff;
- border: 1px solid #ACACAC;
- display: block;
- height: 12px;
- margin: 5px 4px;
- width: 12px;
- }
- .owl-controls .owl-page.active span,
- .owl-controls .owl-page:hover span {
- background-color: #E7EF4A;
- border-color: #E7EF4A;
- }
- /* progress bars */
- .progress-bars > span {
- color: #1f2021;
- font-weight: 700;
- line-height: 1;
- text-transform: uppercase;
- font-size: 15px;
- margin-bottom: 15px;
- display: block;
- }
- .progress {
- background-color: #eee;
- border-radius: 30px;
- box-shadow: none;
- height: 15px;
- margin-bottom: 35px;
- overflow: visible;
- }
- .progress .bar {
- width: 0;
- height: 15px;
- border-top-left-radius: 30px;
- border-bottom-left-radius: 30px;
- background-color: #E7EF4A;
- position: relative;
- -webkit-transition: width 0.6s ease;
- transition: width 0.6s ease;
- }
- .progress .bar small {
- background-color: #777;
- color: #fafafa;
- float: right;
- font-size: 12px;
- margin-top: -40px;
- overflow: visible;
- padding: 0 10px;
- position: relative;
- right: -22.5px;
- text-align: center;
- width: 45px;
- z-index: 1000;
- }
- .progress .bar small::after {
- background-color: #777;
- bottom: -5px;
- content: "";
- height: 10px;
- left: 50%;
- margin-left: -5px;
- position: absolute;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- width: 10px;
- }
- .progress.active .bar {
- -webkit-animation: progress-bar-stripes 2s linear infinite;
- animation: progress-bar-stripes 2s linear infinite;
- }
- .progress-success .bar,
- .progress-green .bar {
- background-color: #E7EF4A;
- }
- /*=================================
- Quotes
- ===================================*/
- #quotes {
- background-color: #1F2021;
- }
- .call-to-action {
- color: #fff;
- font-size: 20px;
- font-weight: 100;
- }
- .call-to-action p {
- font-family: "Slabo 27px",serif;
- font-size: 36px;
- line-height: 1.4;
- margin-bottom: 35px;
- }
- .twitter i{
- font-size: 60px;
- margin-bottom: 30px;
- border-bottom: 3px solid #fff;
- padding-bottom: 20px;
- }
- /*============================================================
- Pricing
- ============================================================*/
- #pricing{
- background-color: #E7EF4A;
- }
- #pricing .section-title p {
- color: #333;
- font-weight: 400;
- }
- .pricing-table {
- margin: 20px 0;
- background-color: #e7ef4a;
- color: #1f2021;
- font-size: 16px;
- line-height: 24px;
- border: 2px solid #555;
- }
- .highlight{
- -webkit-transform: scale(1.05);
- transform: scale(1.05);
- border-width: 3px
- }
- .pricing-table .price {
- padding: 10px 0 35px;
- }
- .pricing-table .plan-icon {
- padding-top: 30px;
- }
- .pricing-table .plan-icon i{
- font-size: 28px;
- }
-
- .pricing-table .plan-title {
- padding: 30px 0;
- }
- .pricing-table .plan {
- font-size: 27px;
- font-weight: 700;
- }
- .pricing-table .value {
- font-size: 15px;
- font-weight: 600;
- }
- .pricing-table .value > small {
- font-size: 28px;
- font-weight: 100;
- margin-right: 10px;
- position: relative;
- top: -20px;
- font-family: 'Baloo Thambi', cursive;
- }
- .pricing-table .value > strong {
- font-size: 60px;
- margin-right: 10px;
- line-height: 69.22px;
- font-family: 'Baloo Thambi', cursive;
- }
- .pricing-table ul li {
- margin: 0;
- font-size: 14px;
- padding-bottom: 10px;
- position: relative;
- }
- .pricing-table ul li:last-child:after {
- border-bottom: none;
- }
- .pricing-table ul li:last-child {
- margin-bottom: 0;
- }
- .btn-price {
- background-color: #333;
- border-radius: 30px;
- color: #fff;
- margin: 30px 0;
- padding: 13px 60px;
- text-transform: uppercase;
- font-size: 12px;
- }
- .btn-price:hover {
- color: #fff;
- }
- .special-plan {
- margin-top: 100px;
- }
- .special-plan p {
- font-family: 'Slabo 27px', serif;
- font-size: 20px;
- margin-bottom: 35px;
- color: #1f2021;
- }
- .special-plan .btn-blue{
- background-color: #F94C43;
- color: #fff;
- }
- /*============================================================
- subscribe
- ============================================================*/
- #subscribe {
- background-color: #1f2021;
- color: #fff;
- line-height: 24px;
- max-height: 250px;
- }
- .subscribe-man{
- position: relative;
- height: 150px;
- }
- .subscribe-man img{
- position: absolute;
- bottom: 0;
- }
- .subscription-form {
- color: #fff;
- position: relative;
- }
- .subscription-form i {
- left: 21px;
- position: absolute;
- top: 22px;
- }
- .subscription-form .subscribe {
- background-color: transparent;
- border: 1px solid #E7EF4A;
- color: #fff;
- height: 58px;
- text-indent: 60px;
- width: 100%;
- }
- .subscription-form #mail-submit {
- background-color: #e7ef4a;
- border: 0 none;
- color: #333;
- font-weight: 600;
- padding: 16px 35px;
- position: absolute;
- right: 1px;
- top: 1px;
- }
- /*============================================================
- Contact Us
- ============================================================*/
- .contact-form .input-field {
- margin-bottom: 30px;
- }
- .contact-form .form-control {
- border: 1px solid #E7EF4A;
- padding: 20px;
- border-radius: 0;
- height: 55px;
- box-shadow: none;
- }
- .contact-form .message .form-control {
- height: 198px;
- }
- .contact-form .form-control::-moz-placeholder {
- color: #999;
- }
- .contact-form #msg-submit {
- font-size: 13px;
- padding: 17px 50px;
- }
- .contact-details {
- margin-bottom: 90px;
- }
- .contact-details > span {
- color: #1f2021;
- margin-bottom: 35px;
- }
- /*============================================================
- Footer
- ============================================================*/
- #footer {
- background-color: #121116;
- padding: 115px 0 35px;
- }
- .footer-logo {
- margin-bottom: 45px;
- }
- .footer-social {
- margin-bottom: 75px;
- }
- .footer-social h3 {
- color: #fff;
- font-size: 28px;
- font-weight: 800;
- margin-bottom: 45px;
- padding-bottom: 18px;
- position: relative;
- text-transform: uppercase;
- display: inline-block;
- }
- .footer-social h3 span {
- color: #e7ef4a;
- display: inline-block;
- float: left;
- font-size: 55px;
- font-weight: 900;
- margin-top: -15px;
- }
- .footer-social h3::before,
- .footer-social h3::after {
- border-bottom: 1px solid #fff;
- bottom: 0;
- content: "";
- display: block;
- left: 50%;
- margin-left: -75px;
- position: absolute;
- width: 150px;
- }
- .footer-social h3::before {
- bottom: -10px;
- margin-left: -55px;
- width: 110px;
- }
- .footer-social .fact-icon:before {
- border-bottom: 14.43px solid #fff;
- }
- .footer-social .fact-icon{
- cursor: pointer;
- }
- .footer-social .fact-icon:after {
- border-top: 14.43px solid #fff;
- }
- .footer-social .fact-icon > i {
- color: #fff;
- cursor: pointer;
- }
- .footer-social .fact-icon{
- background-color: #fff;
- }
- .footer-social .fact-icon i{
- color: #333;
- }
- .copyright {
- color: #ddd;
- font-size: 13px;
- text-transform: capitalize;
- }
- .copyright a {
- color: #ddd;
- text-decoration: underline;
- }
- .copyright a:hover {
- color: #fff;
- }
- .copyright p {
- }
- .copyright p:first-child {
- margin-bottom: 15px;
- }
|