| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651 |
- html,
- body {
- /*font-family: 'Raleway', sans-serif;*/
- font-family: Microsoft YaHei;
- font-size: 100%;
- overflow-x: hidden;
- background: #fff;
- }
- body a {
- transition: 0.5s all ease;
- -webkit-transition: 0.5s all ease;
- -moz-transition: 0.5s all ease;
- -o-transition: 0.5s all ease;
- -ms-transition: 0.5s all ease;
- text-decoration: none;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- margin: 0;
- font-family: 'Raleway', sans-serif;
- }
- p {
- line-height: 1.8;
- font-size: 1em;
- color: #333;
- }
- ul {
- margin: 0;
- padding: 0;
- }
- li {
- list-style-type: none;
- }
- body a:hover {
- text-decoration: none;
- }
- /* banner */
- /* header */
- header h1 {
- line-height: 0;
- }
- a.navbar-brand i {
- font-size: 2.5em;
- color: #48bf91;
- }
- .tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
- header h1 a span {
- color: #fff;
- display: block;
- font-size: 12px;
- letter-spacing: 5px;
- word-spacing: 5px;
- }
- .navbar-light .navbar-nav .nav-link {
- font-weight: 600;
- text-transform: capitalize;
- color: #fff;
- font-size: 12px;
- letter-spacing: 1px;
- }
- .navbar-light .navbar-nav .nav-link:hover,
- .navbar-light .navbar-nav .nav-link:focus,
- .navbar-light .navbar-nav .show>.nav-link,
- .navbar-light .navbar-nav .active>.nav-link,
- .navbar-light .navbar-nav .nav-link.show,
- .navbar-light .navbar-nav .nav-link.active {
- color: #0076BE;
- background: #fff;
- border-radius: 5px;
- }
- .w3ls-btn {
- letter-spacing: 1px;
- font-weight: 600;
- }
- /*-- //header --*/
- /* banner */
- .banner {
- background: url(../images/banner.png)no-repeat;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- -ms-background-size: cover;
- background-size: cover;
- height: 40vw;
- }
- .banner-text {
- padding: 14vw 0 0;
- max-width: 900px;
- margin: 0 auto;
- }
- .banner-text-new {
- padding: 8vw 0 0;
- margin: 0 auto;
- }
- /*-- text Slider --*/
- #slider {
- box-shadow: none;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- margin: 0 auto;
- }
- .rslides_tabs {
- list-style: none;
- padding: 0;
- background: rgba(0, 0, 0, .25);
- box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
- -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
- -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
- font-size: 18px;
- list-style: none;
- margin: 0 auto 50px;
- max-width: 540px;
- padding: 10px 0;
- text-align: center;
- width: 100%;
- }
- .rslides_tabs li {
- display: inline;
- float: none;
- margin-right: 1px;
- }
- .rslides_tabs a {
- width: auto;
- line-height: 20px;
- padding: 9px 20px;
- height: auto;
- background: transparent;
- display: inline;
- }
- .rslides_tabs li:first-child {
- margin-left: 0;
- }
- .rslides_tabs .rslides_here a {
- background: rgba(255, 255, 255, .1);
- color: #fff;
- font-weight: bold;
- }
- .events {
- list-style: none;
- }
- .callbacks_container {
- position: relative;
- }
- ul.callbacks_tabs {
- position: absolute;
- z-index: 9;
- left: 45%;
- bottom: -50px;
- }
- .callbacks_tabs a {
- visibility: hidden;
- }
- .callbacks_tabs a:after {
- content: "\f111";
- font-size: 0;
- visibility: visible;
- display: inline-block;
- height: 10px;
- width: 10px;
- background: #48bf91;
- }
- .callbacks_here a:after {
- background: #fff;
- height: 10px;
- width: 10px;
- }
- /*
- .callbacks_nav {
- position: absolute;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- top: 78%;
- opacity: 0.7;
- z-index: 3;
- text-indent: -9999px;
- overflow: hidden;
- text-decoration: none;
- height: 34px;
- width: 34px;
- background: url("../images/left.png") no-repeat 0px 0px;
- }
- .callbacks_nav.prev {
- left: auto;
- background: url("../images/back.png") no-repeat 0px 0px;
- left: 18em;
- }
- .callbacks_nav.next {
- left: auto;
- background: url("../images/next.png") no-repeat 0px 0px;
- right: 18em;
- }
- .callbacks_nav:active {
- opacity: 1.0;
- }
- .callbacks2_nav:active {
- opacity: 1.0;
- }*/
- #slider-pager a {
- display: inline-block;
- }
- #slider-pager span {
- float: left;
- }
- #slider-pager span {
- width: 100px;
- height: 15px;
- background: #fff;
- display: inline-block;
- border-radius: 30em;
- opacity: 0.6;
- }
- #slider-pager .rslides_here a {
- background: #FFF;
- border-radius: 30em;
- opacity: 1;
- }
- #slider-pager a {
- padding: 0;
- }
- #slider-pager li {
- display: inline-block;
- }
- .rslides {
- position: relative;
- list-style: none;
- overflow: hidden;
- padding: 0;
- margin: 0;
- width: 100%;
- }
- .rslides li {
- -webkit-backface-visibility: hidden;
- position: absolute;
- display: none;
- left: 0%;
- top: 0;
- width: 100%;
- }
- .rslides li {
- position: relative;
- display: block;
- float: none;
- }
- .rslides img {
- height: auto;
- border: 0;
- }
- .callbacks_tabs li {
- display: inline-block;
- margin: 0 10px 0 0;
- }
- .callbacks_tabs a {
- visibility: hidden;
- width: 20px;
- line-height: 19px;
- height: 20px;
- text-align: center;
- color: #000;
- font-weight: 600;
- display: block;
- background: #fff;
- border-radius: 50%;
- }
- .callbacks_tabs a:hover {
- background: #1165f3;
- color: #fff;
- }
- p.sub-para {
- font-size: 18px;
- color: #fff;
- letter-spacing: 2px;
- font-weight: 300;
- }
- .slider-info img {
- width: 100px;
- margin: 0 auto;
- }
- .slider-top span {
- font-weight: 600;
- }
- .slider-info h3 {
- font-size: 4vw;
- color: #ffffff;
- letter-spacing: 2px;
- font-weight: 400;
- line-height: 1.15em;
- text-shadow: 4px 1px 1px #48bf91;
- }
- .slider-info p {
- color: #e8e8e8;
- font-size: 16px;
- letter-spacing: 3px;
- margin-top: 1em;
- text-transform: capitalize;
- }
- .slider-info a {
- color: #fff;
- font-size: 16px;
- font-weight: 600;
- letter-spacing: 1px;
- }
- .slider-info a:hover {
- color: #fff;
- background: #007bff;
- }
- .counter-our-number {
- border-radius: 50%;
- background-color: rgba(190,14,41,0.8);
- font-size: 40px;
- color: #fff;
- height: 230px;
- font-family: MFLiHei_Noncommercial-Regular;
- display: flex;
- align-items: center;
- justify-content: center;
- font-weight: 800;
- }
- /* //text slider */
- /* //banner */
- /* about */
- .about-w3ls {
- margin-top: -5em;
- background: url(../images/w1.jpg) no-repeat right;
- }
- div#services {
- /*background: url(../images/w.jpg) no-repeat left top;*/
- }
- section#pricing {
- /*background: url(../images/w.jpg) no-repeat right top;*/
- }
- .about-w3ls .jumbotron {
- background: transparent;
- }
- h1.ab-title {
- font-size: 2.5em;
- color: #48BF91;
- }
- .lead {
- line-height: 2;
- }
- h3.w3ls-title {
- font-size: 3em;
- color: #48BF91;
- }
- h4.w3ls-title {
- font-size: 2em;
- color: #000;
- }
- /* //about */
- /*-- services --*/
- div#agileits-services {
- background: url(../images/s2.jpg) no-repeat center;
- background-size: cover;
- background-attachment: fixed;
- }
- .agileits-services-grids {
- text-align: center;
- }
- .agileits-services-grids h4 {
- font-size: 1.5em;
- color: #000;
- line-height: 1.5em;
- font-weight: 600;
- }
- .agileits-services-grids h6 {
- padding: 1px;
- background: #2954a2;
- width: 33%;
- margin: 2em auto 0;
- -webkit-transition: .5s all;
- -moz-transition: .5s all;
- transition: .5s all;
- }
- .agileits-services-grids:hover h6 {
- width: 55%;
- background: #2954a2;
- }
- /*-- Effect 1--*/
- .agileits-services-grids span {
- font-size: 5em;
- color: #0076BE;
- }
- /*-- //services --*/
- /* about */
- h3.agile-title {
- color: #000;
- font-size: 3em;
- line-height: 36px;
- font-weight: 400;
- letter-spacing: 4.7px;
- }
- .card-title {
- text-transform: uppercase;
- font-size: 1.5em;
- color: #000000;
- letter-spacing: 6px;
- word-spacing: 4px;
- }
- .card-body a.btn {
- background: #eb5c74;
- border: none;
- color: #fff;
- }
- h3.stat-title {
- color: #fff;
- letter-spacing: 4.5px;
- font-size: 2.8em;
- line-height: 25px;
- }
- .counter i {
- color: #bed0e9;
- }
- p.count-text {
- color: #fff;
- }
- .timer {
- font-size: 2em;
- color: #fff;
- }
- .w3l-thead {
- background: #007bff;
- }
- .counter {
- background: rgba(16, 16, 16, 0.3);
- }
- /*-- about--*/
- /* about bottom */
- .abbot-main {
- background: #edf5fd;
- }
- .abbot-grid2 {
- background: #fdeef1;
- }
- .abbot-right .card {
- background: transparent;
- border: none;
- }
- .abt_card_btn {
- font-family: 'Raleway', sans-serif;
- font-size: 1.2em;
- letter-spacing: 4px;
- color: #333 !important;
- }
- /* slide */
- .slide-bg {
- background: url(../images/slide.jpg) no-repeat;
- background-size: cover;
- min-height: 35vw;
- background-attachment: fixed;
- }
- h5.agile-title {
- color: #fff;
- font-size: 2.7em;
- font-weight: 600;
- letter-spacing: 2px;
- word-spacing: 4px;
- font-family: 'Raleway', sans-serif;
- max-width: 750px;
- }
- .slide-bg p {
- max-width: 750px;
- letter-spacing: 1px;
- }
- /* //slide */
- /* pricing */
- .bg-price h4 {
- color: #000;
- font-size: 2em;
- letter-spacing: 2px;
- }
- .bg-price span {
- display: block;
- background: #17a2b8;
- width: 15px;
- height: 5px;
- border-radius: 10px;
- }
- .agile-pricegrid h5 {
- font-size: 3em;
- color: #0076BE;
- }
- .agile-pricegrid h5 span {
- display: inline;
- }
- .list-group-item {
- color: #777;
- }
- .btn-info {
- color: #fff;
- background-color: #48BF91;
- border-color: #48BF91;
- }
- /* //pricing */
- /* portfolio */
- ul.portfolio-area li figure {
- margin: 0;
- cursor: zoom-in;
- }
- .portfolio-categ li {
- color: #333;
- cursor: pointer;
- display: inline-block;
- padding: 10px 20px;
- font-size: 1.1em;
- margin: 0 0.4em;
- letter-spacing: 1px;
- text-transform: capitalize;
- background: #eee;
- }
- .portfolio-categ li a {
- color: #333;
- }
- .image-block {
- display: block;
- position: relative;
- }
- .portfolio-area li {
- float: left;
- list-style-type: none;
- overflow: hidden;
- width: 388px;
- }
- .home-portfolio-text {
- margin-top: 10px;
- }
- .portfolio-categ li.active {
- background: #EB5C74;
- color: #fff;
- }
- .portfolio-categ li.active a {
- color: #fff;
- }
- /* //portfolio */
- /* team */
- /* stats */
- .agile_stats {
- background: url(../images/stat.png) no-repeat;
- background-size: cover;
- min-height: 500px;
- background-attachment: fixed;
- }
- .team-img-text {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(50, 50, 50, 0.7);
- color: #fff;
- padding: 65px 30px 30px 30px;
- font-size: 13px;
- }
- .team-line {
- width: 50px;
- margin: auto;
- margin-top: auto;
- margin-top: 30px;
- margin-bottom: 30px
- }
- /* //stats */
- .footerv2-w3ls h4 {
- color: #0076BE;
- font-size: 1.3em;
- }
- .team-effect {
- display: block;
- overflow: hidden;
- position: relative;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -ms-transition: all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5s;
- opacity: 1;
- filter: alpha(opacity=100);
- }
- .footerv2-w3ls p {
- margin: 5px 0;
- }
- .team-text {
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -ms-transition: all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5s;
- }
- .team-effect img {
- height: 100%;
- width: 100%;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -ms-transition: all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5s;
- }
- .team-effect img:before {
- content: '';
- background-color: rgba(0, 0, 0, 0);
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- position: absolute;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -ms-transition: all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5s;
- }
- .team-effect img:hover {
- background-color: rgba(0, 0, 0, 0.8);
- }
- .team-grids:hover .team-text {
- background-color: #e01414;
- }
- .team-grids:hover .team-text p {
- color: #fff;
- }
- .team-grids:hover .social-icon {
- bottom: 0%;
- height: 100%;
- padding-top: 18em;
- position: absolute;
- visibility: visible;
- background-color: rgba(0, 0, 0, 0.8);
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -o-transform: scale(1);
- -ms-transform: scale(1);
- transform: scale(1);
- -webkit-transition: all 0.9s;
- -moz-transition: all 0.9s;
- -ms-transition: all 0.9s;
- -o-transition: all 0.9s;
- transition: all 0.9s;
- }
- .team-effect:hover .social-icon a {
- -webkit-animation-name: translate-transition;
- -webkit-animation-duration: 0.8s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: 1;
- animation-name: translate-transition;
- animation-duration: 0.8s;
- animation-timing-function: linear;
- animation-iteration-count: 1;
- }
- .team-text {
- background-color: #dedada;
- padding: 20px;
- width: 100%;
- text-align: center;
- }
- .team-text h4 {
- color: #000;
- font-size: 2em;
- }
- .team-text p {
- margin-top: 0.3em;
- text-transform: capitalize;
- }
- .team-effect .social-icon {
- bottom: 0;
- padding: 10px;
- left: 0;
- position: absolute;
- right: 0;
- text-align: center;
- overflow: hidden;
- z-index: 9;
- -webkit-transform: scale(0);
- -moz-transform: scale(0);
- -o-transform: scale(0);
- -ms-transform: scale(0);
- transform: scale(0);
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -ms-transition: all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5s;
- visibility: hidden;
- }
- .social-button {
- display: inline-block;
- background-color: #fff;
- width: 40px;
- height: 40px;
- margin: 0 3px;
- text-align: center;
- position: relative;
- overflow: hidden;
- opacity: .99;
- -webkit-border-radius: 20%;
- -moz-border-radius: 20%;
- border-radius: 20%;
- }
- .social-button:before {
- content: '';
- background-color: #000;
- width: 120%;
- height: 120%;
- position: absolute;
- top: 102%;
- left: -118%;
- -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
- -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
- transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
- }
- .social-button .fa {
- font-size: 2em;
- line-height: 1.5;
- -webkit-transform: scale(0.8);
- -moz-transform: scale(0.8);
- -o-transform: scale(0.8);
- -ms-transform: scale(0.8);
- transform: scale(0.8);
- -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
- -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
- transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
- }
- .social-button.facebook:before {
- background-color: #3B5998;
- }
- .social-button.facebook .fa {
- color: #3B5998;
- }
- .social-button.twitter:before {
- background-color: #3CF;
- }
- .social-button.twitter .fa {
- color: #3CF;
- }
- .social-button.google:before {
- background-color: #DC4A38;
- }
- .social-button.google .fa {
- color: #DC4A38;
- }
- .social-button.dribbble:before {
- background-color: #F26798;
- }
- .social-button.dribbble .fa {
- color: #F26798;
- }
- .social-button.skype:before {
- background-color: #00AFF0;
- }
- .social-button.skype .fa {
- color: #00AFF0;
- }
- .social-button:focus:before,
- .social-button:hover:before {
- top: -10%;
- left: -10%;
- }
- .social-button:focus .fa,
- .social-button:hover .fa {
- color: #fff;
- -webkit-transform: scale(1);
- -o-transform: scale(1);
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- transform: scale(1);
- }
- /*-- //team --*/
- /*-- team --*/
- .team.agileits-w3layouts {
- background: #fff;
- }
- .team-grid.w3_agileits img {
- margin: 1em 0 0;
- }
- .team-grid.w3_agileits ul {
- margin: 1em 0 0;
- }
- .team-grid.w3_agileits {
- padding: 2em;
- -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
- -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
- box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
- }
- .testi-grids img {
- display: inline-block;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -moz-border-radius: 50%;
- text-decoration: none;
- z-index: 1;
- -webkit-transition: .5s all;
- -moz-transition: .5s all;
- transition: .5s all;
- }
- .team-grid .social-icons {
- margin-top: 1em;
- }
- /*-- testimonials--*/
- .testi-agile {
- background: url(../images/testi.jpg) no-repeat center;
- background-size: cover;
- background-attachment: fixed;
- }
- .test-review p {
- max-width: 550px;
- letter-spacing: 1px;
- }
- .test-review p {
- max-width: 500px;
- }
- .img-agile i {
- font-size: 3em;
- color: #0076be;
- }
- .carousel-control.left,
- .carousel-control.right {
- background: none;
- width: 25px;
- }
- .carousel-control.left {
- left: -25px;
- }
- .carousel-control.right {
- right: -25px;
- }
- .broun-block {
- padding-bottom: 34px;
- }
- .block-text {
- background-color: #fff;
- border-radius: 5px;
- box-shadow: 0 3px 0 #2c2222;
- color: #000;
- margin-top: 27px;
- padding: 15px 18px;
- }
- .block-text span {
- color: #eb5c74;
- }
- .block-text h6 {
- color: #000000;
- font-size: 20px;
- font-weight: bold;
- text-transform: capitalize;
- line-height: 21px;
- font-family: 'Raleway', sans-serif;
- }
- .mark {
- background: none;
- }
- .block-text p {
- color: #585858;
- font-style: italic;
- }
- .block {
- display: block;
- }
- .zmin {
- z-index: 1;
- }
- .ab {
- position: absolute;
- }
- .person-text {
- padding: 10px 0 0;
- text-align: center;
- z-index: 2;
- }
- .person-text h5 {
- color: #eb5c74;
- display: block;
- font-size: 1.2em;
- margin: 10px 0 5px;
- font-family: 'Raleway', sans-serif;
- }
- .person-text i {
- color: #000;
- }
- .rel {
- position: relative;
- background: #eaeaea;
- padding: 2em;
- }
- .person-text.rel {
- background: transparent;
- }
- /*-- testimonials--*/
- /*-- img-hover-effect --*/
- .adipoli-wrapper {
- margin: auto;
- position: relative;
- display: inline-block;
- }
- .adipoli-wrapper>img {
- position: absolute;
- z-index: 1;
- }
- .adipoli-before {
- position: absolute;
- z-index: 5;
- }
- .adipoli-after {
- position: absolute;
- z-index: 10;
- }
- .adipoli-slice {
- display: block;
- position: absolute;
- z-index: 15;
- height: 100%;
- background-size: cover !important;
- }
- .gal-w3l img {
- width: 100% !important;
- }
- .gal-w3l {
- padding-left: 5px !important;
- padding-right: 5px !important;
- margin-bottom: 4px;
- }
- .gallery {
- background: #f0f9f6;
- }
- /*-- //img-hover-effect --*/
- /*--contact--*/
- .map iframe {
- width: 100%;
- border: 1px solid #17a2b8;
- }
- .address h5 {
- color: #000;
- text-transform: capitalize;
- font-size: 1.1em;
- }
- .address p a,
- p.c-txt {
- color: #777;
- font-size: 1em;
- }
- .address p a:hover {
- color: #000;
- }
- .contact-top1 .form-group label,
- form.f-color .form-control {
- color: #000;
- font-weight: 600;
- letter-spacing: 1px;
- }
- .contact-top1 h5 {
- font-size: 2em;
- }
- .address h5 {
- font-size: 1.5em;
- }
- /*--//contact--*/
- /* footer */
- footer {
- background: #fff;
- }
- /* footer grids */
- .footerv3-top h3 {
- font-size: 1.3em;
- color: #fff;
- text-transform: uppercase;
- margin-bottom: 1.5em;
- }
- .footv3-left h4 a {
- font-size: 1.3em;
- letter-spacing: 0.5px;
- color: #fff !important;
- padding: 14px 0 0;
- position: relative;
- text-transform: capitalize;
- }
- .footerv3-top p {
- font-size: 1em;
- color: #a3b1bf;
- margin: 1em 0;
- line-height: 1.5em;
- }
- .footer p a {
- color: #777;
- }
- .footer p a:hover {
- color: #ED4F2E;
- }
- .fv3-contact span {
- color: #17a2b8;
- font-size: 1.2em;
- display: inline-block;
- vertical-align: middle;
- }
- .fv3-contact p {
- display: inline-block;
- color: #333;
- }
- .footer-top p {
- max-width: 400px;
- }
- .fv3-contact p a:hover {
- color: #000;
- }
- .list-agileits li a {
- color: #333;
- font-size: 1em;
- }
- h3.w3f_title {
- font-size: 1.5em;
- letter-spacing: 2px;
- color: #000;
- }
- .cpy-right p a {
- color: #333;
- font-size: 1em;
- }
- /* footer grids */
- footer-top p {
- max-width: 500px;
- }
- .footerv2-w3ls ul.social-iconsv2 li {
- display: inline-block;
- margin-right: 6px;
- border-radius: 50%;
- }
- .footerv2-w3ls ul.social-iconsv2 li a {
- text-decoration: none;
- font-size: 16px;
- color: #fff;
- }
- .footerv2-w3ls ul.social-iconsv2 li a i.fab {
- font-size: 18px;
- line-height: 38px;
- width: 37px;
- height: 37px;
- border-radius: 50%;
- text-align: center;
- background-color: transparent;
- transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- }
- .footerv2-w3ls ul.social-iconsv2 li:first-child {
- background: #3b5998;
- color: #fff;
- }
- .footerv2-w3ls ul.social-iconsv2 li:last-child {
- background: #287bbc;
- color: #000;
- }
- .footerv2-w3ls ul.social-iconsv2 li:nth-child(3) {
- background: #dd4b39;
- color: #000;
- }
- .footerv2-w3ls ul.social-iconsv2 li a i.fab:hover {
- background-color: #fff;
- color: #000;
- }
- .footerv2-w3ls ul.social-iconsv2 li:nth-child(2) {
- background: #1da1f2;
- color: #000;
- }
- .footerv2-w3ls ul.social-iconsv2 li a:hover {
- color: #fff;
- }
- /* //footer */
- /* login and register modal */
- .modal-content {
- font-family: 'Raleway', sans-serif;
- }
- .form-control {
- font-family: 'Raleway', sans-serif;
- }
- .right-w3l input[type="submit"] {
- background: #020202;
- border: none;
- color: #fff;
- font-size: 1em;
- text-transform: uppercase;
- letter-spacing: 1px;
- font-family: 'Raleway', sans-serif;
- cursor: pointer;
- }
- .col-form-label {
- text-transform: uppercase;
- font-weight: 600;
- color: #000;
- font-size: 13px;
- letter-spacing: 1px;
- }
- .modal-header {
- background: #0076BE;
- color: #fff;
- border: none;
- }
- .modal-body {
- position: relative;
- -webkit-box-flex: 1;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- padding: 1rem;
- background: #fff;
- }
- h5.modal-title {
- letter-spacing: 1px;
- font-size: 1.6em;
- }
- /* //modal */
- /*-- bottom-to-top --*/
- #toTop {
- display: none;
- text-decoration: none;
- position: fixed;
- bottom: 24px;
- right: 3%;
- overflow: hidden;
- z-index: 999;
- width: 32px;
- height: 32px;
- border: none;
- text-indent: 100%;
- background: url(../images/move-top.png) no-repeat 0px 0px;
- }
- #toTopHover {
- width: 32px;
- height: 32px;
- display: block;
- overflow: hidden;
- float: right;
- opacity: 0;
- -moz-opacity: 0;
- filter: alpha(opacity=0);
- }
- /*-- //bottom-to-top --*/
- /* -- Responsive code -- */
- @media screen and (max-width: 1080px) {
- .agileits-services-grids h4 {
- font-size: 1.3em;
- }
- .agileits-services-grids span {
- font-size: 4em;
- }
- h3.stat-title {
- letter-spacing: 2.5px;
- font-size: 2.6em;
- }
- .agile-pricegrid h5 {
- font-size: 2.5em;
- }
- h5.agile-title {
- font-size: 2.5em;
- }
- }
- @media screen and (max-width: 991px) {
- .btn-info {
- margin: 10px auto;
- display: block;
- }
- .banner {
- height: 47vw;
- }
- .slider-info h3 {
- font-size: 4.5vw;
- }
- h1.ab-title {
- font-size: 2.3em;
- }
- .timer {
- font-size: 1.8em;
- }
- h5.agile-title {
- font-size: 2.3em;
- }
- .navbar-nav .dropdown-menu{
- text-align:center;
- }
- }
- @media screen and (max-width: 900px) {
- h3.agile-title {
- font-size: 2.8em;
- letter-spacing: 1px;
- }
- }
- @media screen and (max-width: 800px) {
- .slider-info h3 {
- font-size: 2.8em;
- }
- .banner {
- height: 54vw;
- }
- h3.stat-title {
- letter-spacing: 2px;
- font-size: 2.4em;
- }
- }
- @media screen and (max-width: 768px) {}
- @media screen and (max-width: 767px) {}
- @media screen and (max-width: 736px) {
- .slider-info h3 {
- line-height: 1.3;
- }
- .lead {
- font-size: 1.1rem;
- }
- .callbacks_tabs li {
- margin: 0;
- }
- .slider-info h3 {
- font-size: 2.5em;
- }
- ul.callbacks_tabs {
- bottom: -40px;
- }
- h1.ab-title {
- font-size: 2em;
- }
- h3.w3ls-title {
- font-size: 2.5em;
- }
- h5.agile-title {
- font-size: 1.8em;
- }
- }
- @media screen and (max-width: 667px) {
- .banner {
- height: 425px;
- }
- .footerv2-w3ls ul.social-iconsv2 li a i.fab {
- font-size: 17px;
- line-height: 33px;
- width: 32px;
- height: 32px;
- }
- h3.agile-title {
- font-size: 2.3em;
- }
- }
- @media screen and (max-width: 640px) {
- .about-w3ls .jumbotron {
- padding-left: 0;
- padding-right: 0;
- }
- .slider-info h3 {
- font-size: 2.3em;
- }
- .agile-pricegrid h5 {
- font-size: 2.3em;
- }
- h3.stat-title {
- letter-spacing: 2px;
- font-size: 2.2em;
- }
- h3.w3ls-title {
- font-size: 2.2em;
- }
- .bg-price h4 {
- font-size: 1.8em;
- }
- .agile-pricegrid h5 {
- font-size: 2.1em;
- }
- }
- @media screen and (max-width: 600px) {
- h3.agile-title {
- font-size: 2.1em;
- }
- h5.agile-title {
- font-size: 1.6em;
- }
- h1.ab-title {
- font-size: 1.8em;
- }
- }
- @media screen and (max-width: 568px) {
- .slider-info h3 {
- font-size: 2.3em;
- }
- h3.stat-title {
- letter-spacing: 1.5px;
- font-size: 2.2em;
- }
- h3.agile-title {
- font-size: 1.8em;
- }
- a.serv_link {
- font-size: 0.85em;
- }
- h3.stat-title {
- letter-spacing: 1px;
- font-size: 1.9em;
- }
- h5.agile-title {
- font-size: 1.5em;
- }
- h5.modal-title {
- font-size: 1.3em;
- }
- }
- @media screen and (max-width: 480px) {
- ul.callbacks_tabs {
- left: 43%;
- }
- .banner {
- height: 380px;
- }
- .slider-info h3 {
- font-size: 2.1em;
- }
- section#pricing {
- background: transparent;
- }
- h5.agile-title {
- font-size: 1.5em;
- }
- .cpy-right p {
- font-size: 0.9em;
- }
- }
- @media screen and (max-width: 414px) {
- h1.ab-title {
- font-size: 1.6em;
- }
- .lead {
- font-size: 1rem;
- }
- h3.w3ls-title {
- font-size: 2.1em;
- }
- .slider-info h3 {
- font-size: 1.8em;
- }
- div#services {
- background: transparent;
- }
- h3.stat-title {
- line-height: 1.3;
- font-size: 2em;
- letter-spacing: 0.5px;
- }
- .bg-price h4 {
- font-size: 1.8em;
- }
- h5.agile-title {
- font-size: 1.3em;
- }
- .slide-bg p {
- letter-spacing: 0.5px;
- font-size: 0.9em;
- }
- .agileits-services-grids span {
- font-size: 3.5em;
- }
- }
- @media screen and (max-width: 384px) {
- h3.stat-title {
- font-size: 1.8em;
- }
- h5.agile-title {
- letter-spacing: 1px;
- }
- .col-4.gal-w3l {
- max-width: 100%;
- flex: 100%;
- }
- }
- @media screen and (max-width: 375px) {
- h5.agile-title {
- font-size: 1.2em;
- }
- h3.stat-title {
- font-size: 1.7em;
- }
- }
- @media screen and (max-width: 320px) {
- h3.w3ls-title {
- font-size: 2.3em;
- }
- h3.stat-title {
- font-size: 1.4em;
- }
- h3.agile-title {
- font-size: 1.8em;
- }
- h5.agile-title {
- font-size: 1.02em;
- }
- .contact-top1 .form-group label, form.f-color .form-control {
- font-size: 0.9em;
- }
- }
- /* -- //Responsive code -- */
- /* -- Responsive code -- */
|