邓州市源盛农机专业合作社官网

style.css 49KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598
  1. body{
  2. margin:0;
  3. font-family: 'Roboto', sans-serif;
  4. background: #fff;
  5. }
  6. body a{
  7. -webkit-transition: 0.5s all;
  8. -moz-transition: 0.5s all;
  9. -o-transition: 0.5s all;
  10. -ms-transition: 0.5s all;
  11. transition: 0.5s all;
  12. text-decoration:none;
  13. }
  14. h1,h2,h3,h4,h5,h6{
  15. margin:0;
  16. }
  17. p{
  18. margin:0;
  19. }
  20. ul,label{
  21. margin:0;
  22. padding:0;
  23. }
  24. body a:hover{
  25. text-decoration:none;
  26. }
  27. .modal-header {
  28. min-height: 16.42857143px;
  29. padding: 15px;
  30. border-bottom: none;
  31. }
  32. .modal-header {
  33. font-size: 30px;
  34. text-align: center;
  35. text-transform: uppercase;
  36. letter-spacing: 2px;
  37. font-weight: 600;
  38. color: #0d3172;
  39. }
  40. .modal-header i {
  41. color: #b2d905;
  42. padding-right: 10px;
  43. }
  44. .modal-body p {
  45. color: #555;
  46. line-height: 1.9em;
  47. margin: 1em 0;
  48. font-size: 0.9em;
  49. letter-spacing: 1px;
  50. }
  51. .modal-body i {
  52. color: #f12b24;
  53. display: block;
  54. }
  55. /*-- banner --*/
  56. .banner{
  57. background:url(../images/1.jpg)no-repeat ;
  58. -webkit-background-size:cover;
  59. -moz-background-size:cover;
  60. -o-background-size:cover;
  61. -ms-background-size:cover;
  62. background-size:cover;
  63. min-height: 790px;
  64. position:relative;
  65. }
  66. .banner-1{
  67. background:url(../images/1.jpg)no-repeat;
  68. -webkit-background-size:cover;
  69. -moz-background-size:cover;
  70. -o-background-size:cover;
  71. -ms-background-size:cover;
  72. background-size:cover;
  73. min-height: 300px;
  74. }
  75. /*-- header --*/
  76. .header {
  77. width: 100%;
  78. padding: 1.5em 0;
  79. /*-- background:rgba(7, 28, 51, 0.68);--*/
  80. }
  81. .header nav.navbar.navbar-default {
  82. background: transparent;
  83. margin: 0;
  84. z-index: 9999;
  85. border: none;
  86. }
  87. .header ul.nav.navbar-nav.navbar-left {
  88. margin-left: 18%;
  89. }
  90. .header ul.nav.navbar-nav{
  91. padding-top:1.3em;
  92. }
  93. .header .navbar-nav {
  94. text-align: center;
  95. display: inline-block;
  96. }
  97. .header .navbar-header h1 {
  98. font-size: 3.2em;
  99. line-height: inherit;
  100. font-weight: 400;
  101. }
  102. .header .navbar-header h1 i{
  103. color:#b2d905;
  104. }
  105. .navbar-header h1 a {
  106. color: #ffae00;
  107. text-decoration: none;
  108. display: inline-block;
  109. }
  110. .navbar-header h1 a span {
  111. font-size: .5em;
  112. font-weight: 100;
  113. font-style: initial;
  114. }
  115. /*-- top-nav --*/
  116. .header .navbar-nav li {
  117. float: none;
  118. display: inline-block;
  119. margin:0 1.5em;
  120. }
  121. .header .nav.navbar-nav.navbar-left li a {
  122. color: #fff !important;
  123. font-size: 1.2em;
  124. padding: 0;
  125. position: relative;
  126. -webkit-transition: 0.5s all;
  127. -moz-transition: 0.5s all;
  128. -o-transition: 0.5s all;
  129. -ms-transition: 0.5s all;
  130. transition: 0.5s all;
  131. text-decoration: none;
  132. font-weight: 300;
  133. }
  134. .header .nav.navbar-nav.navbar-left li a:hover,.nav.navbar-nav.navbar-left li.open a.dropdown-toggle,.nav.navbar-nav.navbar-left li a.active {
  135. color: #ffae00 !important;
  136. outline: none;
  137. }
  138. .w3ls-hover:after {
  139. -webkit-backface-visibility: hidden;
  140. -moz-backface-visibility: hidden;
  141. backface-visibility: hidden;
  142. border: 1px solid rgba(255, 255, 255, 0);
  143. bottom: -3px;
  144. content: " ";
  145. display: block;
  146. margin: 0 auto;
  147. position: relative;
  148. -webkit-transition: all 280ms ease-in-out;
  149. -moz-transition: all 280ms ease-in-out;
  150. -o-transition: all 280ms ease-in-out;
  151. -ms-transition: all 280ms ease-in-out;
  152. transition: all 280ms ease-in-out;
  153. width: 0;
  154. }
  155. .w3ls-hover:hover:after,.navbar-default .navbar-nav li a.active:after {
  156. -webkit-backface-visibility: hidden;
  157. backface-visibility: hidden;
  158. border-color: #ffae00;
  159. -webkit-transition: width 350ms ease-in-out;
  160. -moz-transition: width 350ms ease-in-out;
  161. -o-transition: width 350ms ease-in-out;
  162. -ms-transition: width 350ms ease-in-out;
  163. transition: width 350ms ease-in-out;
  164. width: 100%;
  165. }
  166. .header .nav.navbar-nav.navbar-left li a.dropdown-toggle {
  167. color:#fff;
  168. border: none;
  169. }
  170. .header .nav.navbar-nav.navbar-left li.open a.dropdown-toggle ,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  171. color:#ffae00;
  172. background: none;
  173. }
  174. .header ul.dropdown-menu {
  175. background: transparent;
  176. border-color: #909090;
  177. -moz-animation: fadeInDown .3s ease-in;
  178. -webkit-animation: fadeInDown .3s ease-in;
  179. -o-animation: fadeInDown .3s ease-in;
  180. -ms-animation: fadeInDown .3s ease-in;
  181. animation: fadeInDown .3s ease-in;
  182. background: #29232b;
  183. top:163%;
  184. min-width: 135px;
  185. }
  186. .header .navbar-nav > li > .dropdown-menu li {
  187. display: block;
  188. margin: 1em 0;
  189. }
  190. .header .nav.navbar-nav.navbar-left li ul.dropdown-menu li a {
  191. font-size: 1em;
  192. text-align: center;
  193. font-weight: 300;
  194. }
  195. .header .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  196. background-color: transparent;
  197. }
  198. /*-- //top-nav --*/
  199. /*-- social-icons --*/
  200. .social-icon.navbar-left{
  201. margin: 0;
  202. }
  203. .social-icon {
  204. float: right;
  205. margin-top:0.8em;
  206. }
  207. .social-icon a {
  208. font-size: 1.3em;
  209. color: #fff;
  210. margin: 0 .7em;
  211. display: inline-block;
  212. text-align: center;
  213. line-height: 2.2em;
  214. }
  215. .social-icon a:hover {
  216. color: #ffae00;
  217. -webkit-transform: scale(1.3);
  218. -moz-transform: scale(1.3);
  219. -o-transform: scale(1.3);
  220. -ms-transform: scale(1.3);
  221. transform: scale(1.3);
  222. }
  223. /*-- //social-icons --*/
  224. /*-- banner-text --*/
  225. .banner-text {
  226. margin-top: 15em;
  227. }
  228. .banner-w3lstext {
  229. padding: 1em;
  230. text-align: center;
  231. }
  232. .banner-w3lstext h2 ,.banner-w3lstext h3{
  233. font-size: 3em;
  234. color: #fff;
  235. text-align: center;
  236. }
  237. .banner-w3lstext p {
  238. font-size: 1.1em;
  239. color: #fff;
  240. text-align: center;
  241. width: 55%;
  242. margin: 2em auto 0;
  243. }
  244. /*-- //banner --*/
  245. /*-- welcome --*/
  246. .w3-welcome-left h5 {
  247. color: #ffae00;
  248. font-size: 1.5em;
  249. text-transform: uppercase;
  250. font-weight: 600;
  251. letter-spacing: 1px;
  252. margin: 0;
  253. line-height: 40px;
  254. }
  255. .w3-welcome-left p {
  256. color: #888;
  257. line-height: 1.9em;
  258. margin: 1em 0 0 0;
  259. font-size: 16px;
  260. letter-spacing: .5px;
  261. }
  262. .w3-welcome-left p span{
  263. display:block;
  264. margin:1em 0 0 0;
  265. }
  266. .w3ls-welcome-img1 img{
  267. width:100%;
  268. }
  269. .w3-welcome-bottom{
  270. margin:3em 0 0 0;
  271. }
  272. /*-- //welcome --*/
  273. .features {
  274. padding: 5em 0;
  275. }
  276. .w3-agile-top-info {
  277. margin-top: 5em;
  278. }
  279. .services {
  280. padding: 5em 0;
  281. }
  282. .w3-agileits-services-grids {
  283. margin-top: 5em;
  284. }
  285. .newsletter {
  286. text-align: center;
  287. padding: 5em 0;
  288. }
  289. /*-- Testimonials --*/
  290. .wthree_testimonials_grid_pos img {
  291. border-radius: 50%;
  292. -webkit-border-radius: 50%;
  293. -o-border-radius: 50%;
  294. -moz-border-radius: 50%;
  295. margin: 1em auto 0;
  296. width: 11%;
  297. }
  298. .wthree_testimonials_grid {
  299. position: relative;
  300. margin: 2em auto 0;
  301. background: rgba(253, 253, 253, 0.21);
  302. padding: 3em 5em 2em;
  303. text-align: center;
  304. }
  305. .wthree_testimonials_grid1,.wthree_testimonials_grid{
  306. width: 70%;
  307. }
  308. .wthree_testimonials_grid h4 {
  309. font-size: 2.8em;
  310. color: #ffae00;
  311. line-height: 1.5em;
  312. font-weight: bold;
  313. text-transform: uppercase;
  314. letter-spacing: 1px;
  315. }
  316. .wthree_testimonials_grid p {
  317. color: #fff;
  318. line-height: 2.3em;
  319. margin: 1em 0;
  320. font-size: 1em;
  321. letter-spacing: 1px;
  322. }
  323. .wthree_testimonials_grid1{
  324. text-align:right;
  325. margin: 0 auto;
  326. }
  327. .wthree_testimonials_grid h5 {
  328. font-size: 1.1em;
  329. color: #ffae00;
  330. margin: 1.5em 0 1em;
  331. }
  332. .wthree_testimonials_grid1 p{
  333. color:#212121;
  334. }
  335. /*--flexisel--*/
  336. .flex-slider{
  337. background:#222227;
  338. padding: 70px 0 165px 0;
  339. }
  340. .opportunity{
  341. background:#28282e;
  342. margin:0px 20px;
  343. padding:80px 0;
  344. position:relative;
  345. }
  346. #flexiselDemo1 {
  347. display: none;
  348. }
  349. .nbs-flexisel-container {
  350. position: relative;
  351. max-width: 100%;
  352. }
  353. .nbs-flexisel-ul {
  354. position: relative;
  355. width: 9999px;
  356. margin: 0px;
  357. padding: 0px;
  358. list-style-type: none;
  359. }
  360. .nbs-flexisel-inner {
  361. overflow: hidden;
  362. margin: 0px auto;
  363. }
  364. .nbs-flexisel-item {
  365. float: left;
  366. margin: 0;
  367. padding: 0;
  368. position: relative;
  369. line-height: 0px;
  370. }
  371. .nbs-flexisel-item > img {
  372. cursor: pointer;
  373. position: relative;
  374. }
  375. /*---- Nav ---*/
  376. .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  377. width:36px;
  378. height:48px;
  379. position: absolute;
  380. cursor: pointer;
  381. z-index: 100;
  382. top: 47% !important;
  383. }
  384. .nbs-flexisel-nav-left {
  385. left: 13%;
  386. background:url(../images/left.png) no-repeat no-repeat 3px 6px #000;
  387. }
  388. .nbs-flexisel-nav-right {
  389. right: 13%;
  390. background:url(../images/right.png) no-repeat no-repeat 3px 6px #000;
  391. }
  392. .test_agile_info {
  393. background: url(../images/overlay.png)repeat;
  394. padding: 6em 0 7.5em 0;
  395. }
  396. /*--//flexisel--*/
  397. /*-- banner-bottom1 --*/
  398. .banner-bottom1{
  399. background:#ffae00;
  400. }
  401. .agile_banner_bottom1_left{
  402. padding-left:0;
  403. }
  404. .agile_banner_bottom1_left img{
  405. width:100%;
  406. }
  407. .agile_banner_bottom1_right h3{
  408. font-size: 1.8em;
  409. color: #0d3172;
  410. line-height: 1.8em;
  411. text-transform: capitalize;
  412. }
  413. .agile_banner_bottom1_right {
  414. padding:6em 13em 5em 5em;
  415. }
  416. .agile_banner_bottom1_right p{
  417. margin:1em 0 2em;
  418. color:#ffffff;
  419. line-height:2em;
  420. }
  421. /*-- //banner-bottom1 --*/
  422. /*-- services --*/
  423. .w3-agileits-services-left {
  424. background-image: url(../images/overlay.png),url(../images/s4.jpg);
  425. background-repeat: repeat, no-repeat;
  426. background-size: 1px, cover;
  427. background-position: center 0px;
  428. min-height: 400px;
  429. padding: 5em 3em;
  430. }
  431. .srvs-slider-w3info{
  432. text-align: center;
  433. }
  434. .w3ls-services-text h5 {
  435. font-size: 2em;
  436. color: #fff;
  437. letter-spacing: 3px;
  438. line-height: 1.4em;
  439. }
  440. .w3ls-services-text p {
  441. color: #fff;
  442. margin-top: 1em;
  443. font-weight: 300;
  444. letter-spacing: 1px;
  445. }
  446. .services-right-grid {
  447. text-align: center;
  448. }
  449. .services-right-grid i.fa{
  450. color: #ffae00;
  451. font-size: 2em;
  452. }
  453. .services-icon {
  454. width: 70px;
  455. height: 70px;
  456. text-align: center;
  457. padding: 1.4em 0;
  458. margin: 0 auto;
  459. }
  460. /* Radial In */
  461. .hvr-radial-in {
  462. display: inline-block;
  463. vertical-align: middle;
  464. -webkit-transform: translateZ(0);
  465. -moz-transform: translateZ(0);
  466. -o-transform: translateZ(0);
  467. -ms-transform: translateZ(0);
  468. transform: translateZ(0);
  469. -webkit-backface-visibility: hidden;
  470. backface-visibility: hidden;
  471. -moz-osx-font-smoothing: grayscale;
  472. position: relative;
  473. overflow: hidden;
  474. background: #ffae00;
  475. -webkit-transition-property: color;
  476. transition-property: color;
  477. -webkit-transition-duration: 0.3s;
  478. -moz-transition-duration: 0.3s;
  479. -o-transition-duration: 0.3s;
  480. -ms-transition-duration: 0.3s;
  481. transition-duration: 0.3s;
  482. }
  483. .hvr-radial-in:before {
  484. content: "";
  485. position: absolute;
  486. z-index: -1;
  487. top: 0;
  488. left: 0;
  489. right: 0;
  490. bottom: 0;
  491. background: #fff;
  492. border-radius: 100%;
  493. -webkit-transform: scale(2);
  494. -moz-transform: scale(2);
  495. -o-transform: scale(2);
  496. -ms-transform: scale(2);
  497. transform: scale(2);
  498. -webkit-transition-property: transform;
  499. -moz-transition-property: transform;
  500. transition-property: transform;
  501. -webkit-transition-duration: 0.3s;
  502. -moz-transition-duration: 0.3s;
  503. transition-duration: 0.3s;
  504. -webkit-transition-timing-function: ease-out;
  505. -moz-transition-timing-function: ease-out;
  506. transition-timing-function: ease-out;
  507. }
  508. .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  509. color:#fff;
  510. }
  511. .services-right-grid:hover div.hvr-radial-in:before{
  512. -webkit-transform: scale(0);
  513. -moz-transform: scale(0);
  514. -o-transform: scale(0);
  515. -ms-transform: scale(0);
  516. transform: scale(0);
  517. }
  518. .services-right-grid:hover i.fa{
  519. color:#fff;
  520. transition: 0.5s all;
  521. -webkit-transition: 0.5s all;
  522. -o-transition: 0.5s all;
  523. -moz-transition: 0.5s all;
  524. -ms-transition: 0.5s all;
  525. }
  526. .services-icon-info h5 {
  527. color: #000;
  528. font-size: 1.5em;
  529. margin: 0.5em 0 0 0;
  530. letter-spacing: 3px;
  531. }
  532. .services-right-grids:nth-child(2){
  533. margin:2em 0;
  534. }
  535. .srvs-slider-w3info .flex-direction-nav a {
  536. display: none;
  537. }
  538. .srvs-slider-w3info .flex-control-nav {
  539. display: block;
  540. bottom: -34%;
  541. }
  542. /*-- //services --*/
  543. /*-- newsletter --*/
  544. .newsletter {
  545. text-align: center;
  546. }
  547. .newsletter form {
  548. margin-top: 1.2em;
  549. width: 70%;
  550. margin: 5em auto 0;
  551. }
  552. .newsletter input[type="text"] {
  553. width: 86%;
  554. padding: .8em;
  555. font-size: 1em;
  556. float: left;
  557. color: #999;
  558. outline: none;
  559. border: 1px solid #999;
  560. border-right: none;
  561. background: none;
  562. -webkit-appearance: none;
  563. -webkit-transition: 0.5s all;
  564. -moz-transition: 0.5s all;
  565. transition: 0.5s all;
  566. }
  567. .newsletter input[type="submit"] {
  568. float: left;
  569. color: #999;
  570. font-size: 1em;
  571. outline: none;
  572. padding: .8em 1.7em;
  573. border: 1px solid #999;
  574. -webkit-transition: 0.5s all;
  575. -moz-transition: 0.5s all;
  576. transition: 0.5s all;
  577. -webkit-appearance: none;
  578. background: none;
  579. }
  580. .newsletter form:hover input[type="text"] {
  581. border-color: #ffae00;
  582. }
  583. .newsletter form:hover input[type="submit"] {
  584. border-color: #ffae00;
  585. background: #ffae00;
  586. color:#fff
  587. }
  588. /*-- //newsletter --*/
  589. /*-- footer start here --*/
  590. .footer-agile {
  591. background-color: #24202a;
  592. padding: 4em 0 3em;
  593. }
  594. .footer-wthree-grid:nth-child(1) {
  595. padding-right: 4em;
  596. }
  597. .agileits-w3layouts-tweets h5 {
  598. font-size: 2em;
  599. color: #fff;
  600. margin-bottom: 0.8em;
  601. display: inline-block;
  602. }
  603. .agileits-w3layouts-tweets h5 a{
  604. color: #ffae00;
  605. text-decoration:none;
  606. }
  607. .footer-wthree-grid ul {
  608. padding: 0px;
  609. list-style: none;
  610. }
  611. .agileits-w3layouts-tweets h5 i {
  612. color: #b2d905;
  613. padding-right: 10px;
  614. }
  615. .footer-wthree-grid ul li {
  616. margin-top: 0.8em;
  617. font-size: 1em;
  618. color: #fff;
  619. font-weight: 300;
  620. }
  621. .footer-wthree-grid ul li a {
  622. color: #fff;
  623. font-size: 1em;
  624. -webkit-transition: 0.5s all;
  625. -moz-transition: 0.5s all;
  626. transition: 0.5s all;
  627. }
  628. .footer-wthree-grid ul li a:hover,.ftr-text p a:hover {
  629. color:#ffae00;
  630. }
  631. .footer-wthree-grid p {
  632. color: #fff;
  633. }
  634. .footer-wthree-grid h3 {
  635. font-size: 1.8em;
  636. color: #ffae00;
  637. margin-bottom: 0.8em;
  638. font-family: 'Roboto', sans-serif;
  639. font-weight: 300;
  640. text-transform: uppercase;
  641. }
  642. .footer-wthree-grid span{
  643. margin-right: 6px;
  644. font-size: .85em;
  645. }
  646. .social-icon.footerw3ls {
  647. margin: 0 1.5em 0 0;
  648. }
  649. .social-icon.footerw3ls a {
  650. width: 30px;
  651. height: 30px;
  652. margin: 0 .3em;
  653. border: 1px solid #fff;
  654. font-size: 1em;
  655. -webkit-border-radius: 50%;
  656. -moz-border-radius: 50%;
  657. border-radius: 50%;
  658. }
  659. /*-- //footer end here --*/
  660. .copy-right p {
  661. color: #fff;
  662. text-align: center;
  663. margin-top: 2em;
  664. padding-top: 2em;
  665. border-top: 2px solid rgba(255, 255, 255, 0.23);
  666. }
  667. .copy-right p a {
  668. color: #ffae00;
  669. -webkit-transition:.5s all;
  670. -moz-transition:.5s all;
  671. -o-transition:.5s all;
  672. -ms-transition:.5s all;
  673. transition:.5s all;
  674. }
  675. .copy-right p a:hover{
  676. color:#fff;
  677. }
  678. /*-- slider-up-arrow --*/
  679. #toTop {
  680. display: none;
  681. text-decoration: none;
  682. position: fixed;
  683. bottom: 3%;
  684. right: 3%;
  685. overflow: hidden;
  686. width: 32px;
  687. height: 32px;
  688. border: none;
  689. text-indent: 100%;
  690. background: url("../images/move-up.png") no-repeat 0px 0px;
  691. }
  692. #toTopHover {
  693. width: 32px;
  694. height: 32px;
  695. display: block;
  696. overflow: hidden;
  697. float: right;
  698. opacity: 0;
  699. -moz-opacity: 0;
  700. filter: alpha(opacity=0);
  701. }
  702. /*-- //slider-up-arrow --*/
  703. /*-- about --*/
  704. .banner.about-banner .banner-text {
  705. margin-top: 4em;
  706. }
  707. .banner.about-banner {
  708. min-height: 300px;
  709. }
  710. .stats.welcome {
  711. border-top: 1px solid #e2e2e2;
  712. }
  713. .agileinfo_stats_grid {
  714. text-align: center;
  715. }
  716. .agileinfo_stats_grid h4.counter {
  717. font-size: 5em;
  718. font-family: 'Roboto', sans-serif;
  719. color: #38414a;
  720. font-weight: 300;
  721. margin-bottom: 0.5em;
  722. }
  723. .agileinfo_stats_grid h5 {
  724. font-size: 1.8em;
  725. color: #999;
  726. }
  727. .about-slid h3 {
  728. font-size: 2em;
  729. color: #fff;
  730. text-align: center;
  731. letter-spacing: 2px;
  732. width: 80%;
  733. margin: 0 auto;
  734. line-height: 2em;
  735. }
  736. /*-- team --*/
  737. .ch-item {
  738. width: 100%;
  739. height: 100%;
  740. position: relative;
  741. cursor: default;
  742. -webkit-box-shadow:inset 0 0 0 0 rgba(116, 94, 197, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
  743. -moz-box-shadow:inset 0 0 0 0 rgba(116, 94, 197, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
  744. -o-box-shadow:inset 0 0 0 0 rgba(116, 94, 197, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
  745. -ms-box-shadow:inset 0 0 0 0 rgba(116, 94, 197, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
  746. box-shadow:inset 0 0 0 0 rgba(116, 94, 197, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
  747. -webkit-transition: all 0.4s ease-in-out;
  748. -moz-transition: all 0.4s ease-in-out;
  749. -o-transition: all 0.4s ease-in-out;
  750. -ms-transition: all 0.4s ease-in-out;
  751. transition: all 0.4s ease-in-out;
  752. }
  753. .ch-info {
  754. position: absolute;
  755. width: 100%;
  756. height: 100%;
  757. opacity: 0;
  758. -webkit-transition: all 0.4s ease-in-out;
  759. -moz-transition: all 0.4s ease-in-out;
  760. -o-transition: all 0.4s ease-in-out;
  761. -ms-transition: all 0.4s ease-in-out;
  762. transition: all 0.4s ease-in-out;
  763. -webkit-transform: scale(0);
  764. -moz-transform: scale(0);
  765. -o-transform: scale(0);
  766. -ms-transform: scale(0);
  767. transform: scale(0);
  768. -webkit-backface-visibility: hidden; /*for a smooth font */
  769. }
  770. .ch-info h3 {
  771. color: #fff;
  772. position: relative;
  773. letter-spacing: 1px;
  774. font-size: 1.8em;
  775. padding: 43px 0 0 0;
  776. }
  777. .ch-info p {
  778. color: #fff;
  779. padding: 10px 5px 0;
  780. font-style: italic;
  781. margin: 15px 30px 0;
  782. font-size: 1em;
  783. border-top: 1px solid rgba(255,255,255,0.5);
  784. }
  785. .ch-item:hover {
  786. -webkit-box-shadow: inset 0 0 0 110px rgba(7, 213, 216, 0.82), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
  787. -moz-box-shadow: inset 0 0 0 110px rgba(7, 213, 216, 0.82), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
  788. -o-box-shadow: inset 0 0 0 110px rgba(7, 213, 216, 0.82), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
  789. -ms-box-shadow: inset 0 0 0 110px rgba(7, 213, 216, 0.82), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
  790. box-shadow: inset 0 0 0 110px rgba(7, 213, 216, 0.82), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
  791. }
  792. .ch-item:hover .ch-info {
  793. opacity: 1;
  794. -webkit-transform: scale(1);
  795. -moz-transform: scale(1);
  796. -o-transform: scale(1);
  797. -ms-transform: scale(1);
  798. transform: scale(1);
  799. }
  800. .ch-grid {
  801. margin:0;
  802. padding: 0;
  803. list-style: none;
  804. display: block;
  805. text-align: center;
  806. width: 100%;
  807. }
  808. .ch-grid:after,
  809. .ch-item:before {
  810. content: '';
  811. display: table;
  812. }
  813. .ch-grid:after {
  814. clear: both;
  815. }
  816. .ch-grid li.ch-grid-item {
  817. width: 220px;
  818. height: 220px;
  819. display: inline-block;
  820. margin: 20px;
  821. }
  822. .team ul.social-icons {
  823. margin-top: 1em;
  824. }
  825. .team ul.social-icons li {
  826. display: inline-block;
  827. }
  828. .team ul.social-icons li a{
  829. font-size: 1em;
  830. color: #fff;
  831. line-height: 1.9em;
  832. border: 1px solid;
  833. width: 28px;
  834. height: 28px;
  835. -webkit-transition:.5s all;
  836. -moz-transition:.5s all;
  837. -o-transition:.5s all;
  838. -ms-transition:.5s all;
  839. transition:.5s all;
  840. }
  841. .team ul.social-icons li a:hover {
  842. color: #000;
  843. }
  844. /*-- //about --*/
  845. /*-- portfolio --*/
  846. .w3ls_portfolio_grids{
  847. padding-top:1em;
  848. }
  849. /*-- offer-bottom --*/
  850. .w3l_services_footer_top_right_main:nth-child(2) {
  851. margin: 3em 0;
  852. }
  853. .w3l_services_footer_top_left img {
  854. margin: 0 auto;
  855. }
  856. .w3l_services_footer_top_right_main_l{
  857. float:left;
  858. }
  859. .w3l_services_footer_top_right_main_l h3{
  860. font-size: 1.2em;
  861. color: #ff464f;
  862. padding-right: 2em;
  863. border-right: 1px solid #212121;
  864. margin: 1.8em 0 0;
  865. }
  866. .w3l_services_footer_top_right_main_l1{
  867. float:left;
  868. margin:0 4em;
  869. }
  870. .w3ls_service_icon{
  871. width: 70px;
  872. height: 70px;
  873. border: 2px solid #0accff;
  874. border-radius: 40px;
  875. text-align: center;
  876. }
  877. .w3ls_service_icon i{
  878. font-size: 2em;
  879. color: #0accff;
  880. padding-top: .5em;
  881. }
  882. .w3l_services_footer_top_right_main_r{
  883. float:right;
  884. width: 50%;
  885. }
  886. .w3l_services_footer_top_right_main_r a{
  887. font-size: 1em;
  888. color: #212121;
  889. text-decoration: none;
  890. text-transform: uppercase;
  891. letter-spacing: 3px;
  892. font-weight: 600;
  893. }
  894. .w3l_services_footer_top_right_main_r a:hover{
  895. color: #0accff;
  896. }
  897. .w3l_services_footer_top_right_main_r p{
  898. margin:1em 0 0;
  899. color:#999;
  900. line-height:2em;
  901. }
  902. .agileits_portfolio_sub_grid {
  903. background: #0accff;
  904. }
  905. .w3_agile_portfolio_grid1{
  906. margin-top:2em;
  907. overflow: hidden;
  908. }
  909. .agileits_portfolio_sub_grid .w3layouts_port_head {
  910. content: '';
  911. z-index: 1;
  912. position: absolute;
  913. left: 49%;
  914. top: 50%;
  915. -webkit-transform: translateX(-50%) translateY(-50%);
  916. -moz-transform: translateX(-50%) translateY(-50%);
  917. transform: translateX(-50%) translateY(-50%);
  918. opacity: 0;
  919. filter: alpha(opacity=0);
  920. margin-top: 100px;
  921. -webkit-transition: all ease .3s;
  922. -moz-transition: all ease .3s;
  923. -ms-transition: all ease .3s;
  924. -o-transition: all ease .3s;
  925. transition: all ease .3s;
  926. }
  927. .w3_agile_portfolio_grid1:hover .agileits_w3layouts_team_grid img {
  928. opacity: 0.8;
  929. }
  930. .w3_agile_portfolio_grid1:hover .agileits_w3layouts_team_grid .w3layouts_port_head {
  931. opacity: 1;
  932. filter: alpha(opacity=100);
  933. margin-top: 0;
  934. }
  935. .w3layouts_port_head h3{
  936. font-size: 1em;
  937. letter-spacing: 5px;
  938. color: #fff;
  939. text-transform: uppercase;
  940. padding: 0.5em 1em;
  941. }
  942. .w3_agile_portfolio_grid1{
  943. position:relative;
  944. }
  945. /*-- //offer-bottom --*/
  946. .banner-bottom {
  947. padding: 5em 0;
  948. }
  949. /*-- //portfolio --*/
  950. /*-- contact us --*/
  951. .mail{
  952. padding: 5em 0;
  953. }
  954. .agileits_mail_grid_left input[type="text"], .agileits_mail_grid_left input[type="email"], .agileits_mail_grid_left textarea {
  955. outline: none;
  956. background: #f5f5f5;
  957. border: 1px solid #E8E8E8;
  958. color: #212121;
  959. padding: 10px;
  960. font-size: 14px;
  961. width: 100%;
  962. margin-bottom: 2em;
  963. }
  964. .agileits_mail_grid_left textarea {
  965. min-height: 150px;
  966. }
  967. .agileits_mail_grid_left input[type="submit"] {
  968. font-size: 1em;
  969. padding: 0.8em;
  970. display: block;
  971. margin-top: 1em;
  972. outline: none;
  973. background: #212121;
  974. color: #fff;
  975. border: none;
  976. width: 34%;
  977. transition: 0.5s all;
  978. -webkit-transition: 0.5s all;
  979. -moz-transition: 0.5s all;
  980. -o-transition: 0.5s all;
  981. -ms-transition: 0.5s all;
  982. }
  983. .agileits_mail_grid_left input[type="submit"]:hover {
  984. background: #ffae00;
  985. }
  986. .agileits_mail_grid_left h4 {
  987. font-size: 1.2em;
  988. color: #212121;
  989. margin-bottom: 1em;
  990. }
  991. .agileits_mail_grids {
  992. margin-top: 5em;
  993. }
  994. .left-agileits ul li {
  995. list-style-type: none;
  996. margin-bottom: 1em;
  997. font-size: 14px;
  998. line-height: 1.8em;
  999. color: #212121;
  1000. padding-left: 1em;
  1001. }
  1002. .left-agileits ul li span {
  1003. left: -1em;
  1004. }
  1005. .left-agileits li span {
  1006. color: #212121;
  1007. }
  1008. .left-agileits h3 {
  1009. font-size: 26px;
  1010. color: #212121;
  1011. text-transform: uppercase;
  1012. letter-spacing: 2px;
  1013. margin-bottom: 1em;
  1014. }
  1015. .agileits_mail_grid_right {
  1016. padding-left: 40px;
  1017. }
  1018. .left-agileits {
  1019. margin-top: 30px;
  1020. }
  1021. .agile-map iframe {
  1022. min-height: 370px;
  1023. width: 100%;
  1024. }
  1025. /*-- contact us --*/
  1026. /*-- about --*/
  1027. .agileits-top-heading{
  1028. padding:2em 0;
  1029. text-align:center;
  1030. }
  1031. .agileits-top-heading h2{
  1032. color: #FFFFFF;
  1033. font-size: 3em;
  1034. margin: 0;
  1035. font-family: 'Pacifico', cursive;
  1036. }
  1037. .main-textgrids {
  1038. padding:4em 0;
  1039. }
  1040. .main-textgrids img {
  1041. width: 100%;
  1042. }
  1043. .ab-text p {
  1044. line-height: 1.8em;
  1045. margin:0 0 1em 0;
  1046. font-size: 0.9em;
  1047. color: #999999;
  1048. }
  1049. ul.ab {
  1050. padding: 0;
  1051. }
  1052. ul.ab li {
  1053. list-style-type: none;
  1054. margin: 0 0 1em;
  1055. }
  1056. ul.ab li a {
  1057. color: #999999;
  1058. line-height: 1.8em;
  1059. font-size: 0.9em;
  1060. text-decoration: none;
  1061. }
  1062. .statements {
  1063. margin-top: 4em;
  1064. }
  1065. ul.ab li a:hover{
  1066. color: #ffae00;
  1067. }
  1068. .statements p{
  1069. line-height: 1.8em;
  1070. margin-bottom: 4%;
  1071. margin-top: 3%;
  1072. font-size: 0.9em;
  1073. color: #777;
  1074. }
  1075. .mission h4 {
  1076. text-align: left;
  1077. color: #ffae00;
  1078. font-size: 1.2em;
  1079. text-transform: uppercase;
  1080. line-height: 1.5em;
  1081. margin: 0;
  1082. font-weight: 800;
  1083. }
  1084. /*-- different --*/
  1085. .ab-agile {
  1086. margin-top: 5em;
  1087. }
  1088. .agileinfo-team-grids {
  1089. margin-top: 5em;
  1090. }
  1091. .different h3{
  1092. color: #FFFFFF;
  1093. text-align: center;
  1094. color: #ffae00;
  1095. text-transform: uppercase;
  1096. margin: 0 0 .5em;
  1097. font-size: 2.8em;
  1098. letter-spacing: 1px;
  1099. }
  1100. .w3agile-different-info p{
  1101. text-align: center;
  1102. margin: 3em auto 0;
  1103. font-size: .9em;
  1104. color: #FFFFFF;
  1105. width: 73%;
  1106. line-height: 1.8em;
  1107. }
  1108. .w3agile-button {
  1109. margin: 3em 0 0 0;
  1110. text-align: center;
  1111. }
  1112. .w3agile-button a{
  1113. border: solid 1px #ffae00;
  1114. color: #FFFFFF;
  1115. font-size: 1em;
  1116. padding: .5em 1em;
  1117. text-decoration: none;
  1118. background: #ffae00;
  1119. }
  1120. .w3agile-button a:hover{
  1121. border: solid 1px #FFFFFF;
  1122. color: #FFFFFF;
  1123. background:none;
  1124. }
  1125. /*-- //different --*/
  1126. /*-- team --*/
  1127. .team {
  1128. background: #f5f5f5;
  1129. padding: 5em 0;
  1130. }
  1131. .wthree-team-grid img{
  1132. width:100%;
  1133. }
  1134. .wthree-team-grid-info {
  1135. padding: 1em;
  1136. background: #FFFFFF;
  1137. text-align: center;
  1138. }
  1139. .wthree-team-grid h4 {
  1140. font-size: 1.2em;
  1141. color: #ffae00;
  1142. margin: 0;
  1143. font-weight: 600;
  1144. }
  1145. .wthree-team-grid p {
  1146. margin:.5em 0;
  1147. color: #999999;
  1148. font-size: .9em;
  1149. }
  1150. .team-social-grids ul {
  1151. padding: 0;
  1152. margin: 0;
  1153. }
  1154. .team-social-grids ul li {
  1155. display: inline-block;
  1156. margin: 0 .5em 0 0;
  1157. }
  1158. .team-social-grids ul li a {
  1159. text-align: center;
  1160. }
  1161. .team-social-grids ul li a i.fa{
  1162. height: 30px;
  1163. width: 30px;
  1164. border: solid 2px #FFFFFF;
  1165. line-height: 29px;
  1166. background: none;
  1167. color: #b2b2b2;
  1168. transition: 0.5s all;
  1169. -webkit-transition: 0.5s all;
  1170. -moz-transition: 0.5s all;
  1171. -o-transition: 0.5s all;
  1172. -ms-transition: 0.5s all;
  1173. }
  1174. .team-social-grids ul li a i.fa.fa-facebook:hover {
  1175. border: solid 2px #3b5998;
  1176. background:#3b5998;
  1177. color: #FFFFFF;
  1178. }
  1179. .team-social-grids ul li a i.fa.fa-twitter:hover{
  1180. border: solid 2px #55acee;
  1181. background:#55acee;
  1182. color: #FFFFFF;
  1183. }
  1184. .team-social-grids ul li a i.fa.fa-rss:hover{
  1185. border: solid 2px #f26522;
  1186. background:#f26522;
  1187. color: #FFFFFF;
  1188. }
  1189. /*-- //team --*/
  1190. /*-- pages --*/
  1191. .codes {
  1192. padding: 5em 0;
  1193. }
  1194. .well {
  1195. font-weight: 300;
  1196. font-size: 14px;
  1197. }
  1198. .list-group-item {
  1199. font-weight: 300;
  1200. font-size: 14px;
  1201. }
  1202. li.list-group-item1 {
  1203. font-size: 14px;
  1204. font-weight: 300;
  1205. }
  1206. .typo p {
  1207. margin: 0;
  1208. font-size: 14px;
  1209. font-weight: 300;
  1210. }
  1211. .show-grid [class^=col-] {
  1212. background: #fff;
  1213. text-align: center;
  1214. margin-bottom: 10px;
  1215. line-height: 2em;
  1216. border: 10px solid #f0f0f0;
  1217. }
  1218. .show-grid [class*="col-"]:hover {
  1219. background: #e0e0e0;
  1220. }
  1221. .grid_3{
  1222. margin-bottom:3em;
  1223. }
  1224. .xs h3, h3.m_1{
  1225. color:#000;
  1226. font-size:1.7em;
  1227. font-weight:300;
  1228. margin-bottom: 1em;
  1229. }
  1230. .grid_3 p{
  1231. color: #999;
  1232. font-size: 0.85em;
  1233. margin-bottom: 1em;
  1234. font-weight: 300;
  1235. }
  1236. .grid_4{
  1237. background:none;
  1238. }
  1239. .label {
  1240. font-weight: 300 !important;
  1241. border-radius:4px;
  1242. }
  1243. .grid_5{
  1244. background:none;
  1245. }
  1246. .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
  1247. margin-bottom: 1em;
  1248. color: #212121;
  1249. font-weight: bold;
  1250. }
  1251. .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  1252. border-top: none !important;
  1253. }
  1254. .tab-content > .active {
  1255. display: block;
  1256. visibility: visible;
  1257. }
  1258. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  1259. z-index: 0;
  1260. }
  1261. .badge-primary {
  1262. background-color: #03a9f4;
  1263. }
  1264. .badge-success {
  1265. background-color: #8bc34a;
  1266. }
  1267. .badge-warning {
  1268. background-color: #ffc107;
  1269. }
  1270. .badge-danger {
  1271. background-color: #e51c23;
  1272. }
  1273. .grid_3 p{
  1274. line-height: 2em;
  1275. color: #888;
  1276. font-size: 0.9em;
  1277. margin-bottom: 1em;
  1278. font-weight: 300;
  1279. }
  1280. .bs-docs-example {
  1281. margin: 1em 0;
  1282. }
  1283. section#tables p {
  1284. margin-top: 1em;
  1285. }
  1286. .tab-container .tab-content {
  1287. border-radius: 0 2px 2px 2px;
  1288. border: 1px solid #e0e0e0;
  1289. padding: 16px;
  1290. background-color: #ffffff;
  1291. }
  1292. .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  1293. padding: 15px!important;
  1294. }
  1295. .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  1296. font-size: 0.9em;
  1297. color: #999;
  1298. border-top: none !important;
  1299. }
  1300. .tab-content > .active {
  1301. display: block;
  1302. visibility: visible;
  1303. }
  1304. .label {
  1305. font-weight: 300 !important;
  1306. }
  1307. .label {
  1308. padding: 4px 6px;
  1309. border: none;
  1310. text-shadow: none;
  1311. }
  1312. .alert {
  1313. font-size: 0.85em;
  1314. }
  1315. h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
  1316. line-height:2em;
  1317. margin-top:0.5em;
  1318. margin-bottom: 0.5em;
  1319. }
  1320. li.list-group-item1 {
  1321. line-height: 2.5em;
  1322. }
  1323. .input-group {
  1324. margin-bottom: 20px;
  1325. }
  1326. .in-gp-tl{
  1327. padding:0;
  1328. }
  1329. .in-gp-tb{
  1330. padding-right:0;
  1331. }
  1332. .list-group {
  1333. margin-bottom: 48px;
  1334. }
  1335. ol {
  1336. margin-bottom: 44px;
  1337. }
  1338. h2.typoh2{
  1339. margin: 0 0 10px;
  1340. }
  1341. .tab-content > .active {
  1342. display: block;
  1343. visibility: visible;
  1344. }
  1345. .label {
  1346. font-weight: 300 !important;
  1347. }
  1348. .label {
  1349. padding: 4px 6px;
  1350. border: none;
  1351. text-shadow: none;
  1352. }
  1353. .nav-tabs {
  1354. margin-bottom: 1em;
  1355. }
  1356. h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
  1357. line-height:1.8em;
  1358. margin-top:0.5em;
  1359. margin-bottom: 0.5em;
  1360. }
  1361. li.list-group-item1 {
  1362. line-height: 2.5em;
  1363. }
  1364. .input-group {
  1365. margin-bottom: 20px;
  1366. }
  1367. .codes .row {
  1368. margin: 0;
  1369. }
  1370. .in-gp-tl{
  1371. padding:0;
  1372. }
  1373. .in-gp-tb{
  1374. padding-right:0;
  1375. }
  1376. .list-group {
  1377. margin-bottom: 48px;
  1378. }
  1379. ol {
  1380. margin-bottom: 44px;
  1381. }
  1382. h2.typoh2{
  1383. margin: 0 0 10px;
  1384. }
  1385. .form-control1, .form-control_2.input-sm{
  1386. border: 1px solid #e0e0e0;
  1387. padding:5px 18px;
  1388. color: #616161;
  1389. background: #fff;
  1390. box-shadow: none !important;
  1391. width: 100%;
  1392. font-size: 0.85em;
  1393. font-weight: 300;
  1394. height: 40px;
  1395. border-radius: 0;
  1396. -webkit-border-radius: 0px;
  1397. -moz-border-radius: 0px;
  1398. -ms-border-radius: 0px;
  1399. -o-border-radius: 0px;
  1400. -webkit-appearance: none;
  1401. outline:none;
  1402. }
  1403. .control3{
  1404. margin:0 0 1em 0;
  1405. }
  1406. .codes label {
  1407. font-weight: 400;
  1408. }
  1409. /*-- icons --*/
  1410. .codes a {
  1411. color: #999;
  1412. }
  1413. .icon-box {
  1414. padding: 8px 15px;
  1415. background:rgba(149, 149, 149, 0.18);
  1416. margin: 1em 0 1em 0;
  1417. border: 5px solid #ffffff;
  1418. text-align: left;
  1419. -moz-box-sizing: border-box;
  1420. -webkit-box-sizing: border-box;
  1421. box-sizing: border-box;
  1422. font-size: 13px;
  1423. transition: 0.5s all;
  1424. -webkit-transition: 0.5s all;
  1425. -o-transition: 0.5s all;
  1426. -ms-transition: 0.5s all;
  1427. -moz-transition: 0.5s all;
  1428. cursor: pointer;
  1429. }
  1430. .icon-box:hover {
  1431. background: #000;
  1432. transition:0.5s all;
  1433. -webkit-transition:0.5s all;
  1434. -o-transition:0.5s all;
  1435. -ms-transition:0.5s all;
  1436. -moz-transition:0.5s all;
  1437. }
  1438. .icon-box:hover i.fa {
  1439. color:#fff !important;
  1440. }
  1441. .icon-box:hover a.agile-icon {
  1442. color:#fff !important;
  1443. }
  1444. .codes .bs-glyphicons li {
  1445. float: left;
  1446. width: 12.5%;
  1447. height: 115px;
  1448. padding: 10px;
  1449. line-height: 1.4;
  1450. text-align: center;
  1451. font-size: 12px;
  1452. list-style-type: none;
  1453. }
  1454. .codes .bs-glyphicons .glyphicon {
  1455. margin-top: 5px;
  1456. margin-bottom: 10px;
  1457. font-size: 24px;
  1458. }
  1459. .codes .glyphicon {
  1460. position: relative;
  1461. top: 1px;
  1462. display: inline-block;
  1463. font-family: 'Glyphicons Halflings';
  1464. font-style: normal;
  1465. font-weight: 400;
  1466. line-height: 1;
  1467. -webkit-font-smoothing: antialiased;
  1468. -moz-osx-font-smoothing: grayscale;
  1469. color: #777;
  1470. }
  1471. .codes .bs-glyphicons .glyphicon-class {
  1472. display: block;
  1473. text-align: center;
  1474. word-wrap: break-word;
  1475. }
  1476. h3.icon-subheading {
  1477. font-size: 28px;
  1478. color: #ffae00 !important;
  1479. margin: 30px 0 15px;
  1480. font-weight: 600;
  1481. letter-spacing: 2px;
  1482. }
  1483. h3.agileits-icons-title {
  1484. text-align: center;
  1485. font-size: 33px;
  1486. color: #222222;
  1487. font-weight: 600;
  1488. letter-spacing: 2px;
  1489. }
  1490. .icons a {
  1491. color: #999;
  1492. }
  1493. .icon-box i {
  1494. margin-right: 10px !important;
  1495. font-size: 20px !important;
  1496. color: #282a2b !important;
  1497. }
  1498. .bs-glyphicons li {
  1499. float: left;
  1500. width: 18%;
  1501. height: 115px;
  1502. padding: 10px;
  1503. line-height: 1.4;
  1504. text-align: center;
  1505. font-size: 12px;
  1506. list-style-type: none;
  1507. background:rgba(149, 149, 149, 0.18);
  1508. margin: 1%;
  1509. }
  1510. .bs-glyphicons .glyphicon {
  1511. margin-top: 5px;
  1512. margin-bottom: 10px;
  1513. font-size: 24px;
  1514. color: #282a2b;
  1515. }
  1516. .glyphicon {
  1517. position: relative;
  1518. top: 1px;
  1519. display: inline-block;
  1520. font-family: 'Glyphicons Halflings';
  1521. font-style: normal;
  1522. font-weight: 400;
  1523. line-height: 1;
  1524. -webkit-font-smoothing: antialiased;
  1525. -moz-osx-font-smoothing: grayscale;
  1526. color: #777;
  1527. }
  1528. .bs-glyphicons .glyphicon-class {
  1529. display: block;
  1530. text-align: center;
  1531. word-wrap: break-word;
  1532. }
  1533. @media (max-width:991px){
  1534. h3.agileits-icons-title {
  1535. font-size: 28px;
  1536. }
  1537. h3.icon-subheading {
  1538. font-size: 22px;
  1539. }
  1540. }
  1541. @media (max-width:768px){
  1542. h3.agileits-icons-title {
  1543. font-size: 28px;
  1544. }
  1545. h3.icon-subheading {
  1546. font-size: 25px;
  1547. }
  1548. .row {
  1549. margin-right: 0;
  1550. margin-left: 0;
  1551. }
  1552. .icon-box {
  1553. margin: 0;
  1554. }
  1555. }
  1556. @media (max-width: 640px){
  1557. .icon-box {
  1558. float: left;
  1559. width: 50%;
  1560. }
  1561. }
  1562. @media (max-width: 480px){
  1563. .bs-glyphicons li {
  1564. width: 31%;
  1565. }
  1566. }
  1567. @media (max-width: 414px){
  1568. h3.agileits-icons-title {
  1569. font-size: 23px;
  1570. }
  1571. h3.icon-subheading {
  1572. font-size: 18px;
  1573. }
  1574. .bs-glyphicons li {
  1575. width: 31.33%;
  1576. }
  1577. }
  1578. @media (max-width: 384px){
  1579. .icon-box {
  1580. float: none;
  1581. width: 100%;
  1582. }
  1583. }
  1584. /*-- //icons --*/
  1585. .w3_wthree_agileits_icons.main-grid-border {
  1586. padding: 5em 0;
  1587. }
  1588. /*--Typography--*/
  1589. .well {
  1590. font-weight: 300;
  1591. font-size: 14px;
  1592. }
  1593. .list-group-item {
  1594. font-weight: 300;
  1595. font-size: 14px;
  1596. }
  1597. li.list-group-item1 {
  1598. font-size: 14px;
  1599. font-weight: 300;
  1600. }
  1601. .show-grid [class^=col-] {
  1602. background: #fff;
  1603. text-align: center;
  1604. margin-bottom: 10px;
  1605. line-height: 2em;
  1606. border: 10px solid #f0f0f0;
  1607. }
  1608. .show-grid [class*="col-"]:hover {
  1609. background: #e0e0e0;
  1610. }
  1611. .grid_3{
  1612. margin-bottom:2em;
  1613. }
  1614. .xs h3, h3.m_1{
  1615. color:#000;
  1616. font-size:1.7em;
  1617. font-weight:300;
  1618. margin-bottom: 1em;
  1619. }
  1620. .grid_3 p{
  1621. color: #999;
  1622. font-size: 0.85em;
  1623. margin-bottom: 1em;
  1624. font-weight: 300;
  1625. }
  1626. .grid_4{
  1627. background:none;
  1628. margin-top:50px;
  1629. }
  1630. .label {
  1631. font-weight: 300 !important;
  1632. border-radius:4px;
  1633. }
  1634. .grid_5{
  1635. background:none;
  1636. padding:2em 0;
  1637. }
  1638. .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
  1639. margin-bottom: 1em;
  1640. color: #ffae00;
  1641. font-weight: 600;
  1642. font-size: 30px;
  1643. letter-spacing: 2px;
  1644. }
  1645. .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  1646. border-top: none !important;
  1647. }
  1648. .tab-content > .active {
  1649. display: block;
  1650. visibility: visible;
  1651. }
  1652. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  1653. z-index: 0;
  1654. }
  1655. .badge-primary {
  1656. background-color: #03a9f4;
  1657. }
  1658. .badge-success {
  1659. background-color: #fb5710;
  1660. }
  1661. .badge-warning {
  1662. background-color: #ffc107;
  1663. }
  1664. .badge-danger {
  1665. background-color: #e51c23;
  1666. }
  1667. .grid_3 p{
  1668. line-height: 2em;
  1669. color: #888;
  1670. font-size: 0.9em;
  1671. margin-bottom: 1em;
  1672. font-weight: 300;
  1673. }
  1674. .bs-docs-example {
  1675. margin: 1em 0;
  1676. }
  1677. section#tables p {
  1678. margin-top: 1em;
  1679. }
  1680. .tab-container .tab-content {
  1681. border-radius: 0 2px 2px 2px;
  1682. border: 1px solid #e0e0e0;
  1683. padding: 16px;
  1684. background-color: #ffffff;
  1685. }
  1686. .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  1687. padding: 15px!important;
  1688. }
  1689. .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  1690. font-size: 0.9em;
  1691. color: #999;
  1692. border-top: none !important;
  1693. }
  1694. .tab-content > .active {
  1695. display: block;
  1696. visibility: visible;
  1697. }
  1698. .label {
  1699. font-weight: 300 !important;
  1700. }
  1701. .label {
  1702. padding: 4px 6px;
  1703. border: none;
  1704. text-shadow: none;
  1705. }
  1706. .alert {
  1707. font-size: 0.85em;
  1708. }
  1709. h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
  1710. line-height:2em;
  1711. margin-top:0.5em;
  1712. margin-bottom: 0.5em;
  1713. }
  1714. li.list-group-item1 {
  1715. line-height: 2.5em;
  1716. }
  1717. .input-group {
  1718. margin-bottom: 20px;
  1719. }
  1720. .in-gp-tl{
  1721. padding:0;
  1722. }
  1723. .in-gp-tb{
  1724. padding-right:0;
  1725. }
  1726. .list-group {
  1727. margin-bottom: 48px;
  1728. }
  1729. ol {
  1730. margin-bottom: 44px;
  1731. }
  1732. h2.typoh2{
  1733. margin: 0 0 10px;
  1734. }
  1735. @media (max-width:768px){
  1736. .grid_5 {
  1737. padding: 0 0 1em;
  1738. }
  1739. .grid_3 {
  1740. margin-bottom: 0em;
  1741. }
  1742. }
  1743. @media (max-width:640px){
  1744. h1, .h1, h2, .h2, h3, .h3 {
  1745. margin-top: 0px;
  1746. margin-bottom: 0px;
  1747. }
  1748. .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
  1749. margin-bottom: .5em;
  1750. }
  1751. .progress {
  1752. height: 10px;
  1753. margin-bottom: 10px;
  1754. }
  1755. ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
  1756. font-size: 14px;
  1757. }
  1758. .breadcrumb {
  1759. margin-bottom: 25px;
  1760. }
  1761. .well {
  1762. font-size: 14px;
  1763. margin-bottom: 10px;
  1764. }
  1765. h2.typoh2 {
  1766. font-size: 1.5em;
  1767. }
  1768. .label {
  1769. font-size: 60%;
  1770. }
  1771. .in-gp-tl {
  1772. padding: 0 1em;
  1773. }
  1774. .in-gp-tb {
  1775. padding-right: 1em;
  1776. }
  1777. }
  1778. @media (max-width:480px){
  1779. .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
  1780. font-size: 1.2em;
  1781. }
  1782. .table h1 {
  1783. font-size: 26px;
  1784. }
  1785. .table h2 {
  1786. font-size: 23px;
  1787. }
  1788. .table h3 {
  1789. font-size: 20px;
  1790. }
  1791. .label {
  1792. font-size: 53%;
  1793. }
  1794. .alert,p {
  1795. font-size: 14px;
  1796. }
  1797. .pagination {
  1798. margin: 20px 0 0px;
  1799. }
  1800. .grid_3.grid_4.w3layouts {
  1801. margin-top: 25px;
  1802. }
  1803. }
  1804. @media (max-width: 320px){
  1805. .grid_4 {
  1806. margin-top: 18px;
  1807. }
  1808. h3.title {
  1809. font-size: 1.6em;
  1810. }
  1811. .alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
  1812. font-size: 13px;
  1813. }
  1814. .alert {
  1815. padding: 10px;
  1816. margin-bottom: 10px;
  1817. }
  1818. ul.pagination li a {
  1819. font-size: 14px;
  1820. padding: 5px 11px;
  1821. }
  1822. .list-group {
  1823. margin-bottom: 10px;
  1824. }
  1825. .well {
  1826. padding: 10px;
  1827. }
  1828. .nav > li > a {
  1829. font-size: 14px;
  1830. }
  1831. table.table.table-striped,.table-bordered,.bs-docs-example {
  1832. display: none;
  1833. }
  1834. }
  1835. /*-- //typography --*/
  1836. .typo {
  1837. padding: 5em 0;
  1838. }
  1839. ul.bs-glyphicons-list {
  1840. padding: 0;
  1841. }
  1842. /*-- //pages --*/
  1843. .w3ls-heading h3, .w3ls-heading h2 {
  1844. text-align: center;
  1845. color: #0d3172;
  1846. text-transform: uppercase;
  1847. margin: 0 0 .5em;
  1848. font-size: 2.8em;
  1849. letter-spacing: 1px;
  1850. }
  1851. .w3ls-heading p.sub {
  1852. position: relative;
  1853. text-align: center;
  1854. color: #444;
  1855. line-height: 1.8em;
  1856. padding-bottom: 1.5em;
  1857. letter-spacing: 3px;
  1858. text-transform: uppercase;
  1859. font-weight: 600;
  1860. }
  1861. p.sub:after {
  1862. content: '';
  1863. background: #ffae00;
  1864. height: 2px;
  1865. position: absolute;
  1866. bottom: 0%;
  1867. left: 45%;
  1868. width: 10%;
  1869. }
  1870. p.sub.two {
  1871. color: #000000;
  1872. }
  1873. /*-- responsive-design --*/
  1874. @media(max-width:1440px){
  1875. }
  1876. @media(max-width:1366px){
  1877. }
  1878. @media(max-width:1080px){
  1879. .social-icon a {
  1880. margin: 0 .4em;
  1881. }
  1882. .header ul.nav.navbar-nav.navbar-left{
  1883. margin-left: 14%;
  1884. }
  1885. .banner-w3lstext p {
  1886. width: 65%;
  1887. }
  1888. .banner {
  1889. min-height: 600px;
  1890. }
  1891. .banner-text {
  1892. margin-top: 10em;
  1893. }
  1894. .newsletter input[type="text"] {
  1895. width: 83%;
  1896. }
  1897. .banner-w3lstext h2, .banner-w3lstext h3 {
  1898. font-size: 2.7em;
  1899. }
  1900. .agile_banner_bottom1_right {
  1901. padding: 2em 1em 2em 1em;
  1902. }
  1903. }
  1904. @media(max-width:991px){
  1905. .header .navbar-nav li {
  1906. margin: 0 0.8em;
  1907. }
  1908. .header ul.nav.navbar-nav.navbar-left{
  1909. margin-left: 5%;
  1910. }
  1911. .banner-w3lstext p {
  1912. width: 80%;
  1913. }
  1914. .welcome-w3right {
  1915. margin-top: 1em;
  1916. }
  1917. .albums-right, .albums1-left {
  1918. padding: 5em 4em;
  1919. }
  1920. .albums h4 {
  1921. font-size: 2.3em;
  1922. }
  1923. .wthree-almubimg {
  1924. min-height: 341px;
  1925. }
  1926. .services-grids:nth-child(3),.services-grids:nth-child(4){
  1927. margin-top: 1.5em;
  1928. }
  1929. .newsletter input[type="text"] {
  1930. width: 77%;
  1931. }
  1932. .social-icon.footerw3ls {
  1933. margin: 0 0 .8em 0;
  1934. float: none;
  1935. }
  1936. .about-grids .welcome-w3right {
  1937. margin: 0 0 2em 0;
  1938. }
  1939. .agileinfo_stats_grid h4.counter {
  1940. font-size: 4em;
  1941. }
  1942. .about-slid h3 {
  1943. font-size: 1.8em;
  1944. letter-spacing: 1px;
  1945. width: 90%;
  1946. }
  1947. .contact-w3ls-row {
  1948. width: 80%;
  1949. margin: 0 auto;
  1950. }
  1951. .filtr-item {
  1952. padding:0.5em;
  1953. }
  1954. .banner {
  1955. min-height: 560px;
  1956. }
  1957. .features {
  1958. padding: 3em 0;
  1959. }
  1960. .w3-agile-top-info {
  1961. margin-top: 3em;
  1962. }
  1963. .w3ls-welcome-img1 {
  1964. margin-top: 2em;
  1965. }
  1966. .w3ls-welcome-img1 {
  1967. margin-bottom: 2em;
  1968. }
  1969. .test_agile_info {
  1970. padding: 4em 0 4em 0;
  1971. }
  1972. .wthree_testimonials_grid1, .wthree_testimonials_grid {
  1973. width: 82%;
  1974. margin:0 auto;
  1975. }
  1976. .testimonials {
  1977. min-height: 455px;
  1978. }
  1979. .w3-agileits-services-grids {
  1980. margin-top: 3em;
  1981. }
  1982. .w3-agileits-services-right {
  1983. margin-bottom: 3em;
  1984. }
  1985. .newsletter {
  1986. padding: 3em 0;
  1987. }
  1988. .newsletter form {
  1989. margin: 3em auto 0;
  1990. }
  1991. .footer-agile {
  1992. padding: 3em 0 2em;
  1993. }
  1994. .main-textgrids {
  1995. padding: 3em 0;
  1996. }
  1997. .ab-agile {
  1998. margin-top: 3em;
  1999. }
  2000. .ab-text {
  2001. margin-top: 2em;
  2002. }
  2003. .statements {
  2004. margin-top: 2em;
  2005. }
  2006. .w3agile-different-info p {
  2007. width: 100%;
  2008. }
  2009. .different {
  2010. padding: 3em 0;
  2011. }
  2012. .team {
  2013. padding: 3em 0;
  2014. }
  2015. .agileinfo-team-grids {
  2016. margin-top: 3em;
  2017. }
  2018. .wthree-team-grid {
  2019. float: left;
  2020. width: 50%;
  2021. margin-bottom: 1.5em;
  2022. }
  2023. .banner-bottom {
  2024. padding: 3em 0;
  2025. }
  2026. .agileinfo_portfolio_grid {
  2027. float: left;
  2028. width: 33.33%;
  2029. }
  2030. .agileits_mail_grid_right {
  2031. padding-left: 15px;
  2032. margin-top: 2em;
  2033. }
  2034. .mail {
  2035. padding: 3em 0;
  2036. }
  2037. .agileits_mail_grids {
  2038. margin-top: 3em;
  2039. }
  2040. .w3_wthree_agileits_icons.main-grid-border {
  2041. padding: 3em 0;
  2042. }
  2043. .typo {
  2044. padding: 3em 0;
  2045. }
  2046. }
  2047. @media(max-width:768px){
  2048. .navbar-nav li {
  2049. margin: 0 0.8em;
  2050. }
  2051. .navbar-header {
  2052. margin: 0 !important;
  2053. }
  2054. .header .navbar-header h1{
  2055. font-size: 2.5em;
  2056. }
  2057. .services{
  2058. padding: 3em 0;
  2059. }
  2060. .welcome-w3right {
  2061. width: 55%;
  2062. }
  2063. .wthree-almubimg {
  2064. min-height: 332px;
  2065. }
  2066. .slid p {
  2067. width: 85%;
  2068. }
  2069. .slid h4 ,h3.agileits-title{
  2070. font-size: 2.8em;
  2071. }
  2072. .agileinfo_stats_grid h4.counter {
  2073. font-size: 3.5em;
  2074. }
  2075. .agileinfo_stats_grid h5 {
  2076. font-size: 1.5em;
  2077. }
  2078. .banner.about-banner {
  2079. min-height: 240px;
  2080. }
  2081. .banner-w3lstext h2, .banner-w3lstext h3 {
  2082. font-size: 2.2em;
  2083. }
  2084. .banner.about-banner .banner-text {
  2085. margin-top: 2.5em;
  2086. }
  2087. }
  2088. @media(max-width:767px){
  2089. .header {
  2090. padding: 1.5em 1em;
  2091. }
  2092. .header ul.nav.navbar-nav.navbar-left {
  2093. margin: 0;
  2094. display: block;
  2095. }
  2096. .header .nav.navbar-nav.navbar-left li a {
  2097. font-size: 1.1em;
  2098. padding:.2em 0;
  2099. }
  2100. .header .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  2101. border: none;
  2102. background: #000;
  2103. }
  2104. .header .navbar-default .navbar-toggle {
  2105. border-color: #ffae00;
  2106. background: #ffae00;
  2107. margin:8px 0 0;
  2108. }
  2109. .header.navbar-default .navbar-toggle .icon-bar {
  2110. background-color: #FFF;
  2111. }
  2112. .header .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  2113. background-color: #ffae00;
  2114. }
  2115. .header .navbar-nav > li {
  2116. margin: 0;
  2117. display: block;
  2118. padding-top: 0.8em;
  2119. }
  2120. div#bs-example-navbar-collapse-1 {
  2121. background: rgba(0, 0, 0, 0.83);
  2122. margin: 0;
  2123. padding: 0;
  2124. position: absolute;
  2125. width: 95%;
  2126. z-index: 999;
  2127. margin-top: 1.5em;
  2128. }
  2129. .header .navbar-default .navbar-nav > li > a:before {
  2130. width: 0;
  2131. display:none;
  2132. }
  2133. .header ul.nav.navbar-nav.navbar-left {
  2134. margin: 0;
  2135. display: block;
  2136. }
  2137. .header .navbar-nav > li > .dropdown-menu li {
  2138. margin: 0;
  2139. }
  2140. .header .navbar-nav > li > .dropdown-menu li:nth-child(1) {
  2141. margin: 1em 0;
  2142. }
  2143. .social-icon {
  2144. float: none;
  2145. margin: 0.5em 0 1.3em;
  2146. text-align: center;
  2147. }
  2148. .banner {
  2149. min-height: 570px;
  2150. }
  2151. .banner-text {
  2152. margin-top: 8em;
  2153. }
  2154. .albums1-right {
  2155. float: none;
  2156. }
  2157. .newsletter input[type="text"] {
  2158. width: 73%;
  2159. }
  2160. .agileinfo_stats_grid h4.counter {
  2161. margin-bottom: 0.2em;
  2162. }
  2163. .footer-wthree-grid:nth-child(2) {
  2164. margin: 2em 0;
  2165. }
  2166. .social-icon.footerw3ls {
  2167. text-align: left;
  2168. }
  2169. .footer-wthree-grid h3 {
  2170. font-size: 1.6em;
  2171. }
  2172. .contact-w3ls-row {
  2173. width: 90%;
  2174. }
  2175. .slid h4, h3.agileits-title {
  2176. font-size: 2.6em;
  2177. }
  2178. .welcome h4 {
  2179. font-size: 1.4em;
  2180. }
  2181. .about-slid h3 {
  2182. font-size: 1.5em;
  2183. }
  2184. .banner.about-banner {
  2185. min-height: 210px;
  2186. }
  2187. .banner-w3lstext h2, .banner-w3lstext h3 {
  2188. font-size: 1.8em;
  2189. }
  2190. .welcome-w3right {
  2191. width: 100%;
  2192. }
  2193. .navbar-default .navbar-toggle .icon-bar {
  2194. background-color: #fff;
  2195. }
  2196. }
  2197. @media(max-width:667px){
  2198. .map iframe {
  2199. min-height: 250px;
  2200. }
  2201. }
  2202. @media(max-width:640px){
  2203. .newsletter form {
  2204. width: 80%;
  2205. }
  2206. .banner-text {
  2207. margin-top: 6em;
  2208. }
  2209. .banner {
  2210. min-height: 500px;
  2211. }
  2212. .wthree_testimonials_grid {
  2213. padding: 3em 2em 2em;
  2214. }
  2215. .w3ls-heading h3, .w3ls-heading h2,.wthree_testimonials_grid h4 {
  2216. font-size: 2.5em;
  2217. }
  2218. .banner-1 {
  2219. min-height: 220px;
  2220. }
  2221. .different h3{
  2222. font-size: 2.5em;
  2223. }
  2224. .nbs-flexisel-nav-right {
  2225. right: 6%;
  2226. }
  2227. .nbs-flexisel-nav-left {
  2228. left: 6%;
  2229. }
  2230. }
  2231. @media(max-width:568px){
  2232. .newsletter form {
  2233. width: 86%;
  2234. }
  2235. .simplefilter li {
  2236. font-size: .9em;
  2237. }
  2238. .agileinfo_stats_grid h5 {
  2239. font-size: 1.4em;
  2240. }
  2241. }
  2242. @media(max-width:480px){
  2243. .banner-w3lstext p {
  2244. width: 85%;
  2245. font-size: 1em;
  2246. }
  2247. .banner {
  2248. min-height: 500px;
  2249. }
  2250. .banner-text {
  2251. margin-top: 6em;
  2252. }
  2253. .welcome, .services, .slid, .newsletter, .codes {
  2254. padding: 3em 0;
  2255. }
  2256. .albums h4 {
  2257. font-size: 1.8em;
  2258. }
  2259. .albums-right, .albums1-left {
  2260. padding: 3em 2em;
  2261. }
  2262. .slid h4, h3.agileits-title {
  2263. font-size: 2.4em;
  2264. }
  2265. .newsletter form {
  2266. width: 100%;
  2267. }
  2268. .footer-agile {
  2269. padding: 3em 0 2em;
  2270. }
  2271. .ch-grid li.ch-grid-item {
  2272. margin: 10px;
  2273. }
  2274. .simplefilter li {
  2275. margin: 0;
  2276. padding: 0.8em 1.5em;
  2277. }
  2278. .wthree-almubimg {
  2279. min-height: 230px;
  2280. }
  2281. .services-grids {
  2282. float: none;
  2283. width: 100%;
  2284. }
  2285. .services-grids:nth-child(2){
  2286. margin-top: 1.5em;
  2287. }
  2288. .agileinfo_stats_grid {
  2289. float: none;
  2290. width: 100%;
  2291. }
  2292. .agileinfo_stats_grid h4.counter {
  2293. font-size: 3em;
  2294. }
  2295. .agileinfo_stats_grid:nth-child(2){
  2296. margin: 1.5em 0;
  2297. }
  2298. div#bs-example-navbar-collapse-1 {
  2299. width: 93%;
  2300. }
  2301. .banner-text {
  2302. margin-top: 4em;
  2303. }
  2304. .banner {
  2305. min-height: 420px;
  2306. }
  2307. .w3ls-heading h3, .w3ls-heading h2, .wthree_testimonials_grid h4 {
  2308. font-size: 2.2em;
  2309. }
  2310. .w3ls-heading p.sub {
  2311. font-size: 13px;
  2312. }
  2313. .wthree_testimonials_grid1, .wthree_testimonials_grid {
  2314. width: 94%;
  2315. }
  2316. .banner-1 {
  2317. min-height: 190px;
  2318. }
  2319. .different h3{
  2320. font-size: 2.2em;
  2321. }
  2322. .agileinfo_portfolio_grid {
  2323. width: 100%;
  2324. }
  2325. .nbs-flexisel-nav-right {
  2326. right: 0%;
  2327. }
  2328. .nbs-flexisel-nav-left {
  2329. left: 0%;
  2330. }
  2331. }
  2332. @media(max-width:414px){
  2333. .header .navbar-header h1{
  2334. font-size: 2.2em;
  2335. }
  2336. .header {
  2337. padding: 1.5em 0.5em 1em;
  2338. }
  2339. div#bs-example-navbar-collapse-1 {
  2340. width: 92%;
  2341. }
  2342. .albums-right, .albums1-left {
  2343. padding: 2em 1.5em;
  2344. }
  2345. .albums h4 {
  2346. font-size: 1.6em;
  2347. }
  2348. .slid p {
  2349. width: 100%;
  2350. }
  2351. p {
  2352. font-size: 0.9em;
  2353. }
  2354. .newsletter input[type="submit"],.newsletter input[type="text"] {
  2355. font-size: 0.9em;
  2356. }
  2357. .agileinfo_stats_grid h5 {
  2358. font-size: 1.2em;
  2359. }
  2360. .newsletter input[type="text"] {
  2361. width: 71%;
  2362. }
  2363. .simplefilter li {
  2364. padding: 0.8em 1em;
  2365. }
  2366. .agileits_mail_grid_left input[type="submit"] {
  2367. width: 52%;
  2368. }
  2369. }
  2370. @media(max-width:384px){
  2371. .simplefilter li {
  2372. font-size: .8em;
  2373. }
  2374. .newsletter input[type="text"] {
  2375. width: 70%;
  2376. }
  2377. .team-social-grids ul li {
  2378. margin: 0 .3em 0 0;
  2379. }
  2380. .agile-map iframe {
  2381. min-height: 250px;
  2382. }
  2383. }
  2384. @media(max-width:375px){
  2385. .newsletter input[type="text"] {
  2386. width: 69%;
  2387. }
  2388. .simplefilter li {
  2389. font-size: .8em;
  2390. }
  2391. .welcome-w3left, .welcome-w3right {
  2392. padding: 0;
  2393. }
  2394. .slid h4, h3.agileits-title {
  2395. font-size: 2em;
  2396. }
  2397. .banner-text {
  2398. margin-top: 5em;
  2399. }
  2400. .contact input[type="text"] {
  2401. width: 100%;
  2402. font-size: 0.9em;
  2403. }
  2404. .contact-w3ls-row {
  2405. width: 100%;
  2406. }
  2407. .about-slid h3 {
  2408. font-size: 1.3em;
  2409. letter-spacing: 0px;
  2410. width: 99%;
  2411. }
  2412. .welcome, .services, .slid, .newsletter, .codes {
  2413. padding: 2em 0;
  2414. }
  2415. ul.simplefilter {
  2416. margin-bottom: 1em;
  2417. }
  2418. .footer-wthree-grid ul li {
  2419. margin-top: 0.8em;
  2420. font-size: 0.9em;
  2421. }
  2422. .wthree-team-grid {
  2423. width: 100%;
  2424. }
  2425. }
  2426. @media(max-width:320px){
  2427. .header {
  2428. padding: 1em 0 0.5em;
  2429. }
  2430. .header .navbar-default .navbar-toggle {
  2431. margin: 6px 0 0;
  2432. }
  2433. .banner-w3lstext h2, .banner-w3lstext h3 {
  2434. font-size: 1.5em;
  2435. }
  2436. .banner {
  2437. min-height: 360px;
  2438. }
  2439. .banner-w3lstext p {
  2440. width: 95%;
  2441. font-size: 0.9em;
  2442. }
  2443. .banner-text {
  2444. margin-top: 3em;
  2445. }
  2446. .footer-wthree-grid {
  2447. padding: 0;
  2448. }
  2449. .agileinfo_stats_grid h4.counter {
  2450. font-size: 2.5em;
  2451. }
  2452. .banner.about-banner {
  2453. min-height: 170px;
  2454. }
  2455. .banner.about-banner .banner-text {
  2456. margin-top: 1.8em;
  2457. }
  2458. .footer-wthree-grid:nth-child(1) {
  2459. padding-right: 1em;
  2460. }
  2461. .simplefilter li {
  2462. font-size: 0.7em;
  2463. padding: 0.8em 0.8em;
  2464. margin: 0;
  2465. }
  2466. .newsletter input[type="text"] {
  2467. width: 63%;
  2468. }
  2469. div#bs-example-navbar-collapse-1 {
  2470. width: 90%;
  2471. margin-top: 1em;
  2472. }
  2473. .features {
  2474. padding: 2em 0;
  2475. }
  2476. .w3-welcome-left h5 {
  2477. font-size: 1.2em;
  2478. line-height: 22px;
  2479. }
  2480. .w3-welcome-left p {
  2481. font-size: 14px;
  2482. }
  2483. .w3-welcome-left {
  2484. padding: 0;
  2485. }
  2486. .w3ls-welcome-img1 {
  2487. margin-bottom: 0em;
  2488. padding: 0;
  2489. }
  2490. .w3-agile-top-info {
  2491. margin-top: 1em;
  2492. }
  2493. .w3-welcome-left {
  2494. margin-top: 2em;
  2495. }
  2496. .w3ls-heading h3, .w3ls-heading h2, .wthree_testimonials_grid h4 {
  2497. font-size: 2em;
  2498. }
  2499. .wthree_testimonials_grid1, .wthree_testimonials_grid {
  2500. width: 100%;
  2501. padding:2em 1em;
  2502. }
  2503. .wthree_testimonials_grid h4{
  2504. letter-spacing:0;
  2505. }
  2506. .services-right-grid {
  2507. width: 100%;
  2508. margin-bottom: 2em;
  2509. padding: 0;
  2510. }
  2511. .w3-agileits-services-left {
  2512. min-height: 230px;
  2513. }
  2514. .agile_banner_bottom1_left {
  2515. padding: 0;
  2516. }
  2517. .agile_banner_bottom1_right h3 {
  2518. font-size: 1.5em;
  2519. line-height: 1.4em;
  2520. }
  2521. .newsletter form {
  2522. margin: 2em auto 0;
  2523. }
  2524. .banner-1 {
  2525. min-height: 160px;
  2526. }
  2527. .main-textgrids {
  2528. padding: 2em 0;
  2529. }
  2530. .main-textgrids {
  2531. padding: 2em 0;
  2532. }
  2533. .ab-pic {
  2534. padding: 0;
  2535. }
  2536. .ab-text {
  2537. padding: 0;
  2538. }
  2539. .mission {
  2540. padding: 0;
  2541. }
  2542. .facts {
  2543. padding: 0;
  2544. }
  2545. .different h3 {
  2546. font-size: 2em;
  2547. }
  2548. .w3agile-different-info p {
  2549. margin: 2em auto 0;
  2550. }
  2551. .team {
  2552. padding: 2em 0;
  2553. }
  2554. .agileinfo-team-grids {
  2555. margin-top: 2em;
  2556. }
  2557. .w3_agile_portfolio_grid1 {
  2558. margin-top: 1em;
  2559. }
  2560. .agileinfo_portfolio_grid {
  2561. padding: 0;
  2562. }
  2563. .banner-bottom {
  2564. padding: 2em 0;
  2565. }
  2566. .agileits_mail_grid_left {
  2567. padding: 0;
  2568. }
  2569. .mail {
  2570. padding: 2em 0;
  2571. }
  2572. .agileits_mail_grid_left input[type="submit"] {
  2573. margin-top: 0em;
  2574. }
  2575. .agileits_mail_grid_right {
  2576. padding: 0;
  2577. }
  2578. .left-agileits h3 {
  2579. font-size: 23px;
  2580. }
  2581. .w3_wthree_agileits_icons.main-grid-border {
  2582. padding: 2em 0;
  2583. }
  2584. .typo {
  2585. padding: 2em 0;
  2586. }
  2587. .nbs-flexisel-nav-right {
  2588. right: -3%;
  2589. }
  2590. .nbs-flexisel-nav-left {
  2591. left: -3%;
  2592. }
  2593. }
  2594. /*-- //responsive-design --*/